Closed gsoldevila closed 1 month ago
A documentation preview will be available soon.
Pinging @elastic/kibana-core (Team:Core)
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations)
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore)
β unchanged
Starting backport for target branches: 8.x
Starting backport for target branches: 8.x
Status | Branch | Result |
---|---|---|
β | 8.x | Backport failed because of merge conflicts |
To create the backport manually run:
node scripts/backport --pr 202852
Please refer to the Backport tool documentation
Status | Branch | Result |
---|---|---|
β | 8.x | Backport failed because of merge conflicts |
To create the backport manually run:
node scripts/backport --pr 202852
Please refer to the Backport tool documentation
Status | Branch | Result |
---|---|---|
β | 8.x |
Note: Successful backport PRs will be merged automatically after passing CI.
Please refer to the Backport tool documentation
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.
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.
1 plugin(s) are going to be relocated:
@kbn/ecs-data-quality-dashboard-plugin
x-pack/solutions/security/plugins/ecs_data_quality_dashboard
8 packages(s) are going to be relocated:
@kbn/cell-actions
src/platform/packages/shared/kbn-cell-actions
@kbn/ecs-data-quality-dashboard
x-pack/solutions/security/packages/ecs_data_quality_dashboard
@kbn/security-solution-features
x-pack/solutions/security/packages/features
@kbn/security-solution-navigation
x-pack/solutions/security/packages/navigation
@kbn/security-solution-side-nav
x-pack/solutions/security/packages/side_nav
@kbn/security-solution-storybook-config
x-pack/solutions/security/packages/storybook/config
@kbn/security-solution-upselling
x-pack/solutions/security/packages/upselling
@kbn/securitysolution-ecs
src/platform/packages/shared/kbn-securitysolution-ecs
Updated references
``` ./.eslintrc.js ./.i18nrc.json ./docs/developer/plugin-list.asciidoc ./package.json ./packages/kbn-repo-packages/package-map.json ./packages/kbn-ts-projects/config-paths.json ./src/dev/storybook/aliases.ts ./src/platform/packages/shared/kbn-cell-actions/jest.config.js ./src/platform/packages/shared/kbn-securitysolution-ecs/jest.config.js ./tsconfig.base.json ./x-pack/.i18nrc.json ./x-pack/solutions/security/plugins/ecs_data_quality_dashboard/jest.config.js ./yarn.lock ```Updated relative paths
``` src/platform/packages/shared/kbn-cell-actions/jest.config.js:12 src/platform/packages/shared/kbn-cell-actions/tsconfig.json:2 src/platform/packages/shared/kbn-securitysolution-ecs/jest.config.js:12 src/platform/packages/shared/kbn-securitysolution-ecs/tsconfig.json:2 x-pack/solutions/security/plugins/ecs_data_quality_dashboard/jest.config.js:15 x-pack/solutions/security/plugins/ecs_data_quality_dashboard/tsconfig.json:12 x-pack/solutions/security/plugins/ecs_data_quality_dashboard/tsconfig.json:2 ```