Commit graph

9 commits

Author SHA1 Message Date
Dario Gieselaar
821aeb1ff4
[APM] Typed client-side routing (#104274)
* [APM] @kbn/typed-router-config

* [APM] typed route config

* Breadcrumbs, wildcards

* Migrate settings, home

* Migrate part of service detail page

* Migrate remaining routes, tests

* Set maxWorkers for precommit script to 4

* Add jest types to tsconfigs

* Make sure transaction distribution data is fetched

* Fix typescript errors

* Remove usage of react-router's useParams

* Add route() utility function

* Don't use ApmServiceContext for alert flyouts

* Don't add onClick handler for breadcrumb

* Clarify ts-ignore

* Remove unused things

* Update documentation

* Use useServiceName() in ServiceMap component
2021-07-15 11:30:59 +02:00
Dario Gieselaar
012f1c199b
[APM] Run precommit tasks sequentially (#96551)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-09 08:57:13 +02:00
Dario Gieselaar
64470829de
[APM] Optimized type checking for API tests (#96388)
Closes #95634.
2021-04-07 15:17:04 +02:00
Dario Gieselaar
bfe6c5186c
[APM] Fix TypeScript optimization script (#95137) 2021-03-23 11:20:21 +01:00
Dario Gieselaar
a168fe41e3
[APM] Fix optimize-tsconfig script (#91487)
- Removes x-pack/plugins/apm/tsconfig.json file
- Make optimisation opt-in for precommit script
2021-02-17 09:06:23 +01:00
Nathan L Smith
f9804057c8
TypeScript project references for APM (#90049)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
2021-02-12 22:46:05 +01:00
Brandon Kobel
4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
Dario Gieselaar
e160d54970
[APM] Fix precommit script (#81594) 2020-10-28 10:56:51 +01:00
Dario Gieselaar
8347fd0bf3
[APM] Script static checkers + precommit (#77900)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-21 12:32:05 +02:00