kibana/packages
Mikhail Shustov a15178a1b0
[7.x] ES client : use the new type definitions (#83808) (#95391)
* 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>
# Conflicts:
#	package.json
#	src/core/server/saved_objects/migrationsv2/integration_tests/migration.test.ts
#	src/plugins/data/server/autocomplete/value_suggestions_route.ts
#	src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx
#	x-pack/plugins/apm/server/lib/services/get_service_dependencies/get_destination_map.ts
#	x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/evaluate_condition.ts
#	x-pack/plugins/security/server/authentication/api_keys/api_keys.ts
#	yarn.lock

* fix file broken during conflict resolution

* fix lint errors and test failure

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-03-25 10:33:44 -04:00
..
elastic-datemath chore(NA): move elastic-datemath from mocha into jest (#87351) (#87544) 2021-01-06 22:09:37 +00:00
elastic-eslint-config-kibana chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
elastic-safer-lodash-set chore(NA): move into single pkg json (#80015) (#82378) 2020-11-02 23:22:35 +00:00
kbn-ace [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-analytics Add @kbn/analytics to UI Shared Deps (#91810) (#92072) 2021-02-19 16:18:43 -05:00
kbn-apm-config-loader Move src/apm.js to @kbn/apm-config-loader (#94315) (#94538) 2021-03-14 20:04:44 -04:00
kbn-apm-utils [7.x] [APM] Add custom spans around async operations (#90403) (#91328) 2021-02-13 14:29:45 +01:00
kbn-babel-code-parser [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-babel-preset [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-config [core.logging] Deprecates legacy logging dest, json, verbosity and rotate configurations (#94238) (#94878) 2021-03-17 22:15:15 -04:00
kbn-config-schema [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-dev-utils chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
kbn-docs-utils API docs clean up (#93508) (#93881) 2021-03-06 10:05:27 -05:00
kbn-es [7.x] [es] disable wildcards in destructive actions (#88986) (#90804) 2021-02-09 13:15:14 -05:00
kbn-es-archiver [7.x] ES client : use the new type definitions (#83808) (#95391) 2021-03-25 10:33:44 -04:00
kbn-eslint-import-resolver-kibana [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-eslint-plugin-eslint [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-expect [7.x] [kbn/bootstrap] validate that certain deps don't ship in production (#80549) (#80710) 2020-10-15 12:00:44 -07:00
kbn-i18n [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-interpreter [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-legacy-logging [core.logging] Deprecates legacy logging dest, json, verbosity and rotate configurations (#94238) (#94878) 2021-03-17 22:15:15 -04:00
kbn-logging [core.logging] Add RewriteAppender for filtering LogMeta. (#91492) (#92724) 2021-02-24 19:40:49 -05:00
kbn-monaco Index pattern field editor (#88995) (#91896) 2021-02-18 14:24:38 -06:00
kbn-optimizer [optimizer] Compress javascript assets (#94717) (#94946) 2021-03-18 14:42:54 -04:00
kbn-plugin-generator [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-plugin-helpers [7.x] [kbn/optimizer][ci-stats] ship metrics separate from build (#90482) (#90659) 2021-02-08 16:40:11 -07:00
kbn-pm chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
kbn-spec-to-console [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-std [Core] add timeout for "stop" lifecycle (#90432) (#90783) 2021-02-09 17:41:29 +01:00
kbn-storybook chore(NA): do not include fs within a storybook build (#93294) (#93327) 2021-03-02 19:19:07 -05:00
kbn-telemetry-tools Define schema for monitoring-sourced telemetry (#94434) (#94816) 2021-03-18 18:43:37 +00:00
kbn-test fix(NA): support inspect flags on ensure_node_preserve_symlinks script (#95344) (#95378) 2021-03-25 02:07:29 -04:00
kbn-test-subj-selector [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-tinymath Expand Tinymath grammar, including named arguments (#89795) (#90801) 2021-02-09 15:24:44 -05:00
kbn-ui-framework [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-ui-shared-deps chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
kbn-utility-types [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kbn-utils chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
BUILD.bazel chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
README.md chore(NA): remove mocha junit ci integrations (#88129) (#88534) 2021-01-16 00:01:29 +00:00

Kibana-related packages

This folder contains packages that are intended for use in Kibana and Kibana plugins.

tl;dr:

  • Don't publish to npm registry
  • Always use the @kbn namespace
  • Always set "private": true in package.json

Using these packages

We no longer publish these packages to the npm registry. Now, instead of specifying a version when including these packages, we rely on yarn workspaces, which sets up a symlink to the package.

For example if you want to use the @kbn/i18n package in Kibana itself, you can specify the dependency like this:

"@kbn/i18n": "1.0.0"

However, if you want to use this from a Kibana plugin, you need to use a link: dependency and account for the relative location of the Kibana repo, so it would instead be:

"@kbn/i18n": "link:../../kibana/packages/kbn-i18n"

How all of this works is described in more detail in the @kbn/pm docs.

Creating a new package

Create a new sub-folder. The name of the folder should mirror the name in the package's package.json. E.g. if the name is @kbn/i18n the folder name should be kbn-i18n.

All new packages should use the @kbn namespace, and should be marked with "private": true.

Unit tests for a package

Currently there is only one tool being used in order to test packages which is Jest. Below we will explain how it should be done.

Jest

A package should follow the pattern of having .test.js files as siblings of the source code files, and these run by Jest.

A package using the .test.js naming convention will have those tests automatically picked up by Jest and run by the unit test runner, currently mapped to the Kibana test script in the root package.json.

  • yarn test or yarn grunt test runs all unit tests.
  • yarn jest runs all Jest tests in Kibana.

In order for the plugin or package to use Jest, a jest.config.js file must be present in it's root. However, there are safeguards for this in CI should a test file be added without a corresponding config file.


Each package can also specify its own test script in the package's package.json, for cases where you'd prefer to run the tests from the local package directory.