NO-JIRA: add a generator for plugins and reduce dependencies#186
NO-JIRA: add a generator for plugins and reduce dependencies#186rikatz wants to merge 2 commits into
Conversation
This CoreDNS version is based on upstream, but relies just on a very small set of dependencies and plugins. This change adds a new generator for plugins, allowing a developer to re-generate the plugin list and dependencies based on OCP install and reducing the amount of imported libraries
|
@rikatz: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedToo many files! This PR contains 296 files, which is 146 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (296)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rikatz: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This CoreDNS version is based on upstream, but relies just on a very small set of
dependencies and plugins.
This change adds a new generator for plugins, allowing a developer to re-generate the
plugin list and dependencies based on OCP install and reducing the amount of imported
libraries