kibana/packages/core/saved-objects/core-saved-objects-migration-server-mocks
Pierre Gayvallet bbbf8d155b
Bootstrap ZDT migration algorithm (#151282)
## Summary

Part of https://github.com/elastic/kibana/issues/150309

Purpose of the PR is to create the skeleton of the ZDT algorithm, in
order to make sure we're all aligned on the way we'll be managing our
codebase between the 2 implementation (and to ease with the review of
the follow-up PRs by not having the bootstrap of the algo to review at
the same time)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-02-27 13:36:16 +01:00
..
src Bootstrap ZDT migration algorithm (#151282) 2023-02-27 13:36:16 +01:00
index.ts Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
jest.config.js Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
kibana.jsonc Flags core mocks packages as devOnly (#149466) 2023-01-26 08:46:06 -07:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-saved-objects-migration-server-mocks

This package contains mocks for core's server-side savedObjects migration feature.

  • mockKibanaMigrator
  • migrationMocks

Note: the package is supposed to only be needed for core's internal testing, as all the mocks are for internal Core components that are not publicly exposed.