-
Notifications
You must be signed in to change notification settings - Fork 246
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
nfd-worker: add core.featureSources config option #605
nfd-worker: add core.featureSources config option #605
Conversation
Makes more sense (and can be tested) when #604 has been merged. |
c36f86e
to
83aa356
Compare
Rebased |
83aa356
to
626d5d1
Compare
/hold |
626d5d1
to
a76b8bc
Compare
Renamed to |
/test all |
no need for rebase, hooray! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is commit from #671 here?
@marquiz rebase 😁 |
a76b8bc
to
36ad649
Compare
Rebased. Plus I fixed some mistakes that I spotted myself |
/assign zvonkok |
Need to rebase and align this with #670 |
Refactoring in head of adding new config option for feature sources.
36ad649
to
a8d57bb
Compare
Rebased, I haven't verified this new rebase myself, though |
Verified that it works as expected |
a8d57bb
to
02f0364
Compare
Amended this PR with a new patch adding |
Add a configuration option for controlling the enabled "raw" feature sources. This is useful e.g. in testing and development, plus it also allows fully shutting down discovery of features that are not needed in a deployment. Supplements core.labelSources which controls the enablement of label sources.
Allows controlling (enable/disable) the "raw" feature detection. Especially useful for development and testing.
02f0364
to
58e1461
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, marquiz 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 |
sources. This is useful e.g. in testing and development, plus it also
allows fully shutting down discovery of features that are not needed in
a deployment. Supplements core.labelSources which controls the
enablement of label sources.
-feature-sources
command line flagAllows controlling (enable/disable) the "raw" feature detection.
Especially useful for development and testing.