-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.x] backport "Sustainable Kibana Architecture: Move modules owned by @elastic/obs-ux-logs-team
"
#205234
[8.x] backport "Sustainable Kibana Architecture: Move modules owned by @elastic/obs-ux-logs-team
"
#205234
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
/ci |
@pgayvallet just mentioning it because of the PR's title, this targets plugins owned by the |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
|
@elastic/obs-ux-logs-team
"
Woups 😅 thanks,, fixed |
Manual backport of #202831 by rerunning the script against 8.x
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
packages[\/\\]
andplugins[\/\\]
patterns in the source code (Babel and Eslint config files), and update them appropriately..buildkite/scripts/pipelines/pull_request/pipeline.ts
to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names.ts
and.js
files listed in the sections below, as some of them contain relative paths that have been updated.Note
Are you trying to rebase this PR to solve merge conflicts? Please follow the steps describe here.
9 plugin(s) are going to be relocated:
@kbn/data-quality-plugin
x-pack/platform/plugins/shared/data_quality
@kbn/dataset-quality-plugin
x-pack/platform/plugins/shared/observability_solution/dataset_quality
@kbn/fields-metadata-plugin
x-pack/platform/plugins/shared/fields_metadata
@kbn/infra-plugin
x-pack/solutions/observability/plugins/infra
@kbn/logs-data-access-plugin
x-pack/platform/plugins/shared/observability_solution/logs_data_access
@kbn/logs-explorer-plugin
x-pack/solutions/observability/plugins/logs_explorer
@kbn/logs-shared-plugin
x-pack/platform/plugins/shared/observability_solution/logs_shared
@kbn/observability-logs-explorer-plugin
x-pack/solutions/observability/plugins/observability_logs_explorer
@kbn/observability-onboarding-plugin
x-pack/solutions/observability/plugins/observability_onboarding
9 packages(s) are going to be relocated:
@kbn/custom-icons
src/platform/packages/shared/kbn-custom-icons
@kbn/custom-integrations
x-pack/solutions/observability/packages/kbn-custom-integrations
@kbn/discover-contextual-components
src/platform/packages/shared/kbn-discover-contextual-components
@kbn/elastic-agent-utils
src/platform/packages/shared/kbn-elastic-agent-utils
@kbn/observability-logs-overview
x-pack/platform/packages/shared/observability/logs_overview
@kbn/react-hooks
src/platform/packages/shared/kbn-react-hooks
@kbn/router-utils
src/platform/packages/shared/kbn-router-utils
@kbn/timerange
src/platform/packages/shared/kbn-timerange
@kbn/xstate-utils
src/platform/packages/shared/kbn-xstate-utils
Updated relative paths