kibana/x-pack/plugins/apm
Maryia Lapata 8c9363a992
[i18n] APM translations for TransactionDetails (#28659)
* Translations forTransactionDetails

* Update message ids

* Refactoring

* Put "not available" label into constants

* Remove typing for i18n values
2019-01-18 08:46:02 +03:00
..
common APM Metrics, UI Baseline (#26608) 2018-12-19 13:27:21 -05:00
public [i18n] APM translations for TransactionDetails (#28659) 2019-01-18 08:46:02 +03:00
server Filters transaction and error queries by processor.event (#28853) 2019-01-16 13:03:04 -05:00
typings [APM] use context.page.url when displaying error/transaction url if set (#28638) 2019-01-14 23:57:40 -08:00
.prettierrc
index.js APM Metrics, UI Baseline (#26608) 2018-12-19 13:27:21 -05:00
mappings.json
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