-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [embeddable] remove setCustomEmbeddableFactoryProvider from set…
…up API (#203853) (#204073) # Backport This will backport the following commits from `main` to `8.x`: - [[embeddable] remove setCustomEmbeddableFactoryProvider from setup API (#203853)](#203853) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T16:11:48Z","message":"[embeddable] remove setCustomEmbeddableFactoryProvider from setup API (#203853)\n\nPart of https://github.com/elastic/kibana/issues/167429\r\n\r\nRemove `setCustomEmbeddableFactoryProvider` from embeddable setup API.\r\n`setCustomEmbeddableFactoryProvider` only used in `embeddable_enhanced`\r\nplugin. Replaced with `initializeReactEmbeddableDynamicActions` in react\r\nembeddable system.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"7218d01aa42eba6df050262a0c246922d2a0df9d","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"],"title":"[embeddable] remove setCustomEmbeddableFactoryProvider from setup API","number":203853,"url":"https://github.com/elastic/kibana/pull/203853","mergeCommit":{"message":"[embeddable] remove setCustomEmbeddableFactoryProvider from setup API (#203853)\n\nPart of https://github.com/elastic/kibana/issues/167429\r\n\r\nRemove `setCustomEmbeddableFactoryProvider` from embeddable setup API.\r\n`setCustomEmbeddableFactoryProvider` only used in `embeddable_enhanced`\r\nplugin. Replaced with `initializeReactEmbeddableDynamicActions` in react\r\nembeddable system.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"7218d01aa42eba6df050262a0c246922d2a0df9d"}},"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/203853","number":203853,"mergeCommit":{"message":"[embeddable] remove setCustomEmbeddableFactoryProvider from setup API (#203853)\n\nPart of https://github.com/elastic/kibana/issues/167429\r\n\r\nRemove `setCustomEmbeddableFactoryProvider` from embeddable setup API.\r\n`setCustomEmbeddableFactoryProvider` only used in `embeddable_enhanced`\r\nplugin. Replaced with `initializeReactEmbeddableDynamicActions` in react\r\nembeddable system.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"7218d01aa42eba6df050262a0c246922d2a0df9d"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nathan Reese <[email protected]>
- Loading branch information
1 parent
c2f5c63
commit 0cf814f
Showing
12 changed files
with
4 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.