-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add deprecation warning for /_cat/snapshots in favor of /_cat/snapshots/{repository} #16960
base: main
Are you sure you want to change the base?
Add deprecation warning for /_cat/snapshots in favor of /_cat/snapshots/{repository} #16960
Conversation
❕ Gradle check result for bfa304e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16960 +/- ##
============================================
- Coverage 72.59% 72.38% -0.21%
+ Complexity 65798 65686 -112
============================================
Files 5311 5311
Lines 304888 304890 +2
Branches 44212 44212
============================================
- Hits 221323 220686 -637
- Misses 65501 66110 +609
- Partials 18064 18094 +30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Could you please add test case to |
Also please add CHANGELOG entry (for 3.x?), thank you |
bfa304e
to
541896e
Compare
❌ Gradle check result for 541896e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
This PR is stalled because it has been open for 30 days with no activity. |
541896e
to
37da999
Compare
❕ Gradle check result for 37da999: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
…nt} yamlRestTest to version 3.0. Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
37da999
to
96f95e9
Compare
❌ Gradle check result for 96f95e9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for 96f95e9: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Description
Per #16648 mark
/_cat/snapshots
as deprecated. Redundant with the more explicit/_cat/snapshots/{repository}
.Adds deprecation log for this route:
Related Issues
Resolves #16648
Check List
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.