-
Notifications
You must be signed in to change notification settings - Fork 920
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
[Deprecation] Deprecate the Blacklist / Whitelist nomenclature #1808
Conversation
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.
Nice start - I had a couple questions about whether some other config values and functions needed updates.
src/plugins/vis_type_timeline/server/series_functions/helpers/graphite_helper.js
Outdated
Show resolved
Hide resolved
Looks like the linter is failing. |
src/plugins/vis_type_timeseries/server/lib/search_strategies/default_search_capabilities.js
Show resolved
Hide resolved
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.
Blocking for now since the configs were updated which would be a breaking change, they should be deprecated.
Codecov Report
@@ Coverage Diff @@
## main #1808 +/- ##
==========================================
- Coverage 67.51% 67.50% -0.01%
==========================================
Files 3077 3077
Lines 59188 59199 +11
Branches 9003 9011 +8
==========================================
+ Hits 39958 39963 +5
- Misses 17045 17049 +4
- Partials 2185 2187 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@kaddy645 Did we address this comment as I can still see some config values being deleted? Is it intended? |
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
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
Signed-off-by: kaddy645 <xdeskart@amazon.com>
This PR does deprecate the terminology blacklist / whitelist with denylist / allowlist Signed-off-by: kaddy645 <xdeskart@amazon.com> (cherry picked from commit 54f2aeb)
Signed-off-by: kaddy645 xdeskart@amazon.com
Description
OpenSearch repository is going to replace the terminology "blacklist / whitelist" with "denylist / allowlist".
Changes required for config files are through root renameFromRootWithoutMap method
Issues Resolved
#1319
#1544
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr