kibana/x-pack/test
Spencer 415e3bca27
[ts] upgrade to 3.5.3 (#40228)
* [ts] upgrade to 3.5.2

* [ts] run from cwd so that relative paths are correct

* move eslint-disable-line comment into jsx attribute

* autofix eslint violations

* avoid generic type, it's not necessary and problematic

* make elasticsearch.cluster optional, many instances don't have them

* remove invalid prop

* expand AllowUnknownProperties to cleanly handle arrays

* esfilter values can sometimes be an array of strings

* allow exception objects to have unknown properties

* define accumulator as a boolean

* fix return type

* return a 404 if beat isn't found after update

* use Object.values for better types

* define return type of get() call

* define value type for Set

* define return value of get()

* define State property type

* use less get(), so ts can infer types

* define Set item type

* map state type

* make default_operator optional, since it's not always defined

* remove seemingly unused prop

* define return type of get() fn

* define inner type for state

* don't define base types are objects with index signatues

* regenerate public api docs

* make indices privileges optional too

* remove unnecessary index-signature from Exception interface

* use variadic _arg instead

* [core/plugin] use Record<string, any> rather than {}

* replace a couple more instances of {}

* revert some unnecessary changes

* remove unused types

* [reporting] output, payload, and meta are required properties

* bump to latest patch version
2019-07-10 12:26:23 -07:00
..
api_integration Role Management - use ES Builtin Privilege API to drive list o… (#40270) 2019-07-10 09:49:03 -04:00
common/services
functional Added app load test for Cross Cluster Replication. (#40708) 2019-07-10 18:23:55 +00:00
kerberos_api_integration Switch Kerberos authentication provider to a dedicated _kerberos grant. Introduce Tokens for common access/refresh token tasks. (#39366) 2019-07-01 14:49:03 -07:00
oidc_api_integration Switch Kerberos authentication provider to a dedicated _kerberos grant. Introduce Tokens for common access/refresh token tasks. (#39366) 2019-07-01 14:49:03 -07:00
plugin_api_integration Create REST API to fire actions (#39463) 2019-06-26 11:13:50 -04:00
reporting Fix Relative Date format in CSV export (#40544) 2019-07-09 16:55:15 -07:00
saml_api_integration Make xpack.security.authc.saml.realm mandatory and completely remove xpack.security.authProviders and xpack.security.public. (#38657) 2019-06-13 17:43:18 +02:00
saved_object_api_integration [prettier] upgrade to 1.18.2 (#40229) 2019-07-03 12:36:44 -07:00
spaces_api_integration [prettier] upgrade to 1.18.2 (#40229) 2019-07-03 12:36:44 -07:00
token_api_integration
types
typings [prettier] upgrade to 1.18.2 (#40229) 2019-07-03 12:36:44 -07:00
ui_capabilities [ts] upgrade to 3.5.3 (#40228) 2019-07-10 12:26:23 -07:00
upgrade_assistant_integration Fix path references into and out of x-pack/legacy 2019-06-20 13:34:48 -04:00
visual_regression [Maps] create visual regression test for vector styling point with icons (#39363) 2019-07-09 12:16:26 -06:00
mocha.opts
tsconfig.json