Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Use dashboard factory directly instead of pulling from registry (…
…#193480) (#195615) # Backport This will backport the following commits from `main` to `8.x`: - [Use dashboard factory directly instead of pulling from registry (#193480)](#193480) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2024-10-09T14:26:43Z","message":"Use dashboard factory directly instead of pulling from registry (#193480)\n\nPR removes dashboard embeddable from embeddable registry. No other\r\napplication accesses the dashboard embeddable from the embeddable\r\nregistry so registration is not needed. Plus, once lens embeddable is\r\nconverted to a react embeddable, then we can remove the legacy\r\nembeddable registry prior to refactoring dashboard to not be an\r\nembeddable (which will be a large effort and we want to remove the\r\nlegacy embeddable registry as soon as possible to avoid any one else\r\nusing it).\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"3b6cfb685d29e5db8c66c4239e709485a81d0db0","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","v9.0.0","project:embeddableRebuild","v8.16.0","backport:version"],"title":"Use dashboard factory directly instead of pulling from registry","number":193480,"url":"https://github.com/elastic/kibana/pull/193480","mergeCommit":{"message":"Use dashboard factory directly instead of pulling from registry (#193480)\n\nPR removes dashboard embeddable from embeddable registry. No other\r\napplication accesses the dashboard embeddable from the embeddable\r\nregistry so registration is not needed. Plus, once lens embeddable is\r\nconverted to a react embeddable, then we can remove the legacy\r\nembeddable registry prior to refactoring dashboard to not be an\r\nembeddable (which will be a large effort and we want to remove the\r\nlegacy embeddable registry as soon as possible to avoid any one else\r\nusing it).\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"3b6cfb685d29e5db8c66c4239e709485a81d0db0"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193480","number":193480,"mergeCommit":{"message":"Use dashboard factory directly instead of pulling from registry (#193480)\n\nPR removes dashboard embeddable from embeddable registry. No other\r\napplication accesses the dashboard embeddable from the embeddable\r\nregistry so registration is not needed. Plus, once lens embeddable is\r\nconverted to a react embeddable, then we can remove the legacy\r\nembeddable registry prior to refactoring dashboard to not be an\r\nembeddable (which will be a large effort and we want to remove the\r\nlegacy embeddable registry as soon as possible to avoid any one else\r\nusing it).\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"3b6cfb685d29e5db8c66c4239e709485a81d0db0"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nathan Reese <reese.nathan@elastic.co>
- Loading branch information