-
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
[D4C] fix to targetFilePath/processExecutable regex, and null check #157771
Conversation
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.
LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
…lastic#157771) ## Summary Fixes the path regex to allow /* and /** values, also fixed a null pointer in yaml editor. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 92600a4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…heck (#157771) (#157797) # Backport This will backport the following commits from `main` to `8.8`: - [[D4C] fix to targetFilePath/processExecutable regex, and null check (#157771)](#157771) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Karl Godard","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-05-15T20:00:23Z","message":"[D4C] fix to targetFilePath/processExecutable regex, and null check (#157771)\n\n## Summary\r\n\r\nFixes the path regex to allow /* and /** values, also fixed a null\r\npointer in yaml editor.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"92600a4fbf26e3cd56a2822f8dcda07ea45f4d9d","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","backport:prev-minor","Team: Cloud Native Integrations","v8.8.0","v8.9.0"],"number":157771,"url":"https://github.com/elastic/kibana/pull/157771","mergeCommit":{"message":"[D4C] fix to targetFilePath/processExecutable regex, and null check (#157771)\n\n## Summary\r\n\r\nFixes the path regex to allow /* and /** values, also fixed a null\r\npointer in yaml editor.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"92600a4fbf26e3cd56a2822f8dcda07ea45f4d9d"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157771","number":157771,"mergeCommit":{"message":"[D4C] fix to targetFilePath/processExecutable regex, and null check (#157771)\n\n## Summary\r\n\r\nFixes the path regex to allow /* and /** values, also fixed a null\r\npointer in yaml editor.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"92600a4fbf26e3cd56a2822f8dcda07ea45f4d9d"}}]}] BACKPORT--> Co-authored-by: Karl Godard <[email protected]>
…157771) ## Summary Fixes the path regex to allow /* and /** values, also fixed a null pointer in yaml editor. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Summary
Fixes the path regex to allow /* and /** values, also fixed a null pointer in yaml editor.
Checklist