-
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
Remove src/plugins/visualizations -> src/plugins/visualize cyclic dependencies #87797
Conversation
a14aee8
to
cd92598
Compare
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-app (Team:KibanaApp) |
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 under Operations team code owners 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.
LGTM, since we would like to merge these two plugins in the future it makes sense to move these types to visualizations plugin. I tested it locally and works fine
…endencies (elastic#87797) * Remove src/plugins/visualizations -> src/plugins/visualize cyclic dependencies Part of elastic#84750 * fix types
Part of #84750
Summary
Removes circular dependencies between
src/plugins/visualizations
andsrc/plugins/visualize
plugins.The dependencies that were removed based on the
node scripts/find_plugins_with_circular_deps --debug
script.What was changed in that PR:
EditorRenderProps
,IEditorController
,VisEditorConstructor
types were moved fromvisualize
tovisualizations
plugin.