Skip to content

Commit

Permalink
[8.x] [embeddable] remove EmbeddableRenderer and embeddable stories (#…
Browse files Browse the repository at this point in the history
…203007) (#203655)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[embeddable] remove EmbeddableRenderer and embeddable stories
(#203007)](#203007)

<!--- 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-10T17:38:28Z","message":"[embeddable]
remove EmbeddableRenderer and embeddable stories (#203007)\n\nPR starts
cleaning up legacy embeddable components by
removing\r\nEmbeddableRenderer, EmbedddableRoot, and embeddable story
books.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>\r\nCo-authored-by: Anton Dosov
<[email protected]>","sha":"80f915f9e3454572d4992591f875b723b8a5ca7c","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 EmbeddableRenderer and embeddable
stories","number":203007,"url":"https://github.com/elastic/kibana/pull/203007","mergeCommit":{"message":"[embeddable]
remove EmbeddableRenderer and embeddable stories (#203007)\n\nPR starts
cleaning up legacy embeddable components by
removing\r\nEmbeddableRenderer, EmbedddableRoot, and embeddable story
books.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>\r\nCo-authored-by: Anton Dosov
<[email protected]>","sha":"80f915f9e3454572d4992591f875b723b8a5ca7c"}},"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/203007","number":203007,"mergeCommit":{"message":"[embeddable]
remove EmbeddableRenderer and embeddable stories (#203007)\n\nPR starts
cleaning up legacy embeddable components by
removing\r\nEmbeddableRenderer, EmbedddableRoot, and embeddable story
books.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>\r\nCo-authored-by:
Elastic Machine
<[email protected]>\r\nCo-authored-by: Anton Dosov
<[email protected]>","sha":"80f915f9e3454572d4992591f875b723b8a5ca7c"}},{"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 10, 2024
1 parent afec01e commit eb403d3
Show file tree
Hide file tree
Showing 29 changed files with 116 additions and 1,065 deletions.
1 change: 0 additions & 1 deletion .buildkite/scripts/steps/storybooks/build_and_upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const STORYBOOKS = [
'dashboard_enhanced',
'dashboard',
'data',
'embeddable',
'esql_editor',
'expression_error',
'expression_image',
Expand Down
1 change: 0 additions & 1 deletion src/dev/storybook/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const storybookAliases = {
dashboard: 'src/plugins/dashboard/.storybook',
data: 'src/plugins/data/.storybook',
discover: 'src/plugins/discover/.storybook',
embeddable: 'src/plugins/embeddable/.storybook',
esql_ast_inspector: 'examples/esql_ast_inspector/.storybook',
es_ui_shared: 'src/plugins/es_ui_shared/.storybook',
expandable_flyout: 'packages/kbn-expandable-flyout/.storybook',
Expand Down
24 changes: 0 additions & 24 deletions src/plugins/embeddable/.storybook/decorator.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/plugins/embeddable/.storybook/main.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/plugins/embeddable/.storybook/manager.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/plugins/embeddable/.storybook/preview.tsx

This file was deleted.

279 changes: 0 additions & 279 deletions src/plugins/embeddable/public/__stories__/embeddable_panel.stories.tsx

This file was deleted.

Loading

0 comments on commit eb403d3

Please sign in to comment.