mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-data-discovery
(#203152)
## Summary This PR aims at relocating some of the Kibana modules (plugins and packages) into a new folder structure, according to the _Sustainable Kibana Architecture_ initiative. > [!IMPORTANT] > * We kindly ask you to: > * Manually fix the errors in the error section below (if there are any). > * Search for the `packages[\/\\]` and `plugins[\/\\]` patterns in the source code (Babel and Eslint config files), and update them appropriately. > * Manually review `.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names > * Review all of the updated files, specially the `.ts` and `.js` files listed in the sections below, as some of them contain relative paths that have been updated. > * Think of potential impact of the move, including tooling and configuration files that can be pointing to the relocated modules. E.g.: > * customised eslint rules > * docs pointing to source code > [!NOTE] > * This PR has been auto-generated. > * Any manual contributions will be lost if the 'relocate' script is re-run. > * Try to obtain the missing reviews / approvals before applying manual fixes, and/or keep your changes in a .patch / git stash. > * Please use [#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E) Slack channel for feedback. Are you trying to rebase this PR to solve merge conflicts? Please follow the steps describe [here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E). #### 12 plugin(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/data-view-editor-plugin` | `src/platform/plugins/shared/data_view_editor` | | `@kbn/data-view-field-editor-plugin` | `src/platform/plugins/shared/data_view_field_editor` | | `@kbn/data-view-management-plugin` | `src/platform/plugins/shared/data_view_management` | | `@kbn/data-views-plugin` | `src/platform/plugins/shared/data_views` | | `@kbn/discover-enhanced-plugin` | `x-pack/platform/plugins/private/discover_enhanced` | | `@kbn/discover-plugin` | `src/platform/plugins/shared/discover` | | `@kbn/discover-shared-plugin` | `src/platform/plugins/shared/discover_shared` | | `@kbn/field-formats-plugin` | `src/platform/plugins/shared/field_formats` | | `@kbn/saved-objects-finder-plugin` | `src/platform/plugins/shared/saved_objects_finder` | | `@kbn/saved-search-plugin` | `src/platform/plugins/shared/saved_search` | | `@kbn/unified-doc-viewer-plugin` | `src/platform/plugins/shared/unified_doc_viewer` | | `@kbn/unified-histogram-plugin` | `src/platform/plugins/shared/unified_histogram` | #### 18 packages(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/content-management-utils` | `src/platform/packages/shared/kbn-content-management-utils` | | `@kbn/data-view-utils` | `src/platform/packages/shared/kbn-data-view-utils` | | `@kbn/datemath` | `src/platform/packages/shared/kbn-datemath` | | `@kbn/deeplinks-analytics` | `src/platform/packages/shared/deeplinks/analytics` | | `@kbn/default-nav-analytics` | `src/platform/packages/private/default-nav/analytics` | | `@kbn/discover-utils` | `src/platform/packages/shared/kbn-discover-utils` | | `@kbn/es-query` | `src/platform/packages/shared/kbn-es-query` | | `@kbn/field-types` | `src/platform/packages/shared/kbn-field-types` | | `@kbn/field-utils` | `src/platform/packages/shared/kbn-field-utils` | | `@kbn/react-field` | `src/platform/packages/shared/kbn-react-field` | | `@kbn/resizable-layout` | `src/platform/packages/shared/kbn-resizable-layout` | | `@kbn/search-errors` | `src/platform/packages/shared/kbn-search-errors` | | `@kbn/search-response-warnings` | `src/platform/packages/shared/kbn-search-response-warnings` | | `@kbn/search-types` | `src/platform/packages/shared/kbn-search-types` | | `@kbn/unified-data-table` | `src/platform/packages/shared/kbn-unified-data-table` | | `@kbn/unified-doc-viewer` | `src/platform/packages/shared/kbn-unified-doc-viewer` | | `@kbn/unified-field-list` | `src/platform/packages/shared/kbn-unified-field-list` | | `@kbn/unsaved-changes-badge` | `src/platform/packages/private/kbn-unsaved-changes-badge` | <details > <summary>Updated references</summary> ``` ./.buildkite/scripts/steps/functional/scout_ui_tests.sh ./.eslintrc.js ./.i18nrc.json ./docs/developer/advanced/sharing-saved-objects.asciidoc ./docs/developer/architecture/core/saved-objects-service.asciidoc ./docs/developer/best-practices/navigation.asciidoc ./docs/developer/contributing/development-unit-tests.asciidoc ./docs/developer/plugin-list.asciidoc ./examples/unified_doc_viewer/README.md ./examples/unified_field_list_examples/public/plugin.ts ./legacy_rfcs/text/0015_bazel.md ./oas_docs/scripts/merge_ess_oas.js ./oas_docs/scripts/merge_serverless_oas.js ./package.json ./packages/kbn-repo-packages/package-map.json ./packages/kbn-synthetic-package-map/synthetic-packages.json ./packages/kbn-test/src/functional_tests/lib/babel_register_for_test_plugins.js ./packages/kbn-ts-projects/config-paths.json ./packages/kbn-ui-shared-deps-src/BUILD.bazel ./packages/kbn-unified-field-list/src/services/field_examples_calculator/field_examples_calculator.ts ./packages/shared-ux/prompt/no_data_views/types/index.d.ts ./src/dev/code_coverage/ingest_coverage/__tests__/mocks/team_assign_mock.txt ./src/dev/storybook/aliases.ts ./src/platform/packages/private/default-nav/analytics/jest.config.js ./src/platform/packages/private/kbn-unsaved-changes-badge/jest.config.js ./src/platform/packages/shared/deeplinks/analytics/jest.config.js ./src/platform/packages/shared/kbn-content-management-utils/jest.config.js ./src/platform/packages/shared/kbn-data-view-utils/jest.config.js ./src/platform/packages/shared/kbn-datemath/jest.config.js ./src/platform/packages/shared/kbn-discover-utils/jest.config.js ./src/platform/packages/shared/kbn-es-query/jest.config.js ./src/platform/packages/shared/kbn-field-types/jest.config.js ./src/platform/packages/shared/kbn-field-utils/jest.config.js ./src/platform/packages/shared/kbn-react-field/jest.config.js ./src/platform/packages/shared/kbn-resizable-layout/jest.config.js ./src/platform/packages/shared/kbn-search-errors/jest.config.js ./src/platform/packages/shared/kbn-search-response-warnings/jest.config.js ./src/platform/packages/shared/kbn-search-types/jest.config.js ./src/platform/packages/shared/kbn-unified-data-table/jest.config.js ./src/platform/packages/shared/kbn-unified-doc-viewer/jest.config.js ./src/platform/packages/shared/kbn-unified-field-list/jest.config.js ./src/platform/plugins/shared/data_view_editor/jest.config.js ./src/platform/plugins/shared/data_view_field_editor/jest.config.js ./src/platform/plugins/shared/data_view_management/jest.config.js ./src/platform/plugins/shared/data_views/jest.config.js ./src/platform/plugins/shared/discover/README.md ./src/platform/plugins/shared/discover/jest.config.js ./src/platform/plugins/shared/discover/public/context_awareness/README.md ./src/platform/plugins/shared/discover_shared/README.md ./src/platform/plugins/shared/discover_shared/jest.config.js ./src/platform/plugins/shared/field_formats/jest.config.js ./src/platform/plugins/shared/saved_objects_finder/jest.config.js ./src/platform/plugins/shared/saved_search/jest.config.js ./src/platform/plugins/shared/unified_doc_viewer/jest.config.js ./src/platform/plugins/shared/unified_histogram/jest.config.js ./tsconfig.base.json ./tsconfig.refs.json ./x-pack/.i18nrc.json ./x-pack/platform/plugins/private/discover_enhanced/jest.config.js ./x-pack/platform/plugins/private/discover_enhanced/ui_tests/README.md ./x-pack/solutions/security/plugins/timelines/common/search_strategy/index_fields/index.ts ./yarn.lock .github/CODEOWNERS ``` </details><details > <summary>Updated relative paths</summary> ``` src/platform/packages/private/default-nav/analytics/jest.config.js:12 src/platform/packages/private/default-nav/analytics/tsconfig.json:2 src/platform/packages/private/kbn-unsaved-changes-badge/jest.config.js:12 src/platform/packages/private/kbn-unsaved-changes-badge/tsconfig.json:2 src/platform/packages/shared/deeplinks/analytics/jest.config.js:12 src/platform/packages/shared/deeplinks/analytics/tsconfig.json:2 src/platform/packages/shared/kbn-content-management-utils/jest.config.js:12 src/platform/packages/shared/kbn-content-management-utils/tsconfig.json:2 src/platform/packages/shared/kbn-data-view-utils/jest.config.js:12 src/platform/packages/shared/kbn-data-view-utils/tsconfig.json:2 src/platform/packages/shared/kbn-datemath/jest.config.js:22 src/platform/packages/shared/kbn-datemath/tsconfig.json:2 src/platform/packages/shared/kbn-discover-utils/jest.config.js:12 src/platform/packages/shared/kbn-discover-utils/tsconfig.json:2 src/platform/packages/shared/kbn-es-query/jest.config.js:12 src/platform/packages/shared/kbn-es-query/tsconfig.json:2 src/platform/packages/shared/kbn-field-types/jest.config.js:12 src/platform/packages/shared/kbn-field-types/tsconfig.json:2 src/platform/packages/shared/kbn-field-utils/jest.config.js:12 src/platform/packages/shared/kbn-field-utils/tsconfig.json:2 src/platform/packages/shared/kbn-react-field/jest.config.js:12 src/platform/packages/shared/kbn-react-field/tsconfig.json:2 src/platform/packages/shared/kbn-resizable-layout/jest.config.js:12 src/platform/packages/shared/kbn-resizable-layout/tsconfig.json:2 src/platform/packages/shared/kbn-search-errors/jest.config.js:12 src/platform/packages/shared/kbn-search-errors/tsconfig.json:2 src/platform/packages/shared/kbn-search-response-warnings/jest.config.js:12 src/platform/packages/shared/kbn-search-response-warnings/tsconfig.json:2 src/platform/packages/shared/kbn-search-types/jest.config.js:12 src/platform/packages/shared/kbn-search-types/tsconfig.json:2 src/platform/packages/shared/kbn-unified-data-table/jest.config.js:12 src/platform/packages/shared/kbn-unified-data-table/tsconfig.json:2 src/platform/packages/shared/kbn-unified-doc-viewer/jest.config.js:12 src/platform/packages/shared/kbn-unified-doc-viewer/tsconfig.json:2 src/platform/packages/shared/kbn-unified-field-list/jest.config.js:12 src/platform/packages/shared/kbn-unified-field-list/tsconfig.json:2 src/platform/plugins/shared/data_view_editor/jest.config.js:12 src/platform/plugins/shared/data_view_editor/tsconfig.json:2 src/platform/plugins/shared/data_view_field_editor/jest.config.js:12 src/platform/plugins/shared/data_view_field_editor/tsconfig.json:2 src/platform/plugins/shared/data_view_field_editor/tsconfig.json:7 src/platform/plugins/shared/data_view_management/jest.config.js:12 src/platform/plugins/shared/data_view_management/tsconfig.json:2 src/platform/plugins/shared/data_views/jest.config.js:12 src/platform/plugins/shared/data_views/tsconfig.json:2 src/platform/plugins/shared/discover/jest.config.js:12 src/platform/plugins/shared/discover/public/application/context/context_app.scss:1 src/platform/plugins/shared/discover/public/application/main/components/layout/discover_layout.scss:1 src/platform/plugins/shared/discover/public/context_awareness/README.md:118 src/platform/plugins/shared/discover/public/context_awareness/README.md:119 src/platform/plugins/shared/discover/tsconfig.json:10 src/platform/plugins/shared/discover/tsconfig.json:2 src/platform/plugins/shared/discover_shared/jest.config.js:12 src/platform/plugins/shared/discover_shared/tsconfig.json:10 src/platform/plugins/shared/discover_shared/tsconfig.json:2 src/platform/plugins/shared/field_formats/jest.config.js:12 src/platform/plugins/shared/field_formats/tsconfig.json:2 src/platform/plugins/shared/saved_objects_finder/jest.config.js:12 src/platform/plugins/shared/saved_objects_finder/tsconfig.json:2 src/platform/plugins/shared/saved_search/jest.config.js:12 src/platform/plugins/shared/saved_search/tsconfig.json:2 src/platform/plugins/shared/saved_search/tsconfig.json:6 src/platform/plugins/shared/unified_doc_viewer/jest.config.js:12 src/platform/plugins/shared/unified_doc_viewer/tsconfig.json:2 src/platform/plugins/shared/unified_doc_viewer/tsconfig.json:6 src/platform/plugins/shared/unified_histogram/jest.config.js:12 src/platform/plugins/shared/unified_histogram/tsconfig.json:2 src/platform/plugins/shared/unified_histogram/tsconfig.json:6 x-pack/platform/plugins/private/discover_enhanced/jest.config.js:10 x-pack/platform/plugins/private/discover_enhanced/tsconfig.json:2 ``` </details> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a129744e00
commit
bb877cff7e
2178 changed files with 748 additions and 725 deletions
|
@ -253,7 +253,7 @@ const getPipeline = (filename: string, removeSteps = true) => {
|
|||
/^package.json/,
|
||||
/^packages\/kbn-securitysolution-.*/,
|
||||
/^x-pack\/platform\/plugins\/shared\/alerting/,
|
||||
/^x-pack\/plugins\/data_views\/common/,
|
||||
/^x-pack\/platform\/plugins\/shared\/data_views\/common/,
|
||||
/^x-pack\/solutions\/security\/plugins\/lists/,
|
||||
/^x-pack\/platform\/plugins\/shared\/rule_registry\/common/,
|
||||
/^x-pack\/solutions\/security\/plugins\/security_solution/,
|
||||
|
@ -296,18 +296,18 @@ const getPipeline = (filename: string, removeSteps = true) => {
|
|||
if (
|
||||
(await doAnyChangesMatch([
|
||||
/^package.json/,
|
||||
/^packages\/kbn-discover-utils/,
|
||||
/^src\/platform\/packages\/shared\/kbn-discover-utils/,
|
||||
/^packages\/kbn-doc-links/,
|
||||
/^packages\/kbn-dom-drag-drop/,
|
||||
/^packages\/kbn-es-query/,
|
||||
/^src\/platform\/packages\/shared\/kbn-es-query/,
|
||||
/^packages\/kbn-i18n/,
|
||||
/^packages\/kbn-i18n-react/,
|
||||
/^src\/platform\/packages\/shared\/kbn-grouping/,
|
||||
/^packages\/kbn-resizable-layout/,
|
||||
/^src\/platform\/packages\/shared\/kbn-resizable-layout/,
|
||||
/^packages\/kbn-rison/,
|
||||
/^src\/platform\/packages\/shared\/kbn-rule-data-utils/,
|
||||
/^packages\/kbn-safer-lodash-set/,
|
||||
/^packages\/kbn-search-types/,
|
||||
/^src\/platform\/packages\/shared\/kbn-search-types/,
|
||||
/^packages\/kbn-securitysolution-.*/,
|
||||
/^src\/platform\/packages\/shared\/kbn-securitysolution-ecs/,
|
||||
/^x-pack\/solutions\/security\/packages\/kbn-securitysolution-io-ts-alerting-types/,
|
||||
|
@ -322,22 +322,22 @@ const getPipeline = (filename: string, removeSteps = true) => {
|
|||
/^src\/plugins\/charts/,
|
||||
/^src\/platform\/plugins\/shared\/controls/,
|
||||
/^src\/plugins\/data/,
|
||||
/^src\/plugins\/data_views/,
|
||||
/^src\/plugins\/discover/,
|
||||
/^src\/plugins\/field_formats/,
|
||||
/^src\/platform\/plugins\/shared\/data_views/,
|
||||
/^src\/platform\/plugins\/shared\/discover/,
|
||||
/^src\/platform\/plugins\/shared\/field_formats/,
|
||||
/^src\/platform\/plugins\/shared\/inspector/,
|
||||
/^src\/plugins\/kibana_react/,
|
||||
/^src\/plugins\/kibana_utils/,
|
||||
/^src\/plugins\/saved_search/,
|
||||
/^src\/platform\/plugins\/shared\/saved_search/,
|
||||
/^src\/plugins\/ui_actions/,
|
||||
/^src\/plugins\/unified_histogram/,
|
||||
/^src\/platform\/plugins\/shared\/unified_histogram/,
|
||||
/^src\/plugins\/unified_search/,
|
||||
/^x-pack\/platform\/packages\/shared\/kbn-elastic-assistant/,
|
||||
/^x-pack\/platform\/packages\/shared\/kbn-elastic-assistant-common/,
|
||||
/^x-pack\/solutions\/security\/packages/,
|
||||
/^x-pack\/platform\/plugins\/shared\/alerting/,
|
||||
/^x-pack\/platform\/plugins\/shared\/cases/,
|
||||
/^x-pack\/plugins\/data_views\/common/,
|
||||
/^x-pack\/platform\/plugins\/shared\/data_views\/common/,
|
||||
/^x-pack\/solutions\/security\/plugins\/elastic_assistant/,
|
||||
/^x-pack\/solutions\/security\/plugins\/lists/,
|
||||
/^x-pack\/platform\/plugins\/shared\/rule_registry\/common/,
|
||||
|
@ -391,7 +391,7 @@ const getPipeline = (filename: string, removeSteps = true) => {
|
|||
|
||||
if (
|
||||
(await doAnyChangesMatch([
|
||||
/^x-pack\/plugins\/discover_enhanced\/ui_tests/,
|
||||
/^x-pack\/platform\/plugins\/private\/discover_enhanced\/ui_tests/,
|
||||
/^packages\/kbn-scout/,
|
||||
])) ||
|
||||
GITHUB_PR_LABELS.includes('ci:scout-ui-tests')
|
||||
|
|
|
@ -6,7 +6,7 @@ source .buildkite/scripts/steps/functional/common.sh
|
|||
|
||||
export JOB=kibana-scout-ui-tests
|
||||
|
||||
TEST_CONFIG="x-pack/plugins/discover_enhanced/ui_tests/playwright.config.ts"
|
||||
TEST_CONFIG="x-pack/platform/plugins/private/discover_enhanced/ui_tests/playwright.config.ts"
|
||||
KIBANA_DIR="$KIBANA_BUILD_LOCATION"
|
||||
|
||||
declare -A TESTS=(
|
||||
|
|
|
@ -364,7 +364,7 @@ module.exports = {
|
|||
{
|
||||
files: [
|
||||
'packages/kbn-eslint-config/**/*.{js,mjs,ts,tsx}',
|
||||
'packages/kbn-datemath/**/*.{js,mjs,ts,tsx}',
|
||||
'src/platform/packages/shared/kbn-datemath/**/*.{js,mjs,ts,tsx}',
|
||||
],
|
||||
rules: {
|
||||
'@kbn/eslint/require-license-header': [
|
||||
|
@ -1577,7 +1577,10 @@ module.exports = {
|
|||
* Discover overrides
|
||||
*/
|
||||
{
|
||||
files: ['src/plugins/discover/**/*.{ts,tsx}', 'src/plugins/saved_search/**/*.{ts,tsx}'],
|
||||
files: [
|
||||
'src/platform/plugins/shared/discover/**/*.{ts,tsx}',
|
||||
'src/platform/plugins/shared/saved_search/**/*.{ts,tsx}',
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'@typescript-eslint/ban-ts-comment': [
|
||||
|
|
70
.github/CODEOWNERS
vendored
70
.github/CODEOWNERS
vendored
|
@ -249,9 +249,7 @@ packages/core/user-profile/core-user-profile-server-mocks @elastic/kibana-core
|
|||
packages/core/user-settings/core-user-settings-server @elastic/kibana-security
|
||||
packages/core/user-settings/core-user-settings-server-internal @elastic/kibana-security
|
||||
packages/core/user-settings/core-user-settings-server-mocks @elastic/kibana-security
|
||||
packages/deeplinks/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations
|
||||
packages/deeplinks/shared @elastic/appex-sharedux
|
||||
packages/default-nav/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations
|
||||
packages/home/sample_data_card @elastic/appex-sharedux
|
||||
packages/home/sample_data_tab @elastic/appex-sharedux
|
||||
packages/home/sample_data_types @elastic/appex-sharedux
|
||||
|
@ -286,27 +284,22 @@ packages/kbn-coloring @elastic/kibana-visualizations
|
|||
packages/kbn-config @elastic/kibana-core
|
||||
packages/kbn-config-mocks @elastic/kibana-core
|
||||
packages/kbn-config-schema @elastic/kibana-core
|
||||
packages/kbn-content-management-utils @elastic/kibana-data-discovery
|
||||
packages/kbn-crypto @elastic/kibana-security
|
||||
packages/kbn-crypto-browser @elastic/kibana-core
|
||||
packages/kbn-cypress-config @elastic/kibana-operations
|
||||
packages/kbn-data-service @elastic/kibana-visualizations @elastic/kibana-data-discovery
|
||||
packages/kbn-data-view-utils @elastic/kibana-data-discovery
|
||||
packages/kbn-datemath @elastic/kibana-data-discovery
|
||||
packages/kbn-dependency-ownership @elastic/kibana-security
|
||||
packages/kbn-dependency-usage @elastic/kibana-security
|
||||
packages/kbn-dev-cli-errors @elastic/kibana-operations
|
||||
packages/kbn-dev-cli-runner @elastic/kibana-operations
|
||||
packages/kbn-dev-proc-runner @elastic/kibana-operations
|
||||
packages/kbn-dev-utils @elastic/kibana-operations
|
||||
packages/kbn-discover-utils @elastic/kibana-data-discovery
|
||||
packages/kbn-docs-utils @elastic/kibana-operations
|
||||
packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery
|
||||
packages/kbn-ebt-tools @elastic/kibana-core
|
||||
packages/kbn-es @elastic/kibana-operations
|
||||
packages/kbn-es-archiver @elastic/kibana-operations @elastic/appex-qa
|
||||
packages/kbn-es-errors @elastic/kibana-core
|
||||
packages/kbn-es-query @elastic/kibana-data-discovery
|
||||
packages/kbn-es-types @elastic/kibana-core @elastic/obs-knowledge-team
|
||||
packages/kbn-eslint-config @elastic/kibana-operations
|
||||
packages/kbn-eslint-plugin-css @elastic/appex-sharedux
|
||||
|
@ -319,8 +312,6 @@ packages/kbn-event-annotation-common @elastic/kibana-visualizations
|
|||
packages/kbn-event-annotation-components @elastic/kibana-visualizations
|
||||
packages/kbn-expect @elastic/kibana-operations @elastic/appex-qa
|
||||
packages/kbn-failed-test-reporter-cli @elastic/kibana-operations @elastic/appex-qa
|
||||
packages/kbn-field-types @elastic/kibana-data-discovery
|
||||
packages/kbn-field-utils @elastic/kibana-data-discovery
|
||||
packages/kbn-find-used-node-modules @elastic/kibana-operations
|
||||
packages/kbn-formatters @elastic/obs-ux-logs-team
|
||||
packages/kbn-ftr-common-functional-services @elastic/kibana-operations @elastic/appex-qa
|
||||
|
@ -375,7 +366,6 @@ packages/kbn-picomatcher @elastic/kibana-operations
|
|||
packages/kbn-plugin-check @elastic/appex-sharedux
|
||||
packages/kbn-plugin-generator @elastic/kibana-operations
|
||||
packages/kbn-plugin-helpers @elastic/kibana-operations
|
||||
packages/kbn-react-field @elastic/kibana-data-discovery
|
||||
packages/kbn-react-mute-legacy-root-warning @elastic/appex-sharedux
|
||||
packages/kbn-recently-accessed @elastic/appex-sharedux
|
||||
packages/kbn-relocate @elastic/kibana-core
|
||||
|
@ -397,7 +387,6 @@ packages/kbn-reporting/get_csv_panel_actions @elastic/appex-sharedux
|
|||
packages/kbn-reporting/mocks_server @elastic/appex-sharedux
|
||||
packages/kbn-reporting/public @elastic/appex-sharedux
|
||||
packages/kbn-reporting/server @elastic/appex-sharedux
|
||||
packages/kbn-resizable-layout @elastic/kibana-data-discovery
|
||||
packages/kbn-rison @elastic/kibana-operations
|
||||
packages/kbn-router-to-openapispec @elastic/kibana-core
|
||||
packages/kbn-safer-lodash-set @elastic/kibana-security
|
||||
|
@ -407,9 +396,6 @@ packages/kbn-scout @elastic/appex-qa
|
|||
packages/kbn-scout-info @elastic/appex-qa
|
||||
packages/kbn-scout-reporting @elastic/appex-qa
|
||||
packages/kbn-screenshotting-server @elastic/appex-sharedux
|
||||
packages/kbn-search-errors @elastic/kibana-data-discovery
|
||||
packages/kbn-search-response-warnings @elastic/kibana-data-discovery
|
||||
packages/kbn-search-types @elastic/kibana-data-discovery
|
||||
packages/kbn-security-hardening @elastic/kibana-security
|
||||
packages/kbn-server-http-tools @elastic/kibana-core
|
||||
packages/kbn-set-map @elastic/kibana-operations
|
||||
|
@ -435,10 +421,6 @@ packages/kbn-ui-actions-browser @elastic/appex-sharedux
|
|||
packages/kbn-ui-shared-deps-npm @elastic/kibana-operations
|
||||
packages/kbn-ui-shared-deps-src @elastic/kibana-operations
|
||||
packages/kbn-ui-theme @elastic/kibana-operations
|
||||
packages/kbn-unified-data-table @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations
|
||||
packages/kbn-unified-doc-viewer @elastic/kibana-data-discovery
|
||||
packages/kbn-unified-field-list @elastic/kibana-data-discovery
|
||||
packages/kbn-unsaved-changes-badge @elastic/kibana-data-discovery
|
||||
packages/kbn-use-tracked-promise @elastic/obs-ux-logs-team
|
||||
packages/kbn-user-profile-components @elastic/kibana-security
|
||||
packages/kbn-utility-types @elastic/kibana-core
|
||||
|
@ -527,6 +509,7 @@ src/core/packages/apps/browser-internal @elastic/kibana-core
|
|||
src/core/packages/apps/server-internal @elastic/kibana-core
|
||||
src/core/packages/base/browser-internal @elastic/kibana-core
|
||||
src/core/packages/base/common @elastic/kibana-core
|
||||
src/platform/packages/private/default-nav/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations
|
||||
src/platform/packages/private/default-nav/devtools @elastic/kibana-management
|
||||
src/platform/packages/private/default-nav/management @elastic/kibana-management
|
||||
src/platform/packages/private/default-nav/ml @elastic/ml-ui
|
||||
|
@ -537,7 +520,9 @@ src/platform/packages/private/kbn-management/settings/components/field_category
|
|||
src/platform/packages/private/kbn-management/settings/components/form @elastic/kibana-management
|
||||
src/platform/packages/private/kbn-mapbox-gl @elastic/kibana-presentation
|
||||
src/platform/packages/private/kbn-panel-loader @elastic/kibana-presentation
|
||||
src/platform/packages/private/kbn-unsaved-changes-badge @elastic/kibana-data-discovery
|
||||
src/platform/packages/private/response-ops/rule_params @elastic/response-ops
|
||||
src/platform/packages/shared/deeplinks/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations
|
||||
src/platform/packages/shared/deeplinks/devtools @elastic/kibana-management
|
||||
src/platform/packages/shared/deeplinks/fleet @elastic/fleet
|
||||
src/platform/packages/shared/deeplinks/management @elastic/kibana-management
|
||||
|
@ -554,13 +539,20 @@ src/platform/packages/shared/kbn-apm-utils @elastic/obs-ux-infra_services-team
|
|||
src/platform/packages/shared/kbn-avc-banner @elastic/security-defend-workflows
|
||||
src/platform/packages/shared/kbn-cases-components @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-cell-actions @elastic/security-threat-hunting-explore
|
||||
src/platform/packages/shared/kbn-content-management-utils @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-custom-icons @elastic/obs-ux-logs-team
|
||||
src/platform/packages/shared/kbn-data-view-utils @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-datemath @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-discover-contextual-components @elastic/obs-ux-logs-team @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-discover-utils @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-doc-links @elastic/docs
|
||||
src/platform/packages/shared/kbn-elastic-agent-utils @elastic/obs-ux-logs-team
|
||||
src/platform/packages/shared/kbn-es-query @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-esql-ast @elastic/kibana-esql
|
||||
src/platform/packages/shared/kbn-esql-utils @elastic/kibana-esql
|
||||
src/platform/packages/shared/kbn-esql-validation-autocomplete @elastic/kibana-esql
|
||||
src/platform/packages/shared/kbn-field-types @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-field-utils @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-flot-charts @elastic/kibana-presentation @elastic/stack-monitoring
|
||||
src/platform/packages/shared/kbn-grouping @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-io-ts-utils @elastic/obs-knowledge-team
|
||||
|
@ -574,12 +566,17 @@ src/platform/packages/shared/kbn-management/settings/utilities @elastic/kibana-m
|
|||
src/platform/packages/shared/kbn-openapi-common @elastic/security-detection-rule-management
|
||||
src/platform/packages/shared/kbn-osquery-io-ts-types @elastic/security-asset-management
|
||||
src/platform/packages/shared/kbn-profiling-utils @elastic/obs-ux-infra_services-team
|
||||
src/platform/packages/shared/kbn-react-field @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-react-hooks @elastic/obs-ux-logs-team
|
||||
src/platform/packages/shared/kbn-resizable-layout @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-router-utils @elastic/obs-ux-logs-team
|
||||
src/platform/packages/shared/kbn-rrule @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-rule-data-utils @elastic/security-detections-response @elastic/response-ops @elastic/obs-ux-management-team
|
||||
src/platform/packages/shared/kbn-search-api-panels @elastic/search-kibana
|
||||
src/platform/packages/shared/kbn-search-connectors @elastic/search-kibana
|
||||
src/platform/packages/shared/kbn-search-errors @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-search-response-warnings @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-search-types @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore
|
||||
src/platform/packages/shared/kbn-securitysolution-es-utils @elastic/security-detection-engine
|
||||
src/platform/packages/shared/kbn-securitysolution-io-ts-types @elastic/security-detection-engine
|
||||
|
@ -596,6 +593,9 @@ src/platform/packages/shared/kbn-timerange @elastic/obs-ux-logs-team
|
|||
src/platform/packages/shared/kbn-triggers-actions-ui-types @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-try-in-console @elastic/search-kibana
|
||||
src/platform/packages/shared/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
|
||||
src/platform/packages/shared/kbn-unified-data-table @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations
|
||||
src/platform/packages/shared/kbn-unified-doc-viewer @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-unified-field-list @elastic/kibana-data-discovery
|
||||
src/platform/packages/shared/kbn-unsaved-changes-prompt @elastic/kibana-management
|
||||
src/platform/packages/shared/kbn-xstate-utils @elastic/obs-ux-logs-team
|
||||
src/platform/packages/shared/kbn-zod-helpers @elastic/security-detection-rule-management
|
||||
|
@ -613,7 +613,13 @@ src/platform/plugins/shared/console @elastic/kibana-management
|
|||
src/platform/plugins/shared/controls @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/custom_integrations @elastic/fleet
|
||||
src/platform/plugins/shared/dashboard @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/data_view_editor @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/data_view_field_editor @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/data_view_management @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/data_views @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/dev_tools @elastic/kibana-management
|
||||
src/platform/plugins/shared/discover @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/discover_shared @elastic/kibana-data-discovery @elastic/obs-ux-logs-team
|
||||
src/platform/plugins/shared/embeddable @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/es_ui_shared @elastic/kibana-management
|
||||
src/platform/plugins/shared/esql @elastic/kibana-esql
|
||||
|
@ -624,9 +630,14 @@ src/platform/plugins/shared/expression_metric @elastic/kibana-presentation
|
|||
src/platform/plugins/shared/expression_repeat_image @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/expression_reveal_image @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/expression_shape @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/field_formats @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/inspector @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/management @elastic/kibana-management
|
||||
src/platform/plugins/shared/presentation_util @elastic/kibana-presentation
|
||||
src/platform/plugins/shared/saved_objects_finder @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/saved_search @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/unified_doc_viewer @elastic/kibana-data-discovery
|
||||
src/platform/plugins/shared/unified_histogram @elastic/kibana-data-discovery
|
||||
src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management
|
||||
src/plugins/chart_expressions/common @elastic/kibana-visualizations
|
||||
src/plugins/chart_expressions/expression_gauge @elastic/kibana-visualizations
|
||||
|
@ -639,16 +650,9 @@ src/plugins/chart_expressions/expression_xy @elastic/kibana-visualizations
|
|||
src/plugins/charts @elastic/kibana-visualizations
|
||||
src/plugins/content_management @elastic/appex-sharedux
|
||||
src/plugins/data @elastic/kibana-visualizations @elastic/kibana-data-discovery
|
||||
src/plugins/data_view_editor @elastic/kibana-data-discovery
|
||||
src/plugins/data_view_field_editor @elastic/kibana-data-discovery
|
||||
src/plugins/data_view_management @elastic/kibana-data-discovery
|
||||
src/plugins/data_views @elastic/kibana-data-discovery
|
||||
src/plugins/discover @elastic/kibana-data-discovery
|
||||
src/plugins/discover_shared @elastic/kibana-data-discovery @elastic/obs-ux-logs-team
|
||||
src/plugins/event_annotation @elastic/kibana-visualizations
|
||||
src/plugins/event_annotation_listing @elastic/kibana-visualizations
|
||||
src/plugins/expressions @elastic/kibana-visualizations
|
||||
src/plugins/field_formats @elastic/kibana-data-discovery
|
||||
src/plugins/files @elastic/appex-sharedux
|
||||
src/plugins/files_management @elastic/appex-sharedux
|
||||
src/plugins/ftr_apis @elastic/kibana-core
|
||||
|
@ -664,10 +668,8 @@ src/plugins/navigation @elastic/appex-sharedux
|
|||
src/plugins/newsfeed @elastic/kibana-core
|
||||
src/plugins/no_data_page @elastic/appex-sharedux
|
||||
src/plugins/saved_objects @elastic/appex-sharedux
|
||||
src/plugins/saved_objects_finder @elastic/kibana-data-discovery
|
||||
src/plugins/saved_objects_management @elastic/kibana-core
|
||||
src/plugins/saved_objects_tagging_oss @elastic/appex-sharedux
|
||||
src/plugins/saved_search @elastic/kibana-data-discovery
|
||||
src/plugins/screenshot_mode @elastic/appex-sharedux
|
||||
src/plugins/share @elastic/appex-sharedux
|
||||
src/plugins/telemetry @elastic/kibana-core
|
||||
|
@ -675,8 +677,6 @@ src/plugins/telemetry_collection_manager @elastic/kibana-core
|
|||
src/plugins/telemetry_management_section @elastic/kibana-core
|
||||
src/plugins/ui_actions @elastic/appex-sharedux
|
||||
src/plugins/ui_actions_enhanced @elastic/appex-sharedux
|
||||
src/plugins/unified_doc_viewer @elastic/kibana-data-discovery
|
||||
src/plugins/unified_histogram @elastic/kibana-data-discovery
|
||||
src/plugins/unified_search @elastic/kibana-visualizations
|
||||
src/plugins/url_forwarding @elastic/kibana-visualizations
|
||||
src/plugins/usage_collection @elastic/kibana-core
|
||||
|
@ -833,6 +833,7 @@ x-pack/platform/plugins/private/cloud_integrations/cloud_data_migration @elastic
|
|||
x-pack/platform/plugins/private/cross_cluster_replication @elastic/kibana-management
|
||||
x-pack/platform/plugins/private/data_usage @elastic/obs-ai-assistant @elastic/security-solution
|
||||
x-pack/platform/plugins/private/data_visualizer @elastic/ml-ui
|
||||
x-pack/platform/plugins/private/discover_enhanced @elastic/kibana-data-discovery
|
||||
x-pack/platform/plugins/private/file_upload @elastic/kibana-presentation @elastic/ml-ui
|
||||
x-pack/platform/plugins/private/grokdebugger @elastic/kibana-management
|
||||
x-pack/platform/plugins/private/index_lifecycle_management @elastic/kibana-management
|
||||
|
@ -887,7 +888,6 @@ x-pack/plugins/cloud_integrations/cloud_experiments @elastic/kibana-core
|
|||
x-pack/plugins/cloud_integrations/cloud_full_story @elastic/kibana-core
|
||||
x-pack/plugins/cloud_integrations/cloud_links @elastic/kibana-core
|
||||
x-pack/plugins/custom_branding @elastic/appex-sharedux
|
||||
x-pack/plugins/discover_enhanced @elastic/kibana-data-discovery
|
||||
x-pack/plugins/drilldowns/url_drilldown @elastic/appex-sharedux
|
||||
x-pack/plugins/encrypted_saved_objects @elastic/kibana-security
|
||||
x-pack/plugins/features @elastic/kibana-core
|
||||
|
@ -1147,10 +1147,10 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela
|
|||
/x-pack/test_serverless/functional/test_suites/common/examples/search_examples @elastic/kibana-data-discovery
|
||||
/x-pack/test_serverless/functional/test_suites/common/examples/unified_field_list_examples @elastic/kibana-data-discovery
|
||||
/x-pack/test_serverless/functional/test_suites/common/management/data_views @elastic/kibana-data-discovery
|
||||
src/plugins/discover/public/context_awareness/profile_providers/security @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations
|
||||
src/platform/plugins/shared/discover/public/context_awareness/profile_providers/security @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations
|
||||
# TODO: this deprecation_logs folder should be owned by kibana management team after 9.0
|
||||
src/plugins/discover/public/context_awareness/profile_providers/common/deprecation_logs @elastic/kibana-data-discovery @elastic/kibana-core
|
||||
src/plugins/discover/public/context_awareness/profile_providers/observability @elastic/kibana-data-discovery @elastic/obs-ux-logs-team
|
||||
src/platform/plugins/shared/discover/public/context_awareness/profile_providers/common/deprecation_logs @elastic/kibana-data-discovery @elastic/kibana-core
|
||||
src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability @elastic/kibana-data-discovery @elastic/obs-ux-logs-team
|
||||
|
||||
# Platform Docs
|
||||
/x-pack/test_serverless/functional/test_suites/security/screenshot_creation/index.ts @elastic/platform-docs
|
||||
|
@ -1436,7 +1436,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
|
|||
/x-pack/test/functional/apps/dataset_quality @elastic/obs-ux-logs-team
|
||||
/x-pack/test_serverless/functional/test_suites/observability/dataset_quality @elastic/obs-ux-logs-team
|
||||
/x-pack/test_serverless/functional/test_suites/observability/discover @elastic/obs-ux-logs-team @elastic/kibana-data-discovery
|
||||
/src/plugins/unified_doc_viewer/public/components/doc_viewer_logs_overview @elastic/obs-ux-logs-team
|
||||
/src/platform/plugins/shared/unified_doc_viewer/public/components/doc_viewer_logs_overview @elastic/obs-ux-logs-team
|
||||
/x-pack/test/api_integration/apis/logs_shared @elastic/obs-ux-logs-team
|
||||
|
||||
# Observability-ui
|
||||
|
@ -1580,7 +1580,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
|
|||
/.eslintignore @elastic/kibana-operations
|
||||
|
||||
# QA - Appex QA
|
||||
/x-pack/plugins/discover_enhanced/ui_tests/ @elastic/appex-qa # temporarily
|
||||
/x-pack/platform/plugins/private/discover_enhanced/ui_tests/ @elastic/appex-qa # temporarily
|
||||
/x-pack/test/functional/fixtures/package_registry_config.yml @elastic/appex-qa # No usages found
|
||||
/x-pack/test/functional/fixtures/kbn_archiver/packaging.json @elastic/appex-qa # No usages found
|
||||
/x-pack/test/functional/es_archives/filebeat @elastic/appex-qa
|
||||
|
|
38
.i18nrc.json
38
.i18nrc.json
|
@ -22,19 +22,19 @@
|
|||
"controls": "src/platform/plugins/shared/controls",
|
||||
"data": "src/plugins/data",
|
||||
"observabilityAlertDetails": "x-pack/solutions/observability/packages/alert_details",
|
||||
"dataViews": "src/plugins/data_views",
|
||||
"dataViews": "src/platform/plugins/shared/data_views",
|
||||
"defaultNavigation": ["packages/default-nav", "src/platform/packages/private/default-nav"],
|
||||
"devTools": "src/platform/plugins/shared/dev_tools",
|
||||
"discover": [
|
||||
"src/plugins/discover",
|
||||
"packages/kbn-discover-utils",
|
||||
"src/platform/plugins/shared/discover",
|
||||
"src/platform/packages/shared/kbn-discover-utils",
|
||||
"src/platform/packages/shared/kbn-discover-contextual-components"
|
||||
],
|
||||
"savedSearch": "src/plugins/saved_search",
|
||||
"savedSearch": "src/platform/plugins/shared/saved_search",
|
||||
"embeddableApi": "src/platform/plugins/shared/embeddable",
|
||||
"presentationPanel": "src/platform/plugins/private/presentation_panel",
|
||||
"embeddableExamples": "examples/embeddable_examples",
|
||||
"esQuery": "packages/kbn-es-query/src",
|
||||
"esQuery": "src/platform/packages/shared/kbn-es-query/src",
|
||||
"kbnGridLayout": "packages/kbn-grid-layout",
|
||||
"esUi": "src/platform/plugins/shared/es_ui_shared",
|
||||
"expandableFlyout": "packages/kbn-expandable-flyout",
|
||||
|
@ -56,8 +56,8 @@
|
|||
"eventAnnotationListing": "src/plugins/event_annotation_listing",
|
||||
"eventAnnotationCommon": "packages/kbn-event-annotation-common",
|
||||
"eventAnnotationComponents": "packages/kbn-event-annotation-components",
|
||||
"fieldUtils": "packages/kbn-field-utils",
|
||||
"fieldFormats": "src/plugins/field_formats",
|
||||
"fieldUtils": "src/platform/packages/shared/kbn-field-utils",
|
||||
"fieldFormats": "src/platform/plugins/shared/field_formats",
|
||||
"files": "src/plugins/files",
|
||||
"filesManagement": "src/plugins/files_management",
|
||||
"flot": "src/platform/packages/shared/kbn-flot-charts/lib",
|
||||
|
@ -68,9 +68,9 @@
|
|||
"guidedOnboardingPackage": "packages/kbn-guided-onboarding",
|
||||
"home": "src/plugins/home",
|
||||
"homePackages": "packages/home",
|
||||
"indexPatternEditor": "src/plugins/data_view_editor",
|
||||
"indexPatternFieldEditor": "src/plugins/data_view_field_editor",
|
||||
"indexPatternManagement": "src/plugins/data_view_management",
|
||||
"indexPatternEditor": "src/platform/plugins/shared/data_view_editor",
|
||||
"indexPatternFieldEditor": "src/platform/plugins/shared/data_view_field_editor",
|
||||
"indexPatternManagement": "src/platform/plugins/shared/data_view_management",
|
||||
"inputControl": "src/platform/plugins/private/input_control_vis",
|
||||
"inspector": "src/platform/plugins/shared/inspector",
|
||||
"inspectorViews": "src/legacy/core_plugins/inspector_views",
|
||||
|
@ -105,7 +105,7 @@
|
|||
"esqlUtils": "src/platform/packages/shared/kbn-esql-utils",
|
||||
"reporting": "packages/kbn-reporting",
|
||||
"savedObjects": "src/plugins/saved_objects",
|
||||
"savedObjectsFinder": "src/plugins/saved_objects_finder",
|
||||
"savedObjectsFinder": "src/platform/plugins/shared/saved_objects_finder",
|
||||
"savedObjectsManagement": "src/plugins/saved_objects_management",
|
||||
"searchConnectors": "src/platform/packages/shared/kbn-search-connectors",
|
||||
"searchConnectorsPlugin": "x-pack/solutions/search/plugins/search_connectors",
|
||||
|
@ -114,10 +114,10 @@
|
|||
"sharedUXPackages": "packages/shared-ux",
|
||||
"searchApiKeysComponents": "x-pack/solutions/search/packages/kbn-search-api-keys-components",
|
||||
"searchApiPanels": "src/platform/packages/shared/kbn-search-api-panels/",
|
||||
"searchErrors": "packages/kbn-search-errors",
|
||||
"searchErrors": "src/platform/packages/shared/kbn-search-errors",
|
||||
"searchIndexDocuments": "x-pack/solutions/search/packages/kbn-search-index-documents",
|
||||
"searchResponseWarnings": "packages/kbn-search-response-warnings",
|
||||
"searchTypes": "packages/kbn-search-types",
|
||||
"searchResponseWarnings": "src/platform/packages/shared/kbn-search-response-warnings",
|
||||
"searchTypes": "src/platform/packages/shared/kbn-search-types",
|
||||
"securitySolutionPackages": [
|
||||
"x-pack/solutions/security/packages/data_table",
|
||||
"x-pack/solutions/security/packages/ecs_data_quality_dashboard",
|
||||
|
@ -159,12 +159,12 @@
|
|||
"visualizations": "src/plugins/visualizations",
|
||||
"visualizationUiComponents": "packages/kbn-visualization-ui-components",
|
||||
"visualizationUtils": "packages/kbn-visualization-utils",
|
||||
"unifiedDocViewer": ["src/plugins/unified_doc_viewer", "packages/kbn-unified-doc-viewer"],
|
||||
"unifiedDocViewer": ["src/platform/plugins/shared/unified_doc_viewer", "src/platform/packages/shared/kbn-unified-doc-viewer"],
|
||||
"unifiedSearch": "src/plugins/unified_search",
|
||||
"unifiedFieldList": "packages/kbn-unified-field-list",
|
||||
"unifiedHistogram": "src/plugins/unified_histogram",
|
||||
"unifiedDataTable": "packages/kbn-unified-data-table",
|
||||
"unsavedChangesBadge": "packages/kbn-unsaved-changes-badge",
|
||||
"unifiedFieldList": "src/platform/packages/shared/kbn-unified-field-list",
|
||||
"unifiedHistogram": "src/platform/plugins/shared/unified_histogram",
|
||||
"unifiedDataTable": "src/platform/packages/shared/kbn-unified-data-table",
|
||||
"unsavedChangesBadge": "src/platform/packages/private/kbn-unsaved-changes-badge",
|
||||
"unsavedChangesPrompt": "src/platform/packages/shared/kbn-unsaved-changes-prompt",
|
||||
"managedContentBadge": "packages/kbn-managed-content-badge",
|
||||
"responseOpsRuleForm": "packages/response-ops/rule_form"
|
||||
|
|
|
@ -390,7 +390,7 @@ const warningMessage =
|
|||
```
|
||||
|
||||
The <<data-views,Data Views page>> in <<management>> uses a
|
||||
https://github.com/elastic/kibana/blob/{branch}/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx[similar
|
||||
https://github.com/elastic/kibana/blob/{branch}/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx[similar
|
||||
approach] to show a warning in its delete confirmation modal:
|
||||
|
||||
image::images/sharing-saved-objects-step-7.png["Sharing Saved Objects deletion warning"]
|
||||
|
@ -429,7 +429,7 @@ Second, display a https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins
|
|||
object, and third, show a
|
||||
https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/spaces/public/share_saved_objects_to_space/types.ts[flyout] for the user to
|
||||
edit the object's assigned spaces. You may want to follow the example of the <<data-views,Data Views page>> and
|
||||
https://github.com/elastic/kibana/blob/{branch}/src/plugins/data_view_management/public/components/index_pattern_table/spaces_list.tsx[combine
|
||||
https://github.com/elastic/kibana/blob/{branch}/src/platform/plugins/shared/data_view_management/public/components/index_pattern_table/spaces_list.tsx[combine
|
||||
these into a single component] so that the space list can be clicked to show the flyout:
|
||||
+
|
||||
```tsx
|
||||
|
|
|
@ -100,7 +100,7 @@ by a type will be nested under a top-level field that matches the type name.
|
|||
For example, the mappings defined by the `search` Saved
|
||||
Object type:
|
||||
|
||||
https://github.com/elastic/kibana/blob/main/src/plugins/saved_search/server/saved_objects/search.ts#L19-L70[.src/plugins/saved_search/server/saved_objects/search.ts]
|
||||
https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#L19-L70[.src/platform/plugins/shared/saved_search/server/saved_objects/search.ts]
|
||||
[source,typescript]
|
||||
----
|
||||
import { SavedObjectsType } from 'src/core/server';
|
||||
|
|
|
@ -58,7 +58,7 @@ const discoverUrl = await plugins.discover.locator.getUrl({filters, timeRange});
|
|||
await plugins.discover.locator.navigate({filters, timeRange});
|
||||
----
|
||||
|
||||
To get a better idea, take a look at *Discover* locator {kib-repo}tree/{branch}/src/plugins/discover/public/application/doc/locator.ts[implementation].
|
||||
To get a better idea, take a look at *Discover* locator {kib-repo}tree/{branch}/src/platform/plugins/shared/discover/public/application/doc/locator.ts[implementation].
|
||||
It allows specifying various **Discover** app state pieces like: index pattern, filters, query, time range and more.
|
||||
|
||||
There are two ways to access locators of other apps:
|
||||
|
|
|
@ -13,7 +13,7 @@ it's more efficient to supply the Jest configuration file when running.
|
|||
|
||||
["source","shell"]
|
||||
-----------
|
||||
yarn jest --config src/plugins/discover/jest.config.js
|
||||
yarn jest --config src/platform/plugins/shared/discover/jest.config.js
|
||||
-----------
|
||||
|
||||
[discrete]
|
||||
|
|
|
@ -61,19 +61,19 @@ as uiSettings within the code.
|
|||
|The data plugin provides common data access services, such as search and query, for solutions and application developers.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/data_view_editor/README.md[dataViewEditor]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_editor/README.md[dataViewEditor]
|
||||
|Create data views from within Kibana apps.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/data_view_field_editor/README.md[dataViewFieldEditor]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_field_editor/README.md[dataViewFieldEditor]
|
||||
|The reusable field editor across Kibana!
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/data_view_management[dataViewManagement]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_management[dataViewManagement]
|
||||
|WARNING: Missing README.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/data_views/README.mdx[dataViews]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_views/README.mdx[dataViews]
|
||||
|The data views API provides a consistent method of structuring and formatting documents
|
||||
and field lists across the various Kibana apps. It's typically used in conjunction with
|
||||
<DocLink id="kibDevTutorialDataSearchAndSessions" section="high-level-search" text="SearchSource" /> for composing queries.
|
||||
|
@ -86,11 +86,11 @@ Routing will be handled by the id of the dev tool - your dev tool will be mounte
|
|||
This API doesn't support angular, for registering angular dev tools, bootstrap a local module on mount into the given HTML element.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/discover/README.md[discover]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/discover/README.md[discover]
|
||||
|Contains the Discover application and the saved search embeddable.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/discover_shared/README.md[discoverShared]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/discover_shared/README.md[discoverShared]
|
||||
|A stateful layer to register shared features and provide an access point to discover without a direct dependency.
|
||||
|
||||
|
||||
|
@ -192,7 +192,7 @@ for use in their own application.
|
|||
|Expression XY plugin adds a xy renderer and function to the expression plugin. The renderer will display the xy chart.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/field_formats/README.md[fieldFormats]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/field_formats/README.md[fieldFormats]
|
||||
|Index pattern fields formatters
|
||||
|
||||
|
||||
|
@ -290,7 +290,7 @@ Content is fetched from the remote (https://feeds.elastic.co) once a day, with p
|
|||
|NOTE: This plugin is deprecated and will be removed in 8.0. See https://github.com/elastic/kibana/issues/46435 for more information.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/saved_objects_finder/README.md[savedObjectsFinder]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_objects_finder/README.md[savedObjectsFinder]
|
||||
|The savedObjectsFinder plugin exposes a UI for finding saved objects on the client side.
|
||||
|
||||
|
||||
|
@ -303,7 +303,7 @@ Content is fetched from the remote (https://feeds.elastic.co) once a day, with p
|
|||
oss plugins.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/saved_search/README.md[savedSearch]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_search/README.md[savedSearch]
|
||||
|Contains the saved search saved object definition and helpers.
|
||||
This object is created when a user saves their current session in the Discover app.
|
||||
|
||||
|
@ -357,11 +357,11 @@ In general this plugin provides:
|
|||
|Registers commercially licensed generic actions like per panel time range and contains some code that supports drilldown work.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/unified_doc_viewer/README.md[unifiedDocViewer]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/unified_doc_viewer/README.md[unifiedDocViewer]
|
||||
|This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer).
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/src/plugins/unified_histogram/README.md[unifiedHistogram]
|
||||
|{kib-repo}blob/{branch}/src/platform/plugins/shared/unified_histogram/README.md[unifiedHistogram]
|
||||
|Unified Histogram is a UX Building Block including a layout with a resizable histogram and a main display.
|
||||
It manages its own state and data fetching, and can easily be dropped into pages with minimal setup.
|
||||
|
||||
|
@ -546,7 +546,7 @@ Plugin server-side only. Plugin has three main functions:
|
|||
|The data_visualizer plugin enables you to explore the fields in your data.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/discover_enhanced/README.md[discoverEnhanced]
|
||||
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/discover_enhanced/README.md[discoverEnhanced]
|
||||
|Contains the enhancements to the OSS discover app.
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
## Unified Doc Viewer
|
||||
|
||||
An example plugin showing usage of the unified doc viewer plugin (plugins/unified_doc_viewer) and package (@kbn/unified-doc-viewer).
|
||||
An example plugin showing usage of the unified doc viewer plugin (platform/plugins/shared/unified_doc_viewer) and package (@kbn/unified-doc-viewer).
|
|
@ -53,7 +53,7 @@ export class UnifiedFieldListExamplesPlugin
|
|||
links: [
|
||||
{
|
||||
label: 'README',
|
||||
href: 'https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/README.md',
|
||||
href: 'https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-unified-field-list/README.md',
|
||||
iconType: 'logoGithub',
|
||||
target: '_blank',
|
||||
size: 's',
|
||||
|
|
|
@ -191,9 +191,9 @@ A `BUILD.bazel` file will be added to the root of each package defining a `build
|
|||
|
||||
The `@kbn/pm` package was updated in https://github.com/elastic/kibana/pull/89961 to run the new packages build target, invoked by calling `bazel build //packages:build`, before executing the existing legacy package builds.
|
||||
|
||||
The build targets will no longer reside within the package themselves and instead will be within the `bazel/bin` directory. To account for this, any defined dependency will need to be updated to reference the new directory (example: `link:bazel/bin/packages/kbn-datemath`). While also in this transition period, the build will need to copy over the packages from `bazel/bin` into the `node_modules` of the build target.
|
||||
The build targets will no longer reside within the package themselves and instead will be within the `bazel/bin` directory. To account for this, any defined dependency will need to be updated to reference the new directory (example: `link:bazel/bin/src/platform/packages/shared/kbn-datemath`). While also in this transition period, the build will need to copy over the packages from `bazel/bin` into the `node_modules` of the build target.
|
||||
|
||||
Example package BUILD.bazel for `packages/kbn-datemath`:
|
||||
Example package BUILD.bazel for `src/platform/packages/shared/kbn-datemath`:
|
||||
|
||||
```python
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "pkg_npm")
|
||||
|
|
|
@ -17,7 +17,7 @@ const { REPO_ROOT } = require('@kbn/repo-info');
|
|||
`${REPO_ROOT}/oas_docs/bundle.json`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/cases/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis.yaml`,
|
||||
`${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled.yaml`,
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ const { REPO_ROOT } = require('@kbn/repo-info');
|
|||
await merge({
|
||||
sourceGlobs: [
|
||||
`${REPO_ROOT}/oas_docs/bundle.serverless.json`,
|
||||
`${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis_serverless.yaml`,
|
||||
`${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml`,
|
||||
|
||||
|
|
60
package.json
60
package.json
|
@ -241,7 +241,7 @@
|
|||
"@kbn/content-management-table-list-view-common": "link:packages/content-management/table_list_view_common",
|
||||
"@kbn/content-management-table-list-view-table": "link:packages/content-management/table_list_view_table",
|
||||
"@kbn/content-management-user-profiles": "link:packages/content-management/user_profiles",
|
||||
"@kbn/content-management-utils": "link:packages/kbn-content-management-utils",
|
||||
"@kbn/content-management-utils": "link:src/platform/packages/shared/kbn-content-management-utils",
|
||||
"@kbn/controls-example-plugin": "link:examples/controls_example",
|
||||
"@kbn/controls-plugin": "link:src/platform/plugins/shared/controls",
|
||||
"@kbn/core": "link:src/core",
|
||||
|
@ -429,16 +429,16 @@
|
|||
"@kbn/data-service": "link:packages/kbn-data-service",
|
||||
"@kbn/data-stream-adapter": "link:x-pack/solutions/security/packages/data-stream-adapter",
|
||||
"@kbn/data-usage-plugin": "link:x-pack/platform/plugins/private/data_usage",
|
||||
"@kbn/data-view-editor-plugin": "link:src/plugins/data_view_editor",
|
||||
"@kbn/data-view-editor-plugin": "link:src/platform/plugins/shared/data_view_editor",
|
||||
"@kbn/data-view-field-editor-example-plugin": "link:examples/data_view_field_editor_example",
|
||||
"@kbn/data-view-field-editor-plugin": "link:src/plugins/data_view_field_editor",
|
||||
"@kbn/data-view-management-plugin": "link:src/plugins/data_view_management",
|
||||
"@kbn/data-view-utils": "link:packages/kbn-data-view-utils",
|
||||
"@kbn/data-views-plugin": "link:src/plugins/data_views",
|
||||
"@kbn/data-view-field-editor-plugin": "link:src/platform/plugins/shared/data_view_field_editor",
|
||||
"@kbn/data-view-management-plugin": "link:src/platform/plugins/shared/data_view_management",
|
||||
"@kbn/data-view-utils": "link:src/platform/packages/shared/kbn-data-view-utils",
|
||||
"@kbn/data-views-plugin": "link:src/platform/plugins/shared/data_views",
|
||||
"@kbn/data-visualizer-plugin": "link:x-pack/platform/plugins/private/data_visualizer",
|
||||
"@kbn/dataset-quality-plugin": "link:x-pack/platform/plugins/shared/dataset_quality",
|
||||
"@kbn/datemath": "link:packages/kbn-datemath",
|
||||
"@kbn/deeplinks-analytics": "link:packages/deeplinks/analytics",
|
||||
"@kbn/datemath": "link:src/platform/packages/shared/kbn-datemath",
|
||||
"@kbn/deeplinks-analytics": "link:src/platform/packages/shared/deeplinks/analytics",
|
||||
"@kbn/deeplinks-devtools": "link:src/platform/packages/shared/deeplinks/devtools",
|
||||
"@kbn/deeplinks-fleet": "link:src/platform/packages/shared/deeplinks/fleet",
|
||||
"@kbn/deeplinks-management": "link:src/platform/packages/shared/deeplinks/management",
|
||||
|
@ -447,7 +447,7 @@
|
|||
"@kbn/deeplinks-search": "link:src/platform/packages/shared/deeplinks/search",
|
||||
"@kbn/deeplinks-security": "link:src/platform/packages/shared/deeplinks/security",
|
||||
"@kbn/deeplinks-shared": "link:packages/deeplinks/shared",
|
||||
"@kbn/default-nav-analytics": "link:packages/default-nav/analytics",
|
||||
"@kbn/default-nav-analytics": "link:src/platform/packages/private/default-nav/analytics",
|
||||
"@kbn/default-nav-devtools": "link:src/platform/packages/private/default-nav/devtools",
|
||||
"@kbn/default-nav-management": "link:src/platform/packages/private/default-nav/management",
|
||||
"@kbn/default-nav-ml": "link:src/platform/packages/private/default-nav/ml",
|
||||
|
@ -455,10 +455,10 @@
|
|||
"@kbn/developer-examples-plugin": "link:examples/developer_examples",
|
||||
"@kbn/discover-contextual-components": "link:src/platform/packages/shared/kbn-discover-contextual-components",
|
||||
"@kbn/discover-customization-examples-plugin": "link:examples/discover_customization_examples",
|
||||
"@kbn/discover-enhanced-plugin": "link:x-pack/plugins/discover_enhanced",
|
||||
"@kbn/discover-plugin": "link:src/plugins/discover",
|
||||
"@kbn/discover-shared-plugin": "link:src/plugins/discover_shared",
|
||||
"@kbn/discover-utils": "link:packages/kbn-discover-utils",
|
||||
"@kbn/discover-enhanced-plugin": "link:x-pack/platform/plugins/private/discover_enhanced",
|
||||
"@kbn/discover-plugin": "link:src/platform/plugins/shared/discover",
|
||||
"@kbn/discover-shared-plugin": "link:src/platform/plugins/shared/discover_shared",
|
||||
"@kbn/discover-utils": "link:src/platform/packages/shared/kbn-discover-utils",
|
||||
"@kbn/doc-links": "link:src/platform/packages/shared/kbn-doc-links",
|
||||
"@kbn/dom-drag-drop": "link:packages/kbn-dom-drag-drop",
|
||||
"@kbn/ebt-tools": "link:packages/kbn-ebt-tools",
|
||||
|
@ -483,7 +483,7 @@
|
|||
"@kbn/entityManager-plugin": "link:x-pack/platform/plugins/shared/entity_manager",
|
||||
"@kbn/error-boundary-example-plugin": "link:examples/error_boundary",
|
||||
"@kbn/es-errors": "link:packages/kbn-es-errors",
|
||||
"@kbn/es-query": "link:packages/kbn-es-query",
|
||||
"@kbn/es-query": "link:src/platform/packages/shared/kbn-es-query",
|
||||
"@kbn/es-types": "link:packages/kbn-es-types",
|
||||
"@kbn/es-ui-shared-plugin": "link:src/platform/plugins/shared/es_ui_shared",
|
||||
"@kbn/eso-model-version-example": "link:examples/eso_model_version_example",
|
||||
|
@ -528,9 +528,9 @@
|
|||
"@kbn/features-provider-plugin": "link:x-pack/test/security_api_integration/plugins/features_provider",
|
||||
"@kbn/fec-alerts-test-plugin": "link:x-pack/test/functional_execution_context/plugins/alerts",
|
||||
"@kbn/field-formats-example-plugin": "link:examples/field_formats_example",
|
||||
"@kbn/field-formats-plugin": "link:src/plugins/field_formats",
|
||||
"@kbn/field-types": "link:packages/kbn-field-types",
|
||||
"@kbn/field-utils": "link:packages/kbn-field-utils",
|
||||
"@kbn/field-formats-plugin": "link:src/platform/plugins/shared/field_formats",
|
||||
"@kbn/field-types": "link:src/platform/packages/shared/kbn-field-types",
|
||||
"@kbn/field-utils": "link:src/platform/packages/shared/kbn-field-utils",
|
||||
"@kbn/fields-metadata-plugin": "link:x-pack/platform/plugins/shared/fields_metadata",
|
||||
"@kbn/file-upload-plugin": "link:x-pack/platform/plugins/private/file_upload",
|
||||
"@kbn/files-example-plugin": "link:examples/files_example",
|
||||
|
@ -733,7 +733,7 @@
|
|||
"@kbn/profiling-plugin": "link:x-pack/solutions/observability/plugins/profiling",
|
||||
"@kbn/profiling-utils": "link:src/platform/packages/shared/kbn-profiling-utils",
|
||||
"@kbn/random-sampling": "link:x-pack/packages/kbn-random-sampling",
|
||||
"@kbn/react-field": "link:packages/kbn-react-field",
|
||||
"@kbn/react-field": "link:src/platform/packages/shared/kbn-react-field",
|
||||
"@kbn/react-hooks": "link:src/platform/packages/shared/kbn-react-hooks",
|
||||
"@kbn/react-kibana-context-common": "link:packages/react/kibana_context/common",
|
||||
"@kbn/react-kibana-context-render": "link:packages/react/kibana_context/render",
|
||||
|
@ -759,7 +759,7 @@
|
|||
"@kbn/reporting-plugin": "link:x-pack/plugins/reporting",
|
||||
"@kbn/reporting-public": "link:packages/kbn-reporting/public",
|
||||
"@kbn/reporting-server": "link:packages/kbn-reporting/server",
|
||||
"@kbn/resizable-layout": "link:packages/kbn-resizable-layout",
|
||||
"@kbn/resizable-layout": "link:src/platform/packages/shared/kbn-resizable-layout",
|
||||
"@kbn/resizable-layout-examples-plugin": "link:examples/resizable_layout_examples",
|
||||
"@kbn/resolver-test-plugin": "link:x-pack/test/plugin_functional/plugins/resolver_test",
|
||||
"@kbn/response-ops-feature-flag-service": "link:packages/response-ops/feature_flag_service",
|
||||
|
@ -783,7 +783,7 @@
|
|||
"@kbn/saved-object-export-transforms-plugin": "link:test/plugin_functional/plugins/saved_object_export_transforms",
|
||||
"@kbn/saved-object-import-warnings-plugin": "link:test/plugin_functional/plugins/saved_object_import_warnings",
|
||||
"@kbn/saved-object-test-plugin": "link:x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin",
|
||||
"@kbn/saved-objects-finder-plugin": "link:src/plugins/saved_objects_finder",
|
||||
"@kbn/saved-objects-finder-plugin": "link:src/platform/plugins/shared/saved_objects_finder",
|
||||
"@kbn/saved-objects-hidden-from-http-apis-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type",
|
||||
"@kbn/saved-objects-hidden-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_type",
|
||||
"@kbn/saved-objects-management-plugin": "link:src/plugins/saved_objects_management",
|
||||
|
@ -792,7 +792,7 @@
|
|||
"@kbn/saved-objects-tagging-oss-plugin": "link:src/plugins/saved_objects_tagging_oss",
|
||||
"@kbn/saved-objects-tagging-plugin": "link:x-pack/plugins/saved_objects_tagging",
|
||||
"@kbn/saved-search-component": "link:packages/kbn-saved-search-component",
|
||||
"@kbn/saved-search-plugin": "link:src/plugins/saved_search",
|
||||
"@kbn/saved-search-plugin": "link:src/platform/plugins/shared/saved_search",
|
||||
"@kbn/screenshot-mode-example-plugin": "link:examples/screenshot_mode_example",
|
||||
"@kbn/screenshot-mode-plugin": "link:src/plugins/screenshot_mode",
|
||||
"@kbn/screenshotting-example-plugin": "link:x-pack/examples/screenshotting_example",
|
||||
|
@ -804,7 +804,7 @@
|
|||
"@kbn/search-assistant": "link:x-pack/solutions/search/plugins/search_assistant",
|
||||
"@kbn/search-connectors": "link:src/platform/packages/shared/kbn-search-connectors",
|
||||
"@kbn/search-connectors-plugin": "link:x-pack/solutions/search/plugins/search_connectors",
|
||||
"@kbn/search-errors": "link:packages/kbn-search-errors",
|
||||
"@kbn/search-errors": "link:src/platform/packages/shared/kbn-search-errors",
|
||||
"@kbn/search-examples-plugin": "link:examples/search_examples",
|
||||
"@kbn/search-homepage": "link:x-pack/solutions/search/plugins/search_homepage",
|
||||
"@kbn/search-index-documents": "link:x-pack/solutions/search/packages/kbn-search-index-documents",
|
||||
|
@ -813,9 +813,9 @@
|
|||
"@kbn/search-navigation": "link:x-pack/solutions/search/plugins/search_solution/search_navigation",
|
||||
"@kbn/search-notebooks": "link:x-pack/solutions/search/plugins/search_notebooks",
|
||||
"@kbn/search-playground": "link:x-pack/solutions/search/plugins/search_playground",
|
||||
"@kbn/search-response-warnings": "link:packages/kbn-search-response-warnings",
|
||||
"@kbn/search-response-warnings": "link:src/platform/packages/shared/kbn-search-response-warnings",
|
||||
"@kbn/search-shared-ui": "link:x-pack/solutions/search/packages/search/shared_ui",
|
||||
"@kbn/search-types": "link:packages/kbn-search-types",
|
||||
"@kbn/search-types": "link:src/platform/packages/shared/kbn-search-types",
|
||||
"@kbn/searchprofiler-plugin": "link:x-pack/platform/plugins/shared/searchprofiler",
|
||||
"@kbn/security-api-key-management": "link:x-pack/packages/security/api_key_management",
|
||||
"@kbn/security-authorization-core": "link:x-pack/packages/security/authorization_core",
|
||||
|
@ -984,15 +984,15 @@
|
|||
"@kbn/ui-shared-deps-npm": "link:packages/kbn-ui-shared-deps-npm",
|
||||
"@kbn/ui-shared-deps-src": "link:packages/kbn-ui-shared-deps-src",
|
||||
"@kbn/ui-theme": "link:packages/kbn-ui-theme",
|
||||
"@kbn/unified-data-table": "link:packages/kbn-unified-data-table",
|
||||
"@kbn/unified-doc-viewer": "link:packages/kbn-unified-doc-viewer",
|
||||
"@kbn/unified-data-table": "link:src/platform/packages/shared/kbn-unified-data-table",
|
||||
"@kbn/unified-doc-viewer": "link:src/platform/packages/shared/kbn-unified-doc-viewer",
|
||||
"@kbn/unified-doc-viewer-examples": "link:examples/unified_doc_viewer",
|
||||
"@kbn/unified-doc-viewer-plugin": "link:src/plugins/unified_doc_viewer",
|
||||
"@kbn/unified-field-list": "link:packages/kbn-unified-field-list",
|
||||
"@kbn/unified-doc-viewer-plugin": "link:src/platform/plugins/shared/unified_doc_viewer",
|
||||
"@kbn/unified-field-list": "link:src/platform/packages/shared/kbn-unified-field-list",
|
||||
"@kbn/unified-field-list-examples-plugin": "link:examples/unified_field_list_examples",
|
||||
"@kbn/unified-histogram-plugin": "link:src/plugins/unified_histogram",
|
||||
"@kbn/unified-histogram-plugin": "link:src/platform/plugins/shared/unified_histogram",
|
||||
"@kbn/unified-search-plugin": "link:src/plugins/unified_search",
|
||||
"@kbn/unsaved-changes-badge": "link:packages/kbn-unsaved-changes-badge",
|
||||
"@kbn/unsaved-changes-badge": "link:src/platform/packages/private/kbn-unsaved-changes-badge",
|
||||
"@kbn/unsaved-changes-prompt": "link:src/platform/packages/shared/kbn-unsaved-changes-prompt",
|
||||
"@kbn/upgrade-assistant-plugin": "link:x-pack/plugins/upgrade_assistant",
|
||||
"@kbn/uptime-plugin": "link:x-pack/solutions/observability/plugins/uptime",
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-discover-utils'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-es-query'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-field-types'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-field-utils'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-react-field'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-resizable-layout'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-search-errors'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-search-response-warnings'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-search-types'],
|
||||
};
|
|
@ -19,7 +19,7 @@ require('@kbn/babel-register').install({
|
|||
'x-pack/examples',
|
||||
// TODO: should should probably remove this link back to the source
|
||||
'x-pack/platform/plugins/shared/task_manager/server/config.ts',
|
||||
'src/plugins/field_formats/common',
|
||||
'src/platform/plugins/shared/field_formats/common',
|
||||
'packages',
|
||||
'x-pack/packages',
|
||||
].map((path) => Path.resolve(REPO_ROOT, path)),
|
||||
|
|
|
@ -27,11 +27,11 @@ webpack_cli(
|
|||
"//packages/kbn-ebt-tools",
|
||||
"//src/platform/packages/shared/kbn-esql-ast",
|
||||
"//packages/kbn-monaco",
|
||||
"//packages/kbn-datemath",
|
||||
"//src/platform/packages/shared/kbn-datemath",
|
||||
"//packages/kbn-analytics",
|
||||
"//packages/kbn-crypto-browser",
|
||||
"//packages/kbn-es-query",
|
||||
"//packages/kbn-search-errors",
|
||||
"//src/platform/packages/shared/kbn-es-query",
|
||||
"//src/platform/packages/shared/kbn-search-errors",
|
||||
"//packages/kbn-std",
|
||||
"//packages/kbn-safer-lodash-set",
|
||||
"//packages/kbn-peggy",
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-unified-data-table'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-unified-doc-viewer'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-unified-field-list'],
|
||||
};
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-unsaved-changes-badge'],
|
||||
};
|
|
@ -11,7 +11,7 @@ import { EuiEmptyPromptProps } from '@elastic/eui';
|
|||
import type { ILocatorClient } from '@kbn/share-plugin/common/url_service';
|
||||
|
||||
/**
|
||||
* TODO: `DataView` is a class exported by `src/plugins/data_views/public`. Since this service
|
||||
* TODO: `DataView` is a class exported by `src/platform/plugins/shared/data_views/public`. Since this service
|
||||
* is contained in this package-- and packages can only depend on other packages and never on
|
||||
* plugins-- we have to set this to `unknown`. If and when `DataView` is exported from a
|
||||
* stateless package, we can remove this.
|
||||
|
@ -23,7 +23,7 @@ type DataView = unknown;
|
|||
/**
|
||||
* A subset of the `DataViewEditorOptions` interface relevant to our service and components.
|
||||
*
|
||||
* @see: src/plugins/data_view_editor/public/types.ts
|
||||
* @see: src/platform/plugins/shared/data_view_editor/public/types.ts
|
||||
*/
|
||||
interface DataViewEditorOptions {
|
||||
/** Handler to be invoked when the Data View Editor completes a save operation. */
|
||||
|
|
|
@ -31,22 +31,22 @@ x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/das
|
|||
x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/index.ts kibana-app
|
||||
x-pack/platform/plugins/shared/dashboard_enhanced/public/services/index.ts kibana-app
|
||||
x-pack/platform/plugins/shared/dashboard_enhanced/scripts/storybook.js kibana-app
|
||||
x-pack/plugins/discover_enhanced/common/config.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/common/index.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/abstract_explore_data_action.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.test.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/index.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/kibana_url.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/explore_data/shared.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/actions/index.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/index.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/public/plugin.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/server/config.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/server/index.ts kibana-app
|
||||
x-pack/plugins/discover_enhanced/server/plugin.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/common/config.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/common/index.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/abstract_explore_data_action.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.test.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/index.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/kibana_url.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/shared.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/actions/index.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/index.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/server/config.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/server/index.ts kibana-app
|
||||
x-pack/platform/plugins/private/discover_enhanced/server/plugin.ts kibana-app
|
||||
x-pack/plugins/lens/common/api.ts kibana-app
|
||||
x-pack/plugins/lens/common/constants.ts kibana-app
|
||||
x-pack/plugins/lens/common/index.ts kibana-app
|
||||
|
|
|
@ -30,7 +30,7 @@ export const storybookAliases = {
|
|||
dashboard_enhanced: 'x-pack/platform/plugins/shared/dashboard_enhanced/.storybook',
|
||||
dashboard: 'src/platform/plugins/shared/dashboard/.storybook',
|
||||
data: 'src/plugins/data/.storybook',
|
||||
discover: 'src/plugins/discover/.storybook',
|
||||
discover: 'src/platform/plugins/shared/discover/.storybook',
|
||||
esql_ast_inspector: 'examples/esql_ast_inspector/.storybook',
|
||||
es_ui_shared: 'src/platform/plugins/shared/es_ui_shared/.storybook',
|
||||
expandable_flyout: 'x-pack/solutions/security/packages/expandable-flyout/.storybook',
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/private/default-nav/analytics'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/private/kbn-unsaved-changes-badge'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types"
|
||||
},
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/deeplinks/analytics'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/kbn-content-management-utils'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/kbn-data-view-utils'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-datemath'],
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/kbn-datemath'],
|
||||
testEnvironment: 'jsdom',
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the "Elastic License
|
||||
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
|
||||
* Public License v 1"; you may not use this file except in compliance with, at
|
||||
* your election, the "Elastic License 2.0", the "GNU Affero General Public
|
||||
* License v3.0 only", or the "Server Side Public License, v 1".
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/kbn-discover-utils'],
|
||||
};
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue