-
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
Sustainable Kibana Architecture: Move the rest of shared-ux modules #205924
Draft
Dosant
wants to merge
27
commits into
elastic:main
Choose a base branch
from
Dosant:kbn-team-1309-relocate-20250108151839
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Sustainable Kibana Architecture: Move the rest of shared-ux modules #205924
Dosant
wants to merge
27
commits into
elastic:main
from
Dosant:kbn-team-1309-relocate-20250108151839
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
Dosant
changed the title
<title>
Sustainable Kibana Architecture: Move the rest of shared-ux modules
Jan 8, 2025
8 tasks
💔 Build Failed
Failed CI StepsHistory
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
1 plugin(s) are going to be relocated:
@kbn/url-drilldown-plugin
x-pack/platform/plugins/private/drilldowns/url_drilldown
21 packages(s) are going to be relocated:
@kbn/core-chrome-browser
src/core/packages/chrome/browser
@kbn/deeplinks-shared
src/platform/packages/shared/deeplinks/shared
@kbn/home-sample-data-card
src/platform/packages/shared/home/sample_data_card
@kbn/home-sample-data-tab
src/platform/packages/shared/home/sample_data_tab
@kbn/home-sample-data-types
src/platform/packages/shared/home/sample_data_types
@kbn/guided-onboarding
src/platform/packages/shared/kbn-guided-onboarding
@kbn/item-buffer
src/platform/packages/private/kbn-item-buffer
@kbn/management-settings-section-registry
src/platform/packages/shared/kbn-management/settings/section_registry
@kbn/management-settings-ids
src/platform/packages/shared/kbn-management/settings/setting_ids
@kbn/react-mute-legacy-root-warning
src/platform/packages/private/kbn-react-mute-legacy-root-warning
@kbn/saved-objects-settings
src/platform/packages/private/kbn-saved-objects-settings
@kbn/react-kibana-context-common
src/platform/packages/shared/react/kibana_context/common
@kbn/react-kibana-context-render
src/platform/packages/shared/react/kibana_context/render
@kbn/react-kibana-context-root
src/platform/packages/shared/react/kibana_context/root
@kbn/react-kibana-context-styled
src/platform/packages/shared/react/kibana_context/styled
@kbn/react-kibana-context-theme
src/platform/packages/shared/react/kibana_context/theme
@kbn/react-kibana-mount
src/platform/packages/shared/react/kibana_mount
@kbn/serverless-project-switcher
src/platform/packages/private/serverless/project_switcher
@kbn/serverless-common-settings
src/platform/packages/private/serverless/settings/common
@kbn/serverless-observability-settings
src/platform/packages/shared/serverless/settings/observability_project
@kbn/serverless-types
src/platform/packages/private/serverless/types
Updated relative paths