kibana/x-pack/plugins/actions/server/routes
Mikhail Shustov b3a9754394
[Core] Explicit typings for request handler context (#88718)
* move context to server part. couple with RequestHandlerContext

Context implementation will be simplified in follow-up.

* adopt core code

* adopt bfetch code

* adopt data code

* adopt search examples

* adopt vis_type_timelion

* adopt vis_type_timeseries

* adopt plugin functional tests

* adopt actions

* adopt alerting plugin

* adopt APM plugin

* adopt beats_management

* adopt case plugin

* adopt cross_cluster_replication

* adopt data_enhanced

* adopt event_log

* adopt global_search

* adopt index_management

* adopt infra

* adopt licensing

* adopt lists

* adopt logstash

* adopt reporting

* adopt observability

* adopt monitoring

* adopt rollup

* adopt so tagging

* adopt security

* adopt security_solutions

* adopt watcher

* adopt uptime

* adopt spaces

* adopt snapshot_restore

* adopt features changes

* mute error when null used to extend context

* update docs

* small cleanup

* add type safety for return type

* refactor registerRouteHandlerContext type

* update docs

* update license header

* update docs

* fix type error. fetch body does not accept array of strings

* fix telemetry test

* remove unnecessary ts-ignore

* address comments

* update docs
2021-01-21 15:20:22 +01:00
..
_mock_handler_arguments.ts Get rid of global types (#81739) 2020-10-28 11:03:04 +01:00
create.test.ts
create.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
delete.test.ts
delete.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
execute.test.ts [Alerting] Exempt Alerts pre 7.10 from RBAC on their Action execution until updated (#75563) 2020-09-16 11:47:37 +01:00
execute.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
get.test.ts
get.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
get_all.test.ts
get_all.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
index.ts
list_action_types.test.ts
list_action_types.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
update.test.ts
update.ts [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00