kibana/x-pack/plugins/apm
2019-03-22 15:56:57 +01:00
..
common [APM] Add new agent name 'rum-js' (#33212) 2019-03-18 16:16:02 -07:00
public [APM] Fix Datepicker double loading and move date parsing to urlParams (#33560) 2019-03-22 15:56:57 +01:00
server [APM] Add new agent name 'rum-js' (#33212) 2019-03-18 16:16:02 -07:00
typings [APM] Add new agent name 'rum-js' (#33212) 2019-03-18 16:16:02 -07:00
.prettierrc
index.ts [APM] Convert most of remaining js to ts (#32115) 2019-02-28 17:54:57 +01:00
mappings.json [APM] Add new agent name 'rum-js' (#33212) 2019-03-18 16:16:02 -07:00
readme.md

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