[Snapshot & Restore] Fix date parsing in the search bar#125234
Merged
yuliacech merged 2 commits intoelastic:mainfrom Feb 14, 2022
Merged
[Snapshot & Restore] Fix date parsing in the search bar#125234yuliacech merged 2 commits intoelastic:mainfrom
yuliacech merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
Contributor
Author
|
@elasticmachine merge upstream |
sebelga
approved these changes
Feb 14, 2022
Contributor
sebelga
left a comment
There was a problem hiding this comment.
LGTM! Tested locally and works as expected 👍 Thanks for fixing this @yuliacech !
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Contributor
Author
|
Thanks a lot for the review, @sebelga! |
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 14, 2022
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c14173c)
Contributor
💔 Some backports could not be created
How to fixRe-run the backport manually: Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
yuliacech
added a commit
to yuliacech/kibana
that referenced
this pull request
Feb 15, 2022
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c14173c)
yuliacech
added a commit
that referenced
this pull request
Feb 15, 2022
yuliacech
added a commit
to yuliacech/kibana
that referenced
this pull request
Feb 15, 2022
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c14173c)
yuliacech
added a commit
that referenced
this pull request
Feb 15, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #124795
Summary
This PR fixes an issue when a date was typed into the search bar of the snapshots list. The parsing error was caused by the missing search schema when using
Query.parse.Checklist
Release Note
The search bar in the snapshots list of the Snapshot & Restore app can be used with date strings again.