-
Notifications
You must be signed in to change notification settings - Fork 105
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
bump version to 2.8.0 #930
Conversation
Signed-off-by: Surya Sashank Nistala <[email protected]>
Signed-off-by: Surya Sashank Nistala <[email protected]>
Please update PR description. |
alerting/build.gradle
Outdated
// force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" | ||
// force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}" |
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 are we commenting them out?
alerting/src/test/kotlin/org/opensearch/alerting/resthandler/SecureMonitorRestApiIT.kt
Show resolved
Hide resolved
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip |
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.
We need to update the gradle wrapper
Signed-off-by: Surya Sashank Nistala <[email protected]>
…to fix regression Signed-off-by: Surya Sashank Nistala <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #930 +/- ##
============================================
+ Coverage 76.73% 76.80% +0.07%
Complexity 116 116
============================================
Files 125 125
Lines 7221 7253 +32
Branches 1049 1049
============================================
+ Hits 5541 5571 +30
+ Misses 1149 1147 -2
- Partials 531 535 +4
|
Signed-off-by: Surya Sashank Nistala <[email protected]>
deleteDocLevelMonitorQueriesAndIndices(client, monitor, monitorId) | ||
deleteMetadata(client, monitor) |
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 change needed?
Signed-off-by: Surya Sashank Nistala <[email protected]>
Upgrades plugin version to 2.8.0
Fixes string entity import in test
Use gradle 7.6.1 distribution to match Opensearch core