kibana/packages/core/saved-objects/core-saved-objects-api-server
Pierre Gayvallet 34c228b0c9
Migrate remaining parts of server-side SO domain to packages (#139305)
* create empty packages

* create empty mock packages

* start moving client/repository implementation

* finish moving client/repo code

* move import/export code

* move migration code

* create empty mocks package

* start moving service code

* continue fixing stuff, create yet another package

* create usage-data package for internal contract

* create core-deprecations-server package

* fix last problems

* fix mock package

* start fixing usages

* fix index exports

* start fixing unit tests for new packages

* lint

* fix invalid char

* fix more violations and test failures

* fix more package tests

* adapt more test files

* one more fix

* adapt repo tests

* fix last (?) package tests

* fix moment mocking

* expose import/export error types again

* remove test mocking

* adapt imports

* export as type

* trying to fix the schema check task

* duplicating usage collection types for now

* fix stack trace assertion

* fix duplicate import from different paths

* [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest'

* update readme's

* move mocks to a dedicated folder

* self review

* move test_utils to integration tests

* update package files

* rename mocks

* manually adapting exclude

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-08-26 01:53:37 -07:00
..
src Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
BUILD.bazel chore(NA): allow packages to not have an obligation for a src folder on packages (#138038) 2022-08-08 15:54:05 +01:00
jest.config.js Create common and api types packages for the savedObjects domain (#136722) 2022-07-26 04:01:33 -07:00
package.json [IDM] Assign author: Kibana Core to packages owned by core (#137887) 2022-08-02 10:25:53 -07:00
README.md Create common and api types packages for the savedObjects domain (#136722) 2022-07-26 04:01:33 -07:00
tsconfig.json Create common and api types packages for the savedObjects domain (#136722) 2022-07-26 04:01:33 -07:00

@kbn/core-saved-objects-api-server

This package contains the public types for core's server-side savedObjects client (and repository) APIs.