-
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
[Feature/extensions] Updated imports for xcontent #817
[Feature/extensions] Updated imports for xcontent #817
Conversation
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
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 #817 +/- ##
========================================================
- Coverage 49.17% 45.60% -3.57%
+ Complexity 2630 2458 -172
========================================================
Files 297 297
Lines 17115 17115
Branches 1843 1843
========================================================
- Hits 8416 7806 -610
- Misses 8089 8739 +650
+ Partials 610 570 -40
Flags with carried forward coverage won't be shown. Click here to find out more.
|
'org.opensearch.ad.transport.AnomalyResultAction', | ||
'org.opensearch.ad.transport.CronNodeResponse', | ||
'org.opensearch.ad.transport.CronResponse', | ||
'org.opensearch.ad.transport.AnomalyResultResponse' |
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.
Are all these exclusions part of this PR or just left over from a merge commit (i.e., fixed by rebase)?
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.
They are the part of this PR. Updating imports caused failure for few test cases, the functionality of which isn't implemented anyway.
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, a few stray questions that look like they're part of a merge commit rather than a rebase commit. If that's the case, go ahead and merge!
Description
This PR updates xcontent imports changed by opensearch-project/OpenSearch#5902
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.