-
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 legacy src/plugins/charts -> src/plugins/discover cyclic dependencies #86758
Conversation
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.
I have already pinged @kertal about this. From my understanding, there is no dependency so I approve it. But it would be good if also Matthias can confirm that
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, should be safe to remove
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.
Still looks good to me, but now approved
…yclic dependencies Part of elastic#86758
…yclic dependencies (#86988) * Remove src/plugins/vis_default_editor -> src/plugins/visualizations cyclic dependencies Part of #86758 * Update agg_common_props.ts * Schemas -> visualizations * fix JEST * make Schemas class private for visualizations plugin * fix type error * fix markdown app in visualize app * remove visualizations from kibana.json's Co-authored-by: Kibana Machine <[email protected]>
…yclic dependencies (elastic#86988) * Remove src/plugins/vis_default_editor -> src/plugins/visualizations cyclic dependencies Part of elastic#86758 * Update agg_common_props.ts * Schemas -> visualizations * fix JEST * make Schemas class private for visualizations plugin * fix type error * fix markdown app in visualize app * remove visualizations from kibana.json's Co-authored-by: Kibana Machine <[email protected]>
…yclic dependencies (#86988) (#87804) * Remove src/plugins/vis_default_editor -> src/plugins/visualizations cyclic dependencies Part of #86758 * Update agg_common_props.ts * Schemas -> visualizations * fix JEST * make Schemas class private for visualizations plugin * fix type error * fix markdown app in visualize app * remove visualizations from kibana.json's Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Part of #84750
Just a removing
src/plugins/charts -> src/plugins/discover
from allowed cyclic dependencies