-
Notifications
You must be signed in to change notification settings - Fork 24.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
Flatten Get Snapshots Response #74451
Merged
original-brownbear
merged 39 commits into
elastic:master
from
original-brownbear:flatten-get-snapshots-response
Jun 24, 2021
Merged
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
21665ae
step
original-brownbear 3b094da
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear e7b70ac
fix it
original-brownbear fff9899
works
original-brownbear 75bf116
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear c4cb98f
global sort order
original-brownbear 6c59f0d
bwc and test
original-brownbear 38d4780
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear 588180e
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear 902c259
fix test
original-brownbear 52139d7
even moar test adjustments
original-brownbear 2e1c9e9
reenable tests
original-brownbear d1529eb
reactivate more
original-brownbear 3b4bf39
so many tests
original-brownbear 719581c
woerks
original-brownbear 731915a
fix all kinds of tests
original-brownbear fb687f1
and another one ...'
original-brownbear 3f3c525
finally?
original-brownbear b6b218f
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear 0393b0e
fix more
original-brownbear 49a66e0
fix more
original-brownbear b8a36af
fix
original-brownbear f2da1ba
fix
original-brownbear 0a0fe71
one more
original-brownbear a34b3e9
no more breaking change
original-brownbear c54d196
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear fa58d3d
yet another one
original-brownbear ab6df13
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear 5332fda
yet another one
original-brownbear 3a23d61
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear e5f9a6c
check not null
original-brownbear fc027a4
reenable tests + nits
original-brownbear 5b30288
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear db1f4d6
Merge remote-tracking branch 'elastic/master' into flatten-get-snapsh…
original-brownbear bcade7d
include repository in responses by default
original-brownbear 09b49f6
default include snapshot name, add test for it
original-brownbear 617ad0f
CR: comments
original-brownbear 14f88f3
CR: test changes
original-brownbear 63b19e3
typo
original-brownbear 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 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 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 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 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 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 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 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 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 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 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 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.
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.
Should we also validate that snapshot1 has repo1 and snapshot2 has repo2?
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.
Yes definitely, added that assertion :)