-
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
[App Arch] Saved object migrations from kibana plugin to new platform #55946
Labels
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
40 tasks
11 tasks
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Mar 3, 2020
alexwizp
added a commit
that referenced
this issue
Mar 16, 2020
…platform (#59044) * [App Arch] Saved object migrations from kibana plugin to new platform Part of #55946 * search type -> data plugin * remove migrations folder * visualization type -> visualizations plugin * src/legacy/core_plugins/data/mappings-> np * savedObjectsManagement -> management section * move code into save_objects folder Co-authored-by: Elastic Machine <[email protected]>
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Mar 16, 2020
…platform (elastic#59044) * [App Arch] Saved object migrations from kibana plugin to new platform Part of elastic#55946 * search type -> data plugin * remove migrations folder * visualization type -> visualizations plugin * src/legacy/core_plugins/data/mappings-> np * savedObjectsManagement -> management section * move code into save_objects folder Co-authored-by: Elastic Machine <[email protected]>
alexwizp
added a commit
that referenced
this issue
Mar 17, 2020
…platform (#59044) (#60247) * [App Arch] Saved object migrations from kibana plugin to new platform Part of #55946 * search type -> data plugin * remove migrations folder * visualization type -> visualizations plugin * src/legacy/core_plugins/data/mappings-> np * savedObjectsManagement -> management section * move code into save_objects folder Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Apr 23, 2020
…w platform Part of: elastic#55946
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #51560
Currently most saved object migrations live in the
src/legacy/core_plugins/kibana
plugin. SO migrations should now be supported in the NP as of #57430.We need to split up the migrations so each respective type is owned by a new platform plugin:
The remaining dashboard migration type can be left behind as it will be moved by the app team.
The text was updated successfully, but these errors were encountered: