[WIP] Add saved object reference support to embeddables with examples#62074
Closed
stacey-gammon wants to merge 1 commit intoelastic:masterfrom
Closed
[WIP] Add saved object reference support to embeddables with examples#62074stacey-gammon wants to merge 1 commit intoelastic:masterfrom
stacey-gammon wants to merge 1 commit intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Contributor
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / kibana-oss-agent / Plugin Functional Tests.test/plugin_functional/test_suites/embeddable_explorer/dashboard_container·js.embeddable explorer dashboard container pie chartsStandard OutStack TraceKibana Pipeline / kibana-oss-agent / Plugin Functional Tests.test/plugin_functional/test_suites/embeddable_explorer/dashboard_container·js.embeddable explorer dashboard container pie chartsStandard OutStack TraceKibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/plugins/advanced_ui_actions/public.Attempting to execute on incompatible embeddable throws an errorStandard OutStack TraceTo update your PR or re-run it, just comment with: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will add support to the the base Embeddables and Containers, for emitting references. Built on top of #61749.
This PR will not include the actual implementation for dashboard, but it adds an example container embeddable which is backed off a saved object, and has saved object children, much like dashboard. (actually having the container backed off a saved object was probably unnecessary, but I think it will be useful for the next phase of tests for migrations)/