You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Backport
This will backport the following commits from `main` to `8.x`:
- [[embeddable] folder cleanup
(#205219)](#205219)
<!--- Backport version: 8.9.8 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Nathan
Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-07T17:27:50Z","message":"[embeddable]
folder cleanup (#205219)\n\nClean up embeddable folder
structure.\r\n\r\nPR also splits `COMMON_EMBEDDABLE_GROUPING`
into\r\n`ADD_PANEL_ANNOTATION_GROUP`, `ADD_PANEL_LEGACY_GROUP`,
and\r\n`ADD_PANEL_OTHER_GROUP` to provide a more contextually relevant
name.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"fd702efdd38178bd72b9a7112b9d59a971b8bc99","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Embedding","Team:Presentation","release_note:skip","v9.0.0","project:embeddableRebuild","backport:version","v8.18.0"],"number":205219,"url":"https://github.com/elastic/kibana/pull/205219","mergeCommit":{"message":"[embeddable]
folder cleanup (#205219)\n\nClean up embeddable folder
structure.\r\n\r\nPR also splits `COMMON_EMBEDDABLE_GROUPING`
into\r\n`ADD_PANEL_ANNOTATION_GROUP`, `ADD_PANEL_LEGACY_GROUP`,
and\r\n`ADD_PANEL_OTHER_GROUP` to provide a more contextually relevant
name.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"fd702efdd38178bd72b9a7112b9d59a971b8bc99"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205219","number":205219,"mergeCommit":{"message":"[embeddable]
folder cleanup (#205219)\n\nClean up embeddable folder
structure.\r\n\r\nPR also splits `COMMON_EMBEDDABLE_GROUPING`
into\r\n`ADD_PANEL_ANNOTATION_GROUP`, `ADD_PANEL_LEGACY_GROUP`,
and\r\n`ADD_PANEL_OTHER_GROUP` to provide a more contextually relevant
name.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"fd702efdd38178bd72b9a7112b9d59a971b8bc99"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/205791","number":205791,"state":"OPEN"}]}]
BACKPORT-->
Copy file name to clipboardexpand all lines: src/platform/plugins/shared/dashboard/public/dashboard_app/top_nav/add_new_panel/add_panel_action_menu_items.ts
Copy file name to clipboardexpand all lines: src/platform/plugins/shared/dashboard/public/dashboard_app/top_nav/add_new_panel/use_get_dashboard_panels.test.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
Copy file name to clipboardexpand all lines: src/platform/plugins/shared/dashboard/public/dashboard_app/top_nav/add_new_panel/use_get_dashboard_panels.ts
0 commit comments