kibana/packages/core/elasticsearch/core-elasticsearch-server-internal
Gerard Soldevila 06c337f903
Refactor KibanaMigrator, improve readability, maintainability and UT (#155693)
Addresses the following feedback:
https://github.com/elastic/kibana/pull/154151#discussion_r1158470566

Similar to what has been done for ZDT, the goal of this PR is to extract
the logic of the `runV2Migration()` from the `KibanaMigrator` into a
separate file.

The PR also fixes some incomplete / incorrect UTs and adds a few missing
ones.
2023-06-01 14:47:40 +02:00
..
src Refactor KibanaMigrator, improve readability, maintainability and UT (#155693) 2023-06-01 14:47:40 +02:00
index.ts [ts] stop building @types packages in bootstrap 2022-10-28 14:03:55 -05:00
jest.config.js Migrate server-side ES domain to packages (#136297) 2022-07-20 10:07:48 +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 Migrate server-side ES domain to packages (#136297) 2022-07-20 10:07:48 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-elasticsearch-server-internal

This package contains the internal types and implementation for Core's server-side elasticsearch service.