Break up Migrations v2 Implementation into multiple files #99479
Labels
chore
project:ResilientSavedObjectMigrations
Reduce Kibana upgrade failures by making saved object migrations more resilient
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
technical debt
Improvement of the software architecture and operational architecture
The Migrations v2 implementation still has actions and tests in very large files. These should be split up to make navigating the code easier for developers to keep maintainability of this critical code high.
Specifically we should split up these files:
src/core/server/saved_objects/migrationsv2/actions/index.ts
should be split into one file per actionsrc/core/server/saved_objects/migrationsv2/actions/index.test.ts
should be split into one file per actionThe text was updated successfully, but these errors were encountered: