Skip to content
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

Closed
6 tasks
lukeelmers opened this issue Jan 25, 2020 · 1 comment · Fixed by #59044
Closed
6 tasks

[App Arch] Saved object migrations from kibana plugin to new platform #55946

lukeelmers opened this issue Jan 25, 2020 · 1 comment · Fixed by #59044

Comments

@lukeelmers
Copy link
Member

lukeelmers commented Jan 25, 2020

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.

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lukeelmers lukeelmers assigned adoerrES and alexwizp and unassigned adoerrES Mar 1, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants