-
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] folder cleanup #205219
[embeddable] folder cleanup #205219
Conversation
/ci |
@elasticmachine merge upstream |
/ci |
/ci |
/ci |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled in files
Total ESLint disabled count
History
|
Pinging @elastic/kibana-presentation (Team:Presentation) |
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.
File renames and moves LGTM! Is there any way we could fit the new file add_panel_groups
into a folder so it isn't top level? Maybe rename triggers
to ui_actions
and put it in there?
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.
vis team changes 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.
code changes LGTM, did not test locally.
Starting backport for target branches: 8.x |
Clean up embeddable folder structure. PR also splits `COMMON_EMBEDDABLE_GROUPING` into `ADD_PANEL_ANNOTATION_GROUP`, `ADD_PANEL_LEGACY_GROUP`, and `ADD_PANEL_OTHER_GROUP` to provide a more contextually relevant name. --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit fd702ef)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Clean up embeddable folder structure. PR also splits `COMMON_EMBEDDABLE_GROUPING` into `ADD_PANEL_ANNOTATION_GROUP`, `ADD_PANEL_LEGACY_GROUP`, and `ADD_PANEL_OTHER_GROUP` to provide a more contextually relevant name. --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit fd702ef)
Clean up embeddable folder structure.
PR also splits
COMMON_EMBEDDABLE_GROUPING
intoADD_PANEL_ANNOTATION_GROUP
,ADD_PANEL_LEGACY_GROUP
, andADD_PANEL_OTHER_GROUP
to provide a more contextually relevant name.