Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# 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]>
- Loading branch information