-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Deprecate /_cat/snapshots in favor of /_cat/snapshots/{repository} #16960
base: main
Are you sure you want to change the base?
Deprecate /_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.32% 72.27% -0.06%
Complexity 65310 65310
============================================
Files 5299 5299
Lines 303534 303536 +2
Branches 43941 43941
============================================
- Hits 219527 219376 -151
- Misses 66021 66173 +152
- Partials 17986 17987 +1 ☔ View full report in Codecov by Sentry. |
Could you please add test case to |
Also please add CHANGELOG entry (for 3.x?), thank you |
Signed-off-by: Finn Carroll <[email protected]>
I think this change needs to wait on the associated api spec fix to make its way into the core yml rest tests. Currently the definition in main does not allow for the additional "repository" param needed by |
Signed-off-by: Finn Carroll <[email protected]>
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? |
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.