-
Notifications
You must be signed in to change notification settings - Fork 8.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
[Snapshot and Restore] Server side snapshots pagination #110266
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2c2065f
[Snapshot % Restore] Added server side pagination and sorting to get …
yuliacech 6b565fe
Merge branch 'master' into snapshots_sorting
kibanamachine 25c14d0
[Snapshot & Restore] Added server side sorting by shards and failed s…
yuliacech e899c1e
[Snapshot & Restore] Fixed i18n errors
yuliacech a76a350
Merge branch 'master' into snapshots_sorting
kibanamachine fbc1073
Merge branch 'master' into snapshots_sorting
kibanamachine fcf9420
[Snapshot & Restore] Added server side sorting by repository
yuliacech 5546ee3
Merge branch 'master' into snapshots_sorting
kibanamachine a8418f3
[Snapshot & Restore] Implemented server side search request for snaps…
yuliacech 989dbf9
Merge branch 'master' into snapshots_sorting
kibanamachine 6fab678
[Snapshot & Restore] Fixed eslint errors
yuliacech 85d6b5f
[Snapshot & Restore] Removed uncommented code
yuliacech f84dfd5
[Snapshot & Restore] Fixed pagination/search bug
yuliacech 02ea7c1
[Snapshot & Restore] Fixed pagination/search bug
yuliacech 16891ce
[Snapshot & Restore] Fixed text truncate bug
yuliacech 1334f40
[Snapshot & Restore] Fixed non existent repository search error
yuliacech 7b0d517
Merge branch 'master' into snapshots_sorting
kibanamachine 35e1acf
Merge branch 'master' into snapshots_sorting
kibanamachine 38cc772
Merge branch 'master' into snapshots_sorting
kibanamachine 9ca9a08
Update x-pack/plugins/snapshot_restore/public/application/sections/ho…
yuliacech 5db21ad
Update x-pack/plugins/snapshot_restore/public/application/sections/ho…
yuliacech b1aa490
Merge branch 'master' into snapshots_sorting
kibanamachine 56be367
[Snapshot & Restore] Fixed missing i18n and no snapshots callout
yuliacech c9467f7
[Snapshot & Restore] Moved "getSnapshotSearchWildcard" to a separate …
yuliacech 5e84030
[Snapshot & Restore] Added api integration tests for "get snapshots" …
yuliacech d2d6a56
Merge branch 'master' into snapshots_sorting
kibanamachine e920e51
[Snapshot & Restore] Renamed SnapshotSearchOptions/SnapshotTableOptio…
yuliacech 1feb0c1
Merge branch 'master' into snapshots_sorting
kibanamachine cb22230
Merge branch 'master' into snapshots_sorting
kibanamachine 5d86bd7
Merge branch 'master' into snapshots_sorting
kibanamachine c0c8096
Merge branch 'master' into snapshots_sorting
kibanamachine 347f0e4
[Snapshot & Restore] Fixed search wildcard to also match string in th…
yuliacech cfd5f04
Merge branch 'master' into snapshots_sorting
kibanamachine 61d21d4
[Snapshot & Restore] Added incremental search back to snapshots list …
yuliacech 467f47c
[Snapshot & Restore] Updated snapshot search debounce value and extra…
yuliacech 9ac27d3
Merge branch 'master' into snapshots_sorting
kibanamachine e139f95
[Snapshot & Restore] Renamed debounceValue to cachedListParams and ad…
yuliacech 2d08704
Merge branch 'master' into snapshots_sorting
kibanamachine 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
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.
Can we reduce this to 200? Feels a bit sluggish to me at 500.
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.
Agree, 500ms debounce might be too long!