Skip to content

Commit

Permalink
[8.x] [embeddable] remove legacy embeddable compatibility layer (#204642
Browse files Browse the repository at this point in the history
) (#204815)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[embeddable] remove legacy embeddable compatibility layer
(#204642)](#204642)

<!--- 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-18T17:43:21Z","message":"[embeddable]
remove legacy embeddable compatibility layer
(#204642)\n\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"e1b17d0707ca81e72d5a1f33f8d7693a7d25cacd","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 legacy embeddable compatibility
layer","number":204642,"url":"https://github.com/elastic/kibana/pull/204642","mergeCommit":{"message":"[embeddable]
remove legacy embeddable compatibility layer
(#204642)\n\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"e1b17d0707ca81e72d5a1f33f8d7693a7d25cacd"}},"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/204642","number":204642,"mergeCommit":{"message":"[embeddable]
remove legacy embeddable compatibility layer
(#204642)\n\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"e1b17d0707ca81e72d5a1f33f8d7693a7d25cacd"}},{"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
kibanamachine and nreese authored Dec 18, 2024
1 parent 33103ae commit 446ce03
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 540 deletions.
5 changes: 0 additions & 5 deletions src/plugins/embeddable/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,4 @@ export function plugin(initializerContext: PluginInitializerContext) {
return new EmbeddablePublicPlugin(initializerContext);
}

export {
embeddableInputToSubject,
embeddableOutputToSubject,
} from './lib/embeddables/compatibility/embeddable_compatibility_utils';

export { COMMON_EMBEDDABLE_GROUPING } from './lib/embeddables/common/constants';

This file was deleted.

Loading

0 comments on commit 446ce03

Please sign in to comment.