kibana/x-pack/plugins/global_search_bar
Kibana Machine 7bf0394252
[8.8] Fix global search crash on missing tag (#159196) (#159379)
# Backport

This will backport the following commits from `main` to `8.8`:
- [Fix global search crash on missing tag
(#159196)](https://github.com/elastic/kibana/pull/159196)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Anton
Dosov","email":"anton.dosov@elastic.co"},"sourceCommit":{"committedDate":"2023-06-09T10:27:41Z","message":"Fix
global search crash on missing tag (#159196)\n\n## Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/157682,\r\nhttps://github.com/elastic/kibana/issues/159152\r\n\r\nFixes
global search component crashing on the missing tag. Ideally
this\r\nshould never happen as data is inconsistent, but we also
shouldn't just\r\ncrash the component.\r\n\r\nAdds a console warning in
case hitting this edge
case.","sha":"aa4a5e5cc4459be3929f02d63ebb679448a531bd","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:Navigational
Search","Team:SharedUX","backport:prev-minor","v8.9.0"],"number":159196,"url":"https://github.com/elastic/kibana/pull/159196","mergeCommit":{"message":"Fix
global search crash on missing tag (#159196)\n\n## Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/157682,\r\nhttps://github.com/elastic/kibana/issues/159152\r\n\r\nFixes
global search component crashing on the missing tag. Ideally
this\r\nshould never happen as data is inconsistent, but we also
shouldn't just\r\ncrash the component.\r\n\r\nAdds a console warning in
case hitting this edge
case.","sha":"aa4a5e5cc4459be3929f02d63ebb679448a531bd"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159196","number":159196,"mergeCommit":{"message":"Fix
global search crash on missing tag (#159196)\n\n## Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/157682,\r\nhttps://github.com/elastic/kibana/issues/159152\r\n\r\nFixes
global search component crashing on the missing tag. Ideally
this\r\nshould never happen as data is inconsistent, but we also
shouldn't just\r\ncrash the component.\r\n\r\nAdds a console warning in
case hitting this edge
case.","sha":"aa4a5e5cc4459be3929f02d63ebb679448a531bd"}}]}] BACKPORT-->

Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
2023-06-09 04:35:50 -07:00
..
public [8.8] Fix global search crash on missing tag (#159196) (#159379) 2023-06-09 04:35:50 -07:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.jsonc Core to SharedOX ownership Transfer: Updates code owners for handover to sharedUX (#151213) 2023-02-15 11:33:39 -07:00
README.md
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

Kibana GlobalSearchBar plugin

The GlobalSearchBar plugin provides a search interface for navigating Kibana. (It is the UI to the GlobalSearch plugin.)