-
Notifications
You must be signed in to change notification settings - Fork 115
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
Rest APIs Backward Compatibility #15
Conversation
Codecov Report
@@ Coverage Diff @@
## main #15 +/- ##
============================================
- Coverage 76.87% 76.84% -0.04%
- Complexity 1544 1558 +14
============================================
Files 199 199
Lines 8325 8395 +70
Branches 1323 1323
============================================
+ Hits 6400 6451 +51
- Misses 1228 1246 +18
- Partials 697 698 +1 Continue to review full report at Codecov.
|
const val OPEN_DISTRO_BASE_URI = "/_opendistro" | ||
const val ISM_BASE_URI = "$OPEN_DISTRO_BASE_URI/_ism" | ||
const val ROLLUP_BASE_URI = "$OPEN_DISTRO_BASE_URI/_rollup" | ||
const val IM_BASE_URI = "/_plugins" |
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.
minor: can you rename this to PLUGINS_BASE_URI
?
...lin/org/opensearch/indexmanagement/indexstatemanagement/step/snapshot/AttemptSnapshotStep.kt
Outdated
Show resolved
Hide resolved
* Rest APIs Backward Compatibility Signed-off-by: bowenlan-amzn <[email protected]>
Issue #, if available:
#11
Description of changes:
CheckList:
[ ] Commits are signed per the DCO using --signoff
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.