-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add granular error list to alias action response #106514
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
Merged
parkertimmins
merged 33 commits into
elastic:main
from
parkertimmins:alias-remove-must-exist
Apr 9, 2024
Merged
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3760e8c
Add granular error list to alias action response
parkertimmins dbb590a
Add response body description to aliases API docs
parkertimmins e701c5e
Update docs/changelog/106514.yaml
parkertimmins c001f79
Add new transport version and fix broken tests
parkertimmins 818e397
Formatting - need to call spotlessApply
parkertimmins 1e77a38
Skip AliasActionResult yaml rest tests before 8.14
parkertimmins a49c318
Merge branch 'main' into alias-remove-must-exist
parkertimmins f541cbf
Fix broken compilation after merge from main
parkertimmins 6e6aba0
Pass on actual response rather than default value
parkertimmins d15732d
Clarify confusing phrase in docs
parkertimmins c481858
Refactor main alias action result loop
parkertimmins f189e0c
Add info from request to alias action response
parkertimmins 824ef69
Update docs with action info added in last commmit
parkertimmins de8c0f2
Merge branch 'main' into alias-remove-must-exist
parkertimmins 927ca25
Merge branch 'main' into alias-remove-must-exist
parkertimmins 26b9896
Change success+error msg to status+error object
parkertimmins 1d41b67
Fix yaml rest tests
parkertimmins b1451ce
update docs with status + error obj
parkertimmins 5ec76ea
Merge branch 'main' into alias-remove-must-exist
parkertimmins b04efea
Merge branch 'main' into alias-remove-must-exist
parkertimmins 91472a4
Revert originalIndices logic to use indices
parkertimmins e3d5ce5
Add resolved index names to alias action result
parkertimmins d3c9654
Merge branch 'main' into alias-remove-must-exist
parkertimmins 481ee9d
Fix tests to expect index name resolution
parkertimmins eba3361
Add serialization tests for IndicesAliasesResponse
parkertimmins 02e225f
Test serialization Ack <-> IndicesAliasesResponse
parkertimmins fea757b
add javadoc
parkertimmins 0dd10ba
Asserts on IndiceAliasesResponse construction
parkertimmins a9a1931
Add exception class to equality/hashcode
parkertimmins 3860789
spotlessApply
parkertimmins 6a86c40
Remove incorrect assert
parkertimmins 68b497a
Merge branch 'main' into alias-remove-must-exist
parkertimmins 8f4c88a
Merge branch 'main' into alias-remove-must-exist
parkertimmins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| pr: 106514 | ||
| summary: Add granular error list to alias action response | ||
| area: Indices APIs | ||
| type: feature | ||
| issues: | ||
| - 94478 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.