mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.18`: - [SKA: Fix kebab-case issues in obs-ux-management packages (#211312)](https://github.com/elastic/kibana/pull/211312) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-02-17T11:36:43Z","message":"SKA: Fix kebab-case issues in obs-ux-management packages (#211312)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 4 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/alerting-rule-utils` |\r\n`x-pack/platform/packages/shared/alerting-rule-utils` |\r\n| `@kbn/observability-alert-details` |\r\n`x-pack/solutions/observability/packages/alert-details` |\r\n| `@kbn/observability-alerting-test-data` |\r\n`x-pack/solutions/observability/packages/alerting-test-data` |\r\n| `@kbn/observability-get-padded-alert-time-range-util` |\r\n`x-pack/solutions/observability/packages/get-padded-alert-time-range-util`\r\n|\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./.i18nrc.json\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/platform/packages/shared/alerting-rule-utils/jest.config.js\r\n./x-pack/solutions/observability/packages/alert-details/jest.config.js\r\n./x-pack/solutions/observability/packages/alerting-test-data/jest.config.js\r\n./x-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/platform/packages/shared/alerting-rule-utils/jest.config.js:10\r\nx-pack/platform/packages/shared/alerting-rule-utils/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alert-details/jest.config.js:10\r\nx-pack/solutions/observability/packages/alert-details/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alerting-test-data/jest.config.js:10\r\nx-pack/solutions/observability/packages/alerting-test-data/tsconfig.json:2\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js:10\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"171dd6b0759710bf29df61485ebca068993b43f9","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-management","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"SKA: Fix kebab-case issues in obs-ux-management packages","number":211312,"url":"https://github.com/elastic/kibana/pull/211312","mergeCommit":{"message":"SKA: Fix kebab-case issues in obs-ux-management packages (#211312)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 4 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/alerting-rule-utils` |\r\n`x-pack/platform/packages/shared/alerting-rule-utils` |\r\n| `@kbn/observability-alert-details` |\r\n`x-pack/solutions/observability/packages/alert-details` |\r\n| `@kbn/observability-alerting-test-data` |\r\n`x-pack/solutions/observability/packages/alerting-test-data` |\r\n| `@kbn/observability-get-padded-alert-time-range-util` |\r\n`x-pack/solutions/observability/packages/get-padded-alert-time-range-util`\r\n|\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./.i18nrc.json\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/platform/packages/shared/alerting-rule-utils/jest.config.js\r\n./x-pack/solutions/observability/packages/alert-details/jest.config.js\r\n./x-pack/solutions/observability/packages/alerting-test-data/jest.config.js\r\n./x-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/platform/packages/shared/alerting-rule-utils/jest.config.js:10\r\nx-pack/platform/packages/shared/alerting-rule-utils/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alert-details/jest.config.js:10\r\nx-pack/solutions/observability/packages/alert-details/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alerting-test-data/jest.config.js:10\r\nx-pack/solutions/observability/packages/alerting-test-data/tsconfig.json:2\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js:10\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"171dd6b0759710bf29df61485ebca068993b43f9"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/211417","number":211417,"state":"MERGED","mergeCommit":{"sha":"1d49861eb1a527da2e79a83744062d6340eb9730","message":"[9.0] SKA: Fix kebab-case issues in obs-ux-management packages (#211312) (#211417)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.0`:\n- [SKA: Fix kebab-case issues in obs-ux-management packages\n(#211312)](https://github.com/elastic/kibana/pull/211312)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>"}},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211312","number":211312,"mergeCommit":{"message":"SKA: Fix kebab-case issues in obs-ux-management packages (#211312)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 4 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/alerting-rule-utils` |\r\n`x-pack/platform/packages/shared/alerting-rule-utils` |\r\n| `@kbn/observability-alert-details` |\r\n`x-pack/solutions/observability/packages/alert-details` |\r\n| `@kbn/observability-alerting-test-data` |\r\n`x-pack/solutions/observability/packages/alerting-test-data` |\r\n| `@kbn/observability-get-padded-alert-time-range-util` |\r\n`x-pack/solutions/observability/packages/get-padded-alert-time-range-util`\r\n|\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./.i18nrc.json\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/platform/packages/shared/alerting-rule-utils/jest.config.js\r\n./x-pack/solutions/observability/packages/alert-details/jest.config.js\r\n./x-pack/solutions/observability/packages/alerting-test-data/jest.config.js\r\n./x-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/platform/packages/shared/alerting-rule-utils/jest.config.js:10\r\nx-pack/platform/packages/shared/alerting-rule-utils/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alert-details/jest.config.js:10\r\nx-pack/solutions/observability/packages/alert-details/tsconfig.json:2\r\nx-pack/solutions/observability/packages/alerting-test-data/jest.config.js:10\r\nx-pack/solutions/observability/packages/alerting-test-data/tsconfig.json:2\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/jest.config.js:10\r\nx-pack/solutions/observability/packages/get-padded-alert-time-range-util/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"171dd6b0759710bf29df61485ebca068993b43f9"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
This commit is contained in:
parent
947e9e04a6
commit
f8fc8e7d64
55 changed files with 25 additions and 25 deletions
8
.github/CODEOWNERS
vendored
8
.github/CODEOWNERS
vendored
|
@ -27,7 +27,7 @@ x-pack/platform/packages/shared/kbn-alerting-comparators @elastic/response-ops
|
|||
x-pack/examples/alerting_example @elastic/response-ops
|
||||
x-pack/test/functional_with_es_ssl/plugins/alerts @elastic/response-ops
|
||||
x-pack/platform/plugins/shared/alerting @elastic/response-ops
|
||||
x-pack/platform/packages/shared/alerting_rule_utils @elastic/obs-ux-management-team
|
||||
x-pack/platform/packages/shared/alerting-rule-utils @elastic/obs-ux-management-team
|
||||
x-pack/platform/packages/private/kbn-alerting-state-types @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-alerting-types @elastic/response-ops
|
||||
src/platform/packages/shared/kbn-alerts-as-data-utils @elastic/response-ops
|
||||
|
@ -678,10 +678,10 @@ x-pack/solutions/observability/plugins/observability_ai_assistant_management @el
|
|||
x-pack/platform/plugins/shared/observability_ai_assistant @elastic/obs-ai-assistant
|
||||
x-pack/solutions/observability/packages/observability_ai/observability_ai_common @elastic/obs-ai-assistant
|
||||
x-pack/solutions/observability/packages/observability_ai/observability_ai_server @elastic/obs-ai-assistant
|
||||
x-pack/solutions/observability/packages/alert_details @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/packages/alerting_test_data @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/packages/alert-details @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/packages/alerting-test-data @elastic/obs-ux-management-team
|
||||
x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops
|
||||
x-pack/solutions/observability/packages/get_padded_alert_time_range_util @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/packages/get-padded-alert-time-range-util @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/plugins/observability_logs_explorer @elastic/obs-ux-logs-team
|
||||
x-pack/solutions/observability/plugins/observability_onboarding/e2e @elastic/obs-ux-logs-team
|
||||
x-pack/solutions/observability/plugins/observability_onboarding @elastic/obs-ux-logs-team
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"domDragDrop": "src/platform/packages/shared/kbn-dom-drag-drop",
|
||||
"controls": "src/platform/plugins/shared/controls",
|
||||
"data": "src/platform/plugins/shared/data",
|
||||
"observabilityAlertDetails": "x-pack/solutions/observability/packages/alert_details",
|
||||
"observabilityAlertDetails": "x-pack/solutions/observability/packages/alert-details",
|
||||
"dataViews": "src/platform/plugins/shared/data_views",
|
||||
"defaultNavigation": ["packages/default-nav", "src/platform/packages/private/default-nav"],
|
||||
"devTools": "src/platform/plugins/shared/dev_tools",
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
"@kbn/alerting-example-plugin": "link:x-pack/examples/alerting_example",
|
||||
"@kbn/alerting-fixture-plugin": "link:x-pack/test/functional_with_es_ssl/plugins/alerts",
|
||||
"@kbn/alerting-plugin": "link:x-pack/platform/plugins/shared/alerting",
|
||||
"@kbn/alerting-rule-utils": "link:x-pack/platform/packages/shared/alerting_rule_utils",
|
||||
"@kbn/alerting-rule-utils": "link:x-pack/platform/packages/shared/alerting-rule-utils",
|
||||
"@kbn/alerting-state-types": "link:x-pack/platform/packages/private/kbn-alerting-state-types",
|
||||
"@kbn/alerting-types": "link:src/platform/packages/shared/kbn-alerting-types",
|
||||
"@kbn/alerts-as-data-utils": "link:src/platform/packages/shared/kbn-alerts-as-data-utils",
|
||||
|
@ -704,10 +704,10 @@
|
|||
"@kbn/observability-ai-assistant-plugin": "link:x-pack/platform/plugins/shared/observability_ai_assistant",
|
||||
"@kbn/observability-ai-common": "link:x-pack/solutions/observability/packages/observability_ai/observability_ai_common",
|
||||
"@kbn/observability-ai-server": "link:x-pack/solutions/observability/packages/observability_ai/observability_ai_server",
|
||||
"@kbn/observability-alert-details": "link:x-pack/solutions/observability/packages/alert_details",
|
||||
"@kbn/observability-alerting-test-data": "link:x-pack/solutions/observability/packages/alerting_test_data",
|
||||
"@kbn/observability-alert-details": "link:x-pack/solutions/observability/packages/alert-details",
|
||||
"@kbn/observability-alerting-test-data": "link:x-pack/solutions/observability/packages/alerting-test-data",
|
||||
"@kbn/observability-fixtures-plugin": "link:x-pack/test/cases_api_integration/common/plugins/observability",
|
||||
"@kbn/observability-get-padded-alert-time-range-util": "link:x-pack/solutions/observability/packages/get_padded_alert_time_range_util",
|
||||
"@kbn/observability-get-padded-alert-time-range-util": "link:x-pack/solutions/observability/packages/get-padded-alert-time-range-util",
|
||||
"@kbn/observability-logs-explorer-plugin": "link:x-pack/solutions/observability/plugins/observability_logs_explorer",
|
||||
"@kbn/observability-onboarding-plugin": "link:x-pack/solutions/observability/plugins/observability_onboarding",
|
||||
"@kbn/observability-plugin": "link:x-pack/solutions/observability/plugins/observability",
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
"@kbn/alerting-fixture-plugin/*": ["x-pack/test/functional_with_es_ssl/plugins/alerts/*"],
|
||||
"@kbn/alerting-plugin": ["x-pack/platform/plugins/shared/alerting"],
|
||||
"@kbn/alerting-plugin/*": ["x-pack/platform/plugins/shared/alerting/*"],
|
||||
"@kbn/alerting-rule-utils": ["x-pack/platform/packages/shared/alerting_rule_utils"],
|
||||
"@kbn/alerting-rule-utils/*": ["x-pack/platform/packages/shared/alerting_rule_utils/*"],
|
||||
"@kbn/alerting-rule-utils": ["x-pack/platform/packages/shared/alerting-rule-utils"],
|
||||
"@kbn/alerting-rule-utils/*": ["x-pack/platform/packages/shared/alerting-rule-utils/*"],
|
||||
"@kbn/alerting-state-types": ["x-pack/platform/packages/private/kbn-alerting-state-types"],
|
||||
"@kbn/alerting-state-types/*": ["x-pack/platform/packages/private/kbn-alerting-state-types/*"],
|
||||
"@kbn/alerting-types": ["src/platform/packages/shared/kbn-alerting-types"],
|
||||
|
@ -1350,14 +1350,14 @@
|
|||
"@kbn/observability-ai-common/*": ["x-pack/solutions/observability/packages/observability_ai/observability_ai_common/*"],
|
||||
"@kbn/observability-ai-server": ["x-pack/solutions/observability/packages/observability_ai/observability_ai_server"],
|
||||
"@kbn/observability-ai-server/*": ["x-pack/solutions/observability/packages/observability_ai/observability_ai_server/*"],
|
||||
"@kbn/observability-alert-details": ["x-pack/solutions/observability/packages/alert_details"],
|
||||
"@kbn/observability-alert-details/*": ["x-pack/solutions/observability/packages/alert_details/*"],
|
||||
"@kbn/observability-alerting-test-data": ["x-pack/solutions/observability/packages/alerting_test_data"],
|
||||
"@kbn/observability-alerting-test-data/*": ["x-pack/solutions/observability/packages/alerting_test_data/*"],
|
||||
"@kbn/observability-alert-details": ["x-pack/solutions/observability/packages/alert-details"],
|
||||
"@kbn/observability-alert-details/*": ["x-pack/solutions/observability/packages/alert-details/*"],
|
||||
"@kbn/observability-alerting-test-data": ["x-pack/solutions/observability/packages/alerting-test-data"],
|
||||
"@kbn/observability-alerting-test-data/*": ["x-pack/solutions/observability/packages/alerting-test-data/*"],
|
||||
"@kbn/observability-fixtures-plugin": ["x-pack/test/cases_api_integration/common/plugins/observability"],
|
||||
"@kbn/observability-fixtures-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/observability/*"],
|
||||
"@kbn/observability-get-padded-alert-time-range-util": ["x-pack/solutions/observability/packages/get_padded_alert_time_range_util"],
|
||||
"@kbn/observability-get-padded-alert-time-range-util/*": ["x-pack/solutions/observability/packages/get_padded_alert_time_range_util/*"],
|
||||
"@kbn/observability-get-padded-alert-time-range-util": ["x-pack/solutions/observability/packages/get-padded-alert-time-range-util"],
|
||||
"@kbn/observability-get-padded-alert-time-range-util/*": ["x-pack/solutions/observability/packages/get-padded-alert-time-range-util/*"],
|
||||
"@kbn/observability-logs-explorer-plugin": ["x-pack/solutions/observability/plugins/observability_logs_explorer"],
|
||||
"@kbn/observability-logs-explorer-plugin/*": ["x-pack/solutions/observability/plugins/observability_logs_explorer/*"],
|
||||
"@kbn/observability-onboarding-e2e": ["x-pack/solutions/observability/plugins/observability_onboarding/e2e"],
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/x-pack/platform/packages/shared/alerting_rule_utils'],
|
||||
roots: ['<rootDir>/x-pack/platform/packages/shared/alerting-rule-utils'],
|
||||
};
|
|
@ -8,5 +8,5 @@
|
|||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/alert_details'],
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/alert-details'],
|
||||
};
|
|
@ -8,5 +8,5 @@
|
|||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/alerting_test_data'],
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/alerting-test-data'],
|
||||
};
|
|
@ -8,5 +8,5 @@
|
|||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/get_padded_alert_time_range_util'],
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/get-padded-alert-time-range-util'],
|
||||
};
|
|
@ -3961,7 +3961,7 @@
|
|||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@kbn/alerting-rule-utils@link:x-pack/platform/packages/shared/alerting_rule_utils":
|
||||
"@kbn/alerting-rule-utils@link:x-pack/platform/packages/shared/alerting-rule-utils":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
|
@ -6565,11 +6565,11 @@
|
|||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@kbn/observability-alert-details@link:x-pack/solutions/observability/packages/alert_details":
|
||||
"@kbn/observability-alert-details@link:x-pack/solutions/observability/packages/alert-details":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@kbn/observability-alerting-test-data@link:x-pack/solutions/observability/packages/alerting_test_data":
|
||||
"@kbn/observability-alerting-test-data@link:x-pack/solutions/observability/packages/alerting-test-data":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
|
@ -6577,7 +6577,7 @@
|
|||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@kbn/observability-get-padded-alert-time-range-util@link:x-pack/solutions/observability/packages/get_padded_alert_time_range_util":
|
||||
"@kbn/observability-get-padded-alert-time-range-util@link:x-pack/solutions/observability/packages/get-padded-alert-time-range-util":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue