mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - 🌊 Move kbn-streams-schema to platform (#211230)](https://github.com/elastic/kibana/pull/211230)
This commit is contained in:
parent
6fbb056bd6
commit
c8c7f22408
43 changed files with 7 additions and 7 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -958,7 +958,7 @@ packages/kbn-stdio-dev-helpers @elastic/kibana-operations
|
|||
packages/kbn-storybook @elastic/kibana-operations
|
||||
x-pack/solutions/observability/plugins/streams_app @simianhacker @flash1293 @dgieselaar
|
||||
x-pack/solutions/observability/plugins/streams @simianhacker @flash1293 @dgieselaar
|
||||
x-pack/solutions/observability/packages/kbn-streams-schema @elastic/streams-program-team
|
||||
x-pack/platform/packages/shared/kbn-streams-schema @elastic/streams-program-team
|
||||
packages/kbn-styled-components-mapping-cli @elastic/kibana-operations @elastic/eui-team
|
||||
x-pack/solutions/observability/plugins/synthetics/e2e @elastic/obs-ux-management-team
|
||||
x-pack/solutions/observability/plugins/synthetics @elastic/obs-ux-management-team
|
||||
|
|
|
@ -938,7 +938,7 @@
|
|||
"@kbn/std": "link:src/platform/packages/shared/kbn-std",
|
||||
"@kbn/streams-app-plugin": "link:x-pack/solutions/observability/plugins/streams_app",
|
||||
"@kbn/streams-plugin": "link:x-pack/solutions/observability/plugins/streams",
|
||||
"@kbn/streams-schema": "link:x-pack/solutions/observability/packages/kbn-streams-schema",
|
||||
"@kbn/streams-schema": "link:x-pack/platform/packages/shared/kbn-streams-schema",
|
||||
"@kbn/synthetics-plugin": "link:x-pack/solutions/observability/plugins/synthetics",
|
||||
"@kbn/task-manager-fixture-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture",
|
||||
"@kbn/task-manager-performance-plugin": "link:x-pack/test/plugin_api_perf/plugins/task_manager_performance",
|
||||
|
|
|
@ -1910,8 +1910,8 @@
|
|||
"@kbn/streams-app-plugin/*": ["x-pack/solutions/observability/plugins/streams_app/*"],
|
||||
"@kbn/streams-plugin": ["x-pack/solutions/observability/plugins/streams"],
|
||||
"@kbn/streams-plugin/*": ["x-pack/solutions/observability/plugins/streams/*"],
|
||||
"@kbn/streams-schema": ["x-pack/solutions/observability/packages/kbn-streams-schema"],
|
||||
"@kbn/streams-schema/*": ["x-pack/solutions/observability/packages/kbn-streams-schema/*"],
|
||||
"@kbn/streams-schema": ["x-pack/platform/packages/shared/kbn-streams-schema"],
|
||||
"@kbn/streams-schema/*": ["x-pack/platform/packages/shared/kbn-streams-schema/*"],
|
||||
"@kbn/styled-components-mapping-cli": ["packages/kbn-styled-components-mapping-cli"],
|
||||
"@kbn/styled-components-mapping-cli/*": ["packages/kbn-styled-components-mapping-cli/*"],
|
||||
"@kbn/synthetics-e2e": ["x-pack/solutions/observability/plugins/synthetics/e2e"],
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../../../..',
|
||||
roots: ['<rootDir>/x-pack/solutions/observability/packages/kbn-streams-schema'],
|
||||
roots: ['<rootDir>/x-pack/platform/packages/shared/kbn-streams-schema'],
|
||||
};
|
|
@ -2,7 +2,7 @@
|
|||
"type": "shared-common",
|
||||
"id": "@kbn/streams-schema",
|
||||
"owner": "@elastic/streams-program-team",
|
||||
"group": "observability",
|
||||
"group": "platform",
|
||||
"visibility": "shared"
|
||||
}
|
||||
|
|
@ -7674,7 +7674,7 @@
|
|||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@kbn/streams-schema@link:x-pack/solutions/observability/packages/kbn-streams-schema":
|
||||
"@kbn/streams-schema@link:x-pack/platform/packages/shared/kbn-streams-schema":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue