kibana/x-pack/plugins/apm
Josh Dover 08fd427125
Establish pattern for typing legacy plugins (#26045)
* Add legacy types and export them for plugins
* Add support for core_plugins to import from 'kibana'
2018-12-17 12:52:21 -06:00
..
common [APM] Convert errors API to typescript (#26801) 2018-12-12 14:28:35 +01:00
public update eui to 5.6.1 (#27145) 2018-12-13 14:38:53 -07:00
server Establish pattern for typing legacy plugins (#26045) 2018-12-17 12:52:21 -06:00
typings [APM] Convert errors API to typescript (#26801) 2018-12-12 14:28:35 +01:00
.prettierrc
index.js [APM] Transaction group agg size config (#26683) 2018-12-07 22:57:53 -08:00
mappings.json [APM] adds telemetry to APM (#25513) 2018-11-20 08:23:13 -08:00
readme.md Update APM readme 2018-12-12 14:04:33 +01:00

Documentation for APM UI

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

Run tests

node scripts/jest.js plugins/apm --watch

Update snapshots

node scripts/jest.js plugins/apm --updateSnapshot

Note: Run the following commands from kibana/.

Prettier

yarn prettier  "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write

ESLint

yarn eslint ./x-pack/plugins/apm --fix

TSLint

yarn tslint ./x-pack/plugins/apm/**/*.{ts,tsx} --fix

Ensure everything from master has been backported to 6.x

git fetch origin && git checkout 6.x && git diff origin/6.x..origin/master ./plugins/apm | git apply