-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fix index templates date validation 143412 #145318
Fix index templates date validation 143412 #145318
Conversation
…e tests were already skipped.
…n accessibility issue that causes one test to fail and then the subsequent test fails. The issue has been logged. The rest of the tests have been unskipped.
…ssage no longer exists for this component.
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
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.
Thanks a lot for fixing this, @cuff-links!
Code changes LGTM, didn't test locally.
Closes #94168 ## Summary I took a look at the code and noticed that the only validation rule was not allowing spaces so I removed that code and tested it. The validation code wasn't performing any other validations so I removed that. Co-authored-by: cuffs <[email protected]> (cherry picked from commit 67af5c4)
Closes #94168 ## Summary I took a look at the code and noticed that the only validation rule was not allowing spaces so I removed that code and tested it. The validation code wasn't performing any other validations so I removed that. Co-authored-by: cuffs <[email protected]> (cherry picked from commit 67af5c4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
# Backport This will backport the following commits from `main` to `8.6`: - [Fix index templates date validation 143412 (#145318)](#145318) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T17:15:44Z","message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <[email protected]>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Deployment Management","release_note:skip","auto-backport","v8.6.0","v8.5.2"],"number":145318,"url":"https://github.com/elastic/kibana/pull/145318","mergeCommit":{"message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <[email protected]>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: John Dorlus <[email protected]>
# Backport This will backport the following commits from `main` to `8.5`: - [Fix index templates date validation 143412 (#145318)](#145318) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"John Dorlus","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T17:15:44Z","message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <[email protected]>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Deployment Management","release_note:skip","auto-backport","v8.6.0","v8.5.2"],"number":145318,"url":"https://github.com/elastic/kibana/pull/145318","mergeCommit":{"message":"Fix index templates date validation 143412 (#145318)\n\nCloses https://github.com/elastic/kibana/issues/94168\r\n\r\n## Summary\r\n\r\nI took a look at the code and noticed that the only validation rule was\r\nnot allowing spaces so I removed that code and tested it. The validation\r\ncode wasn't performing any other validations so I removed that.\r\n\r\nCo-authored-by: cuffs <[email protected]>","sha":"67af5c4c6b788a0e03aa6c483e5dcba052628fcc"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: John Dorlus <[email protected]>
Closes #94168
Summary
I took a look at the code and noticed that the only validation rule was not allowing spaces so I removed that code and tested it. The validation code wasn't performing any other validations so I removed that.