kibana/packages/core/saved-objects/core-saved-objects-base-server-internal
Pierre Gayvallet 03b7cd5dae
Add integration test coverage for SO migrations against serverless ES (#164959)
## Summary

~~Blocked by https://github.com/elastic/kibana/pull/162673~~

Add some initial integration test coverage for SO migrations when
running against serverless Elasticsearch:
- our migration actions test suite 
- some of the zdt algo migration suites 

The actions test suite was adapted to skip, when run against serverless,
the tests that are not supposed to be run (or passing) in that
environment
2023-09-11 16:34:40 +02:00
..
src Add integration test coverage for SO migrations against serverless ES (#164959) 2023-09-11 16:34:40 +02:00
index.ts Refactor KibanaMigrator, improve readability, maintainability and UT (#155693) 2023-06-01 14:47:40 +02:00
jest.config.js Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-saved-objects-base-server-internal

This package contains the base parts of the server-side savedObjects internal implementation, used by all the other internal server-side savedObjects packages.