-
Notifications
You must be signed in to change notification settings - Fork 102
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
Resolve core Xcontent and CircuitBreaker refactor #1062
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1062 +/- ##
============================================
+ Coverage 72.13% 72.55% +0.42%
+ Complexity 113 105 -8
============================================
Files 160 160
Lines 10301 10324 +23
Branches 1571 1518 -53
============================================
+ Hits 7431 7491 +60
+ Misses 1977 1974 -3
+ Partials 893 859 -34
|
@@ -115,6 +115,7 @@ dependencies { | |||
api project(":alerting-core") | |||
implementation "com.github.seancfoley:ipaddress:5.3.3" | |||
|
|||
testImplementation "org.antlr:antlr4-runtime:${versions.antlr4}" |
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 this required?
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.
This causes the integration tests to fail since its missing this dependency. This is because it is used by the Painless scripts and its caused by the BucketSelectorExtAggregator. I tried having this change in common-utils, but it wouldn't help.
…#1062) * Resolve core Xcontent refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve core CircuitBreaker refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve integ test issues with adding test dependency Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]>
* Update imports for files refactored in core PR #8157 (#1025) Signed-off-by: Ashish Agrawal <[email protected]> * Resolve core Xcontent and CircuitBreaker refactor (#1062) * Resolve core Xcontent refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve core CircuitBreaker refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve integ test issues with adding test dependency Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> * fix breaking change from core library refactor (#1090) Signed-off-by: Surya Sashank Nistala <[email protected]> * Resolve additional compile issues Signed-off-by: Ashish Agrawal <[email protected]> * fix bwc issues Signed-off-by: Ashish Agrawal <[email protected]> * Update BWC version to deal with ktlint issues Signed-off-by: Ashish Agrawal <[email protected]> * Update BWC version Signed-off-by: Ashish Agrawal <[email protected]> * Disable BWC for non-bwc CIs Signed-off-by: Ashish Agrawal <[email protected]> * Fix integ tests and update CI flows Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> Signed-off-by: Surya Sashank Nistala <[email protected]> Co-authored-by: Surya Sashank Nistala <[email protected]>
Issue #, if available:
N/A
Description of changes:
Resolve core Xcontent refactor from opensearch-project/OpenSearch#8826
Resolve core CircuitBreaker refactor from opensearch-project/OpenSearch#9006
CheckList:
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.