-
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
Removes kbn-std/unset as it's not used anywhere #193298
Conversation
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-core (Team:Core) |
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.
Please modify the PR description and remove parts that you don't need!
## Summary Removes unset as it's not used anywhere. Underscore includes an unset function which most plugins seem to prefer. (cherry picked from commit bddeac0)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…193585) # Backport This will backport the following commits from `main` to `8.x`: - [Removes kbn-std/unset as it's not used anywhere (#193298)](#193298) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Rudolf Meijering","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-20T13:44:52Z","message":"Removes kbn-std/unset as it's not used anywhere (#193298)\n\n## Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore includes an unset\r\nfunction which most plugins seem to prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:all-open"],"title":"Removes kbn-std/unset as it's not used anywhere","number":193298,"url":"https://github.com/elastic/kibana/pull/193298","mergeCommit":{"message":"Removes kbn-std/unset as it's not used anywhere (#193298)\n\n## Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore includes an unset\r\nfunction which most plugins seem to prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193298","number":193298,"mergeCommit":{"message":"Removes kbn-std/unset as it's not used anywhere (#193298)\n\n## Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore includes an unset\r\nfunction which most plugins seem to prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3"}}]}] BACKPORT--> Co-authored-by: Rudolf Meijering <[email protected]>
Summary
Removes unset as it's not used anywhere. Underscore includes an unset function which most plugins seem to prefer.