Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] graph-builder: add dynamic plugins configuration #74

Closed
wants to merge 10 commits into from

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Mar 19, 2019

No description provided.

lucab added 10 commits March 18, 2019 13:02
This updates the logic for reading credentials, getting rid of Option
handling and using generic path references instead.
This adds support to instanciate plugins with custom configuration.
In particular, it adds methods to validate and fill-in user
configuration, and to build plugin instances from valid settings.
It also add a static registry to look them up by name.
This add aliases for CLI options currently used in deployments,
to make migrations easier. It can be dropped/reverted at a later point.
This adds some temporary hardcoded configuration for plugins, for
compatibility purposes and to ease migration of existing deployment.
It can be dropped at a later point.
This updates cincinnati pod definition with newer CLI options names.
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 19, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lucab

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 19, 2019
@@ -4,7 +4,9 @@
pub mod external;
pub mod interface;
pub mod internal;
mod registry;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we lost a note on the way discussing this name. I suggest one of:

  • catalog
  • index

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm +1 on catalog, will rename on next rebase.

@openshift-ci-robot
Copy link

@lucab: PR needs rebase.

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 kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 12, 2019
@openshift-ci-robot
Copy link

@lucab: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/yaml-lint 970544e link /test yaml-lint
ci/prow/rustfmt-1.38.0 970544e link /test rustfmt-1.38.0
ci/prow/rustfmt-1.39.0 970544e link /test rustfmt-1.39.0
ci/prow/images 970544e link /test images
ci/prow/rustfmt-1.40.0 970544e link /test rustfmt-1.40.0
ci/prow/rustfmt-1.41.0 970544e link /test rustfmt-1.41.0

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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 kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor

@steveej steveej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't manage to rebase this one properly, so I went ahead and re-created the changes and finally made the switch to toml config in #243, which has landed by now.

Thanks a lot for the effort!

/close

@openshift-ci-robot
Copy link

@steveej: Closed this PR.

In response to this:

I didn't manage to rebase this one properly, so I went ahead and re-created the changes and finally made the switch to toml config in #243, which has landed by now.

Thanks a lot for the effort!

/close

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 kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants