kibana/x-pack/plugins
Tomas Della Vedova 238791b942
ES client : use the new type definitions (#83808)
* Use client from branch

* Get type checking working in core

* Fix types in other plugins

* Update client types + remove type errors from core

* migrate Task Manager Elasticsearch typing from legacy library to client library

* use SortOrder instead o string in alerts

* Update client types + fix core type issues

* fix maps ts errors

* Update Lens types

* Convert Search Profiler body from a string to an object to conform to SearchRequest type.

* Fix SOT types

* Fix/mute Security/Spaces plugins type errors.

* Fix bootstrap types

* Fix painless_lab

* corrected es typing in Event Log

* Use new types from client for inferred search responses

* Latest type defs

* Integrate latest type defs for APM/UX

* fix core errors

* fix telemetry errors

* fix canvas errors

* fix data_enhanced errors

* fix event_log errors

* mute lens errors

* fix or mute maps errors

* fix reporting errors

* fix security errors

* mute errors in task_manager

* fix errors in telemetry_collection_xpack

* fix errors in data plugins

* fix errors in alerts

* mute errors in index_management

* fix task_manager errors

* mute or fix lens errors

* fix upgrade_assistant errors

* fix or mute errors in index_lifecycle_management

* fix discover errors

* fix core tests

* ML changes

* fix core type errors

* mute error in kbn-es-archiver

* fix error in data plugin

* fix error in telemetry plugin

* fix error in discover

* fix discover errors

* fix errors in task_manager

* fix security errors

* fix wrong conflict resolution

* address errors with upstream code

* update deps to the last commit

* remove outdated comments

* fix core errors

* fix errors after update

* adding more expect errors to ML

* pull the lastest changes

* fix core errors

* fix errors in infra plugin

* fix errors in uptime plugin

* fix errors in ml

* fix errors in xpack telemetry

* fix or mute errors in transform

* fix errors in upgrade assistant

* fix or mute fleet errors

* start fixing apm errors

* fix errors in osquery

* fix telemetry tests

* core cleanup

* fix asMutableArray imports

* cleanup

* data_enhanced cleanup

* cleanup events_log

* cleaup

* fix error in kbn-es-archiver

* fix errors in kbn-es-archiver

* fix errors in kbn-es-archiver

* fix ES typings for Hit

* fix SO

* fix actions plugin

* fix fleet

* fix maps

* fix stack_alerts

* fix eslint problems

* fix event_log unit tests

* fix failures in data_enhanced tests

* fix test failure in kbn-es-archiver

* fix test failures in index_pattern_management

* fixing ML test

* remove outdated comment in kbn-es-archiver

* fix error type in ml

* fix eslint errors in osquery plugin

* fix runtime error in infra plugin

* revert changes to event_log cluser exist check

* fix eslint error in osquery

* fixing ML endpoint argument types

* fx types

* Update api-extractor docs

* attempt fix for ese test

* Fix lint error

* Fix types for ts refs

* Fix data_enhanced unit test

* fix lens types

* generate docs

* Fix a number of type issues in monitoring and ml

* fix triggers_actions_ui

* Fix ILM functional test

* Put search.d.ts typings back

* fix data plugin

* Update typings in typings/elasticsearch

* Update snapshots

* mute errors in task_manager

* mute fleet errors

* lens. remove unnecessary ts-expect-errors

* fix errors in stack_alerts

* mute errors in osquery

* fix errors in security_solution

* fix errors in lists

* fix errors in cases

* mute errors in search_examples

* use KibanaClient to enforce promise-based API

* fix errors in test/ folder

* update comment

* fix errors in x-pack/test folder

* fix errors in ml plugin

* fix optional fields in ml api_integartoon tests

* fix another casting problem in ml tests

* fix another ml test failure

* fix fleet problem after conflict resolution

* rollback changes in security_solution. trying to fix test

* Update type for discover rows

* uncomment runtime_mappings as its outdated

* address comments from Wylie

* remove eslint error due to any

* mute error due to incompatibility

* Apply suggestions from code review

Co-authored-by: John Schulz <github.com@jfsiii.org>

* fix type error in lens tests

* Update x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>

* Update x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>

* update deps

* fix errors in core types

* fix errors for the new elastic/elasticsearch version

* remove unused type

* remove unnecessary manual type cast and put optional chaining back

* ML: mute Datafeed is missing indices_options

* Apply suggestions from code review

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>

* use canary pacakge instead of git commit

Co-authored-by: Josh Dover <me@joshdover.com>
Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
Co-authored-by: Gidi Meir Morris <github@gidi.io>
Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
Co-authored-by: CJ Cenizal <cj@cenizal.com>
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
Co-authored-by: restrry <restrry@gmail.com>
Co-authored-by: James Gowdy <jgowdy@elastic.co>
Co-authored-by: John Schulz <github.com@jfsiii.org>
Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
2021-03-25 04:47:16 -04:00
..
actions ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
alerting ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
apm ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
banners
beats_management
canvas ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
cases ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
cloud Update text and icons to align with Cloud (#86394) 2021-03-11 08:53:46 -06:00
console_extensions
cross_cluster_replication
dashboard_enhanced
dashboard_mode
data_enhanced ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
discover_enhanced
drilldowns
embeddable_enhanced
encrypted_saved_objects [core.savedObjects] Add helper for using find with pit and search_after. (#92981) 2021-03-24 19:59:13 -04:00
enterprise_search [App Search] Log retention role fix (#95227) 2021-03-24 15:37:02 -04:00
event_log ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
features
file_upload ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
fleet ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
global_search
global_search_bar [jest] switch to jest-environment-jsdom (#95125) 2021-03-24 08:47:10 -07:00
global_search_providers Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00
graph
grokdebugger Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00
index_lifecycle_management ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
index_management ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
infra ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
ingest_pipelines [Ingest Pipelines] Fix serialization and deserialization of user input for "patterns" fields (#94689) 2021-03-18 10:07:39 +01:00
lens ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
license_management
licensing Revert "Display Kibana overall status in the logs and have FTR wait for green status before running tests (#92568)" (#93855) 2021-03-05 21:02:52 -05:00
lists ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
logstash
maps ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
maps_legacy_licensing [Maps] Isolate maps-setting froms maps_legacy (#92918) 2021-03-15 11:15:39 -04:00
ml ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
monitoring ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
observability ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
osquery ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
painless_lab ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
remote_clusters Use documentation link service for remote clusters (#93937) 2021-03-15 14:02:27 -04:00
reporting ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
rollup Cleanup advanced settings (#93437) 2021-03-17 14:44:55 +01:00
runtime_fields
saved_objects_tagging ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
searchprofiler ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
security ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
security_solution ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
snapshot_restore Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00
spaces ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
stack_alerts ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
task_manager ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
telemetry_collection_xpack ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
transform ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
translations [Lens] Implement filtered metric (#92589) 2021-03-24 11:44:23 +01:00
triggers_actions_ui ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
ui_actions_enhanced Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00
upgrade_assistant ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
uptime ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
watcher Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00
xpack_legacy