-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Extensions] Migrates Delete Detector Results #881
[Extensions] Migrates Delete Detector Results #881
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## feature/extensions #881 +/- ##
========================================================
+ Coverage 34.94% 34.96% +0.02%
+ Complexity 1895 1888 -7
========================================================
Files 300 300
Lines 17915 17856 -59
Branches 1869 1862 -7
========================================================
- Hits 6261 6244 -17
+ Misses 11201 11164 -37
+ Partials 453 448 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/main/java/org/opensearch/ad/rest/RestDeleteAnomalyResultsAction.java
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/rest/RestDeleteAnomalyResultsAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/transport/DeleteAnomalyResultsTransportAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/transport/DeleteAnomalyResultsTransportAction.java
Outdated
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.
Added some comments
6f6ac55
to
0ff87e8
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.
One variable naming nit, otherwise LGTM!
src/main/java/org/opensearch/ad/rest/RestDeleteAnomalyResultsAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/rest/RestDeleteAnomalyResultsAction.java
Show resolved
Hide resolved
src/main/java/org/opensearch/ad/rest/RestDeleteAnomalyResultsAction.java
Show resolved
Hide resolved
src/test/java/org/opensearch/ad/transport/DeleteAnomalyResultsTransportActionTests.java
Show resolved
Hide resolved
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
0ff87e8
to
aeba9fa
Compare
Description
Note: opensearch-project/opensearch-sdk-java#713 needs to be merged for build to pass.
This PR migrates Delete Detector Results to extension for DELETE request.
Issues Resolved
Fixes opensearch-project/opensearch-sdk-java#378
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.