Skip to content
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

Merged
merged 6 commits into from
May 15, 2023

Conversation

mitodrummer
Copy link
Contributor

@mitodrummer mitodrummer commented May 15, 2023

Summary

Fixes the path regex to allow /* and /** values, also fixed a null pointer in yaml editor.

Checklist

@mitodrummer mitodrummer added bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Team: Cloud Native Integrations v8.8.0 labels May 15, 2023
@mitodrummer mitodrummer requested a review from a team May 15, 2023 16:54
Copy link
Member

@norrietaylor norrietaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cloudDefend 259.4KB 259.6KB +213.0B
Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 400 404 +4
total +6

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 480 484 +4
total +6

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@mitodrummer mitodrummer merged commit 92600a4 into elastic:main May 15, 2023
@mitodrummer mitodrummer deleted the path_regex_fix branch May 15, 2023 20:00
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 15, 2023
…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)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.8

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request May 15, 2023
…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]>
jasonrhodes pushed a commit that referenced this pull request May 17, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes v8.8.0 v8.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants