kibana/x-pack/plugins/observability
Pierre Gayvallet 0d09cea436
Remove legacy plugins support (#77599)
* remove ALL the things.

* adapt some types and tests

* restore ensureValidConfiguration

* fix legacy service tests

* adapt uiRender mixin

* remove legacy types

* update generated doc

* restore legacy plugin schema

* update generated doc

* remove remaining code of x-pack/legacy

* adapt imports due to merge

* cleanup CODEOWNERS

* cleanup gitignore & i18nrc

* cleanup tsconfig.json

* remove unused i18n keys

* add back `"legacy/plugins/**/*",` to tsconfig until legacy space plugin is deleted

* fix create_jest_config

* remove references from eslintrc

* more eslint cleanup

* remove `x-pack/index.js`

* fix xpack gulp scripts

* fix bug with default + named imports from boom

* remove rules from eslintrc

* remove LegacyInternals

* review comments

* update generated doc

* cleanup legacy metadatas

* revert changes to eslintrc

* update generated doc
2020-09-23 09:52:51 +02:00
..
common [APM] Annotations API (#64796) 2020-05-05 19:49:39 +02:00
public Remove legacy plugins support (#77599) 2020-09-23 09:52:51 +02:00
scripts Observability overview page (#69141) 2020-07-08 21:52:16 +02:00
server Move and rename legacy elasticsearch client (#69797) 2020-06-29 17:43:31 +02:00
typings [APM] Prevent imports of public in server code (#75979) 2020-08-28 12:43:49 +02:00
jest.config.js Add Jest configuration and README to observability plugin (#70340) 2020-06-30 14:03:05 -05:00
kibana.json [Home] Elastic home page redesign (#70571) 2020-08-26 13:00:00 -07:00
README.md Add Jest configuration and README to observability plugin (#70340) 2020-06-30 14:03:05 -05:00

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Unit testing

Note: Run the following commands from kibana/x-pack/plugins/observability.

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html