-
Notifications
You must be signed in to change notification settings - Fork 280
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
Remove master keywords #1886
Remove master keywords #1886
Conversation
Signed-off-by: cliu123 <[email protected]>
Signed-off-by: cliu123 <[email protected]>
Please update https://github.com/opensearch-project/security/blob/main/config/checkstyle/sun_checks.xml#L204 to an error. Will there be a separate PR for the whitelist terminology? |
The check cannot be enabled as some |
Codecov Report
@@ Coverage Diff @@
## main #1886 +/- ##
============================================
+ Coverage 61.01% 61.04% +0.03%
- Complexity 3232 3233 +1
============================================
Files 256 256
Lines 18085 18085
Branches 3222 3222
============================================
+ Hits 11034 11040 +6
+ Misses 5469 5466 -3
+ Partials 1582 1579 -3
Continue to review full report at Codecov.
|
Shouldn't we be able to switch to something like |
|
If this is the case, we should have bugs on OpenSearch because our migration effort is blocked. To keep this effort moving could you create issues on any OpenSearch blockers and then use checkstyle exclusion comments so we can merge the progress that you've made while we chase down these outstanding items. What do you think of this? |
@peternied I've listed out the items that we cannot change in the OpenSearch issue and the security plugin issue. So we can unblock this PR. |
Could you please create a follow-up issue in our repo to come back and update the missing ones you reported in opensearch-project/OpenSearch#472 (comment) once they get addressed? |
I've created a separate issue to track the changes in Java APIs when OpenSearch core is ready: #1887 |
Signed-off-by: cliu123 <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: cliu123 <[email protected]>
Description
[Describe what this change achieves]
Issues Resolved
#1664
Testing
ITs
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.