kibana/packages/core/saved-objects/core-saved-objects-server-mocks
Pierre Gayvallet eac09391a6
[SO service] fix getAllIndices (#165224)
## Summary

Fix https://github.com/elastic/kibana/issues/165166

- remove `getAllIndices` from the SO service's setup contract
- adapt `getAllIndices` from the start contract to only return indices
that are effectively present in the current environment
2023-09-01 01:01:11 -07:00
..
src [SO service] fix getAllIndices (#165224) 2023-09-01 01:01:11 -07: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-server-mocks

This package contains the mocks for core's server-side savedObjects service.

  • savedObjectsServiceMock