kibana/x-pack/plugins/actions/server
Mikhail Shustov 37ec1e1053
Update to TS v4 (#73924)
* bump ts to v4

* MOAR RAM

* fix type errors for OSS

* first pass on x-pack errors

* second pass on x-pack type errors

* 3rd pass on x-pack type-errors

* mute errors if complex cases

* don't delete if spread suffices

* mute other complex cases

* make User fields optional

* fix optional types

* fix tests

* fix typings for time_range

* fix type errors in x-pack/tests

* rebuild kbn-pm

* remove leftovers from master update

* fix alert tests

* [Telemetry Checker] TS4 Fixes

* bump to 4.0.1-rc

* fix new errors in master

* bump typescript-eslint to version supporting TS v4 syntax

* fix merge commit errors

* update to the stable TS version 4.0.2

* bump ts-eslint to version supporting ts v4

* fix typo

* fix type errors after merge

* update ts in another new package.json

* TEMP: remove me

* Revert "TEMP: remove me"

This reverts commit dc0fc3bae6.

* [Telemetry] Update snapshot for new TS4 SyntaxKind

* bump prettier to support TS v4 syntax

* fix prettier rules

* last style change

* fix new type errors

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2020-08-27 10:28:02 +02:00
..
authorization Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
builtin_action_types Update to TS v4 (#73924) 2020-08-27 10:28:02 +02:00
constants [alerting] removes usage of any throughout Alerting Services code (#64161) 2020-04-24 17:04:36 +01:00
lib Update to TS v4 (#73924) 2020-08-27 10:28:02 +02:00
routes Make the actions plugin support generics (#71439) 2020-08-04 15:50:17 -04:00
saved_objects Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
usage chore(NA): upgrade to lodash@4 (#69868) 2020-07-03 01:30:13 +01:00
action_type_registry.mock.ts Extended existing alerting functionality to support preconfigured only action types (#64030) 2020-04-24 14:38:28 -07:00
action_type_registry.test.ts Make the actions plugin support generics (#71439) 2020-08-04 15:50:17 -04:00
action_type_registry.ts Make the actions plugin support generics (#71439) 2020-08-04 15:50:17 -04:00
actions_client.mock.ts Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
actions_client.test.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
actions_client.ts Make the actions plugin support generics (#71439) 2020-08-04 15:50:17 -04:00
actions_config.mock.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
actions_config.test.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
actions_config.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
config.test.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
config.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
create_execute_function.test.ts [Alerting] Adds API for executing actions immediately (#68897) 2020-06-16 09:33:10 +01:00
create_execute_function.ts Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
feature.ts [Alerting] Control Alerts Management via feature controls & privileges (#72029) 2020-07-28 15:20:24 +01:00
index.ts Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
mocks.ts Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
plugin.test.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00
plugin.ts Actions add proxy support (#74289) 2020-08-14 14:20:12 -07:00
types.ts Rename Whitelist to AllowList in Actions and Alerting (#75099) 2020-08-24 16:25:05 -07:00