-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[embeddable] remove embeddable class #205164
Conversation
/ci |
/ci |
/ci |
/ci |
/ci |
/ci |
/ci |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imports changes for visualizations plugin LGTM 👌🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ML changes LGTM 🎉
@@ -45,7 +45,8 @@ | |||
"kibanaUtils", | |||
"kibanaReact", | |||
"charts", | |||
"savedObjects" | |||
"savedObjects", | |||
"presentationPanel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this bundle necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ErrorEmbeddable
is moved from embeddable plugin to visualizations plugin and src/plugins/visualizations/public/legacy/embeddable/error_embeddable.tsx requires PresentationPanelError
.
@elasticmachine merge upstream |
⏳ Build in-progress
History
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12587170396 |
Part of embeddable rebuild clean-up. Removes legacy Embeddable class and types from embeddable plugin. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 2ee9cbf)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Part of embeddable rebuild clean-up. Removes legacy Embeddable class and types from embeddable plugin. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Part of embeddable rebuild clean-up. Removes legacy Embeddable class and types from embeddable plugin. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 2ee9cbf)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[embeddable] remove embeddable class (#205164)](#205164) <!--- Backport version: 8.9.8 --> ### 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":"2025-01-02T18:43:14Z","message":"[embeddable] remove embeddable class (#205164)\n\nPart of embeddable rebuild clean-up.\r\n\r\nRemoves legacy Embeddable class and types from embeddable plugin.\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":"2ee9cbf377e217cac0fa07a4394d3d0d2184285c","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","Feature:Drilldowns","v9.0.0","ci:project-deploy-observability","Team:obs-ux-infra_services","project:embeddableRebuild","backport:version","v8.18.0"],"number":205164,"url":"https://github.com/elastic/kibana/pull/205164","mergeCommit":{"message":"[embeddable] remove embeddable class (#205164)\n\nPart of embeddable rebuild clean-up.\r\n\r\nRemoves legacy Embeddable class and types from embeddable plugin.\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":"2ee9cbf377e217cac0fa07a4394d3d0d2184285c"}},"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/205164","number":205164,"mergeCommit":{"message":"[embeddable] remove embeddable class (#205164)\n\nPart of embeddable rebuild clean-up.\r\n\r\nRemoves legacy Embeddable class and types from embeddable plugin.\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":"2ee9cbf377e217cac0fa07a4394d3d0d2184285c"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/205427","number":205427,"state":"OPEN"}]}] BACKPORT-->
Part of embeddable rebuild clean-up. Removes legacy Embeddable class and types from embeddable plugin. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Part of embeddable rebuild clean-up. Removes legacy Embeddable class and types from embeddable plugin. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Part of embeddable rebuild clean-up.
Removes legacy Embeddable class and types from embeddable plugin.