Dashboard embeddable container plugin#38974
Merged
stacey-gammon merged 4 commits intoelastic:masterfrom Jun 25, 2019
Merged
Conversation
c6dca72 to
fd14ce5
Compare
Contributor
|
Pinging @elastic/kibana-app-arch |
Contributor
💚 Build Succeeded |
stacey-gammon
commented
Jun 14, 2019
Author
There was a problem hiding this comment.
Not a complete copy from the original dashboard_grid.tsx, some code was removed that I think is no longer needed with the newer styles, like the old onBlur, onFocus handling, and the in-grid panel migrations away from older style data is moved out, all migrations should have occurred before we get here, and data be in the shape we expect.
Contributor
💔 Build Failed |
Author
jenkins, test this |
Contributor
💚 Build Succeeded |
ff5cede to
41672e9
Compare
Contributor
💚 Build Succeeded |
41672e9 to
140fd5c
Compare
Contributor
💔 Build Failed |
Author
jenkins, test this |
Contributor
💚 Build Succeeded |
4be536b to
0bdea47
Compare
Contributor
💔 Build Failed |
Author
|
Failed on jenkins, test this |
Contributor
💔 Build Failed |
1600b8d to
7c69835
Compare
Contributor
💚 Build Succeeded |
7c69835 to
f436730
Compare
Contributor
💚 Build Succeeded |
Contributor
💔 Build Failed |
ca7f0b8 to
8e1c294
Compare
Contributor
💔 Build Failed |
streamich
reviewed
Jun 21, 2019
Contributor
streamich
left a comment
There was a problem hiding this comment.
It looks like my recent removal of createRegistry breaks this build.
src/legacy/core_plugins/dashboard_embeddable_container/public/actions/index.ts
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/dashboard_embeddable_container/index.ts
Outdated
Show resolved
Hide resolved
...y/core_plugins/dashboard_embeddable_container/public/embeddable/dashboard_container.test.tsx
Outdated
Show resolved
Hide resolved
...core_plugins/dashboard_embeddable_container/public/embeddable/dashboard_container_factory.ts
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/dashboard_embeddable_container/public/np_core.test.mocks.ts
Outdated
Show resolved
Hide resolved
Contributor
💔 Build Failed |
84b903a to
c314da3
Compare
Contributor
💔 Build Failed |
Author
|
Looks like a flaky failure, everything passed but: jenkins, test this |
Contributor
💚 Build Succeeded |
be21a95 to
610b706
Compare
Contributor
💚 Build Succeeded |
Author
|
Think I've addressed all pending comments, lmk if I missed anything! |
streamich
approved these changes
Jun 25, 2019
stacey-gammon
commented
Jun 25, 2019
|
|
||
| // TODO: uncomment once the duplicate styles are removed from the dashboard app itself. | ||
| // MUST STAY AT THE BOTTOM BECAUSE OF DARK THEME IMPORTS | ||
| // @import './embeddable/index'; |
stacey-gammon
pushed a commit
to stacey-gammon/kibana
that referenced
this pull request
Jun 25, 2019
* Dashboard embeddable plugin * comment out duplicate scss styles * review: conform closer to NP standards * export/import from index file in folder
stacey-gammon
pushed a commit
that referenced
this pull request
Jun 25, 2019
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.
Adding
dashboard_embeddable_containerplugin which uses the new embeddable API. Still no real life usage except in sample plugin.The final step will be swapping out the old infrastructure with the new in the dashboard plugin, along with the three current embeddable types on the old infrastructure.
It shouldn't be a huge PR but I'm still trying to clean up some dashboard_app stuff, and migrations, to make it a little easier to review, so figured to not waste time I can send this one out separately.