kibana/x-pack/plugins/apm
Court Ewing 2ce51a5be5 Update paths to ui, server, deprecation, plugin_discovery in src/legacy
This commit accompanies the four that precede it. Rather than squash
them altogether, the four previous commits all do nothing except move
files to help avoid conflicts.
2019-02-11 10:41:37 -05:00
..
common [APM] Cleanup ES queries (#30363) 2019-02-10 12:41:38 +01:00
public Update paths to ui, server, deprecation, plugin_discovery in src/legacy 2019-02-11 10:41:37 -05:00
server Update paths to ui, server, deprecation, plugin_discovery in src/legacy 2019-02-11 10:41:37 -05:00
typings [APM] Replace any with unknown (#29945) 2019-02-07 14:19:37 +01:00
.prettierrc
index.js [APM] Render related errors link in transaction flyout (#29807) 2019-02-07 23:17:02 -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