-
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] Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-data-discovery
#205267
[8.x] Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-data-discovery
#205267
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. |
@elastic/kibana-data-discovery
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
|
Manual backport of #203152
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.
12 plugin(s) are going to be relocated:
@kbn/data-view-editor-plugin
src/platform/plugins/shared/data_view_editor
@kbn/data-view-field-editor-plugin
src/platform/plugins/shared/data_view_field_editor
@kbn/data-view-management-plugin
src/platform/plugins/shared/data_view_management
@kbn/data-views-plugin
src/platform/plugins/shared/data_views
@kbn/discover-enhanced-plugin
x-pack/platform/plugins/private/discover_enhanced
@kbn/discover-plugin
src/platform/plugins/shared/discover
@kbn/discover-shared-plugin
src/platform/plugins/shared/discover_shared
@kbn/field-formats-plugin
src/platform/plugins/shared/field_formats
@kbn/saved-objects-finder-plugin
src/platform/plugins/shared/saved_objects_finder
@kbn/saved-search-plugin
src/platform/plugins/shared/saved_search
@kbn/unified-doc-viewer-plugin
src/platform/plugins/shared/unified_doc_viewer
@kbn/unified-histogram-plugin
src/platform/plugins/shared/unified_histogram
18 packages(s) are going to be relocated:
@kbn/content-management-utils
src/platform/packages/shared/kbn-content-management-utils
@kbn/data-view-utils
src/platform/packages/shared/kbn-data-view-utils
@kbn/datemath
src/platform/packages/shared/kbn-datemath
@kbn/deeplinks-analytics
src/platform/packages/shared/deeplinks/analytics
@kbn/default-nav-analytics
src/platform/packages/private/default-nav/analytics
@kbn/discover-utils
src/platform/packages/shared/kbn-discover-utils
@kbn/es-query
src/platform/packages/shared/kbn-es-query
@kbn/field-types
src/platform/packages/shared/kbn-field-types
@kbn/field-utils
src/platform/packages/shared/kbn-field-utils
@kbn/react-field
src/platform/packages/shared/kbn-react-field
@kbn/resizable-layout
src/platform/packages/shared/kbn-resizable-layout
@kbn/search-errors
src/platform/packages/shared/kbn-search-errors
@kbn/search-response-warnings
src/platform/packages/shared/kbn-search-response-warnings
@kbn/search-types
src/platform/packages/shared/kbn-search-types
@kbn/unified-data-table
src/platform/packages/shared/kbn-unified-data-table
@kbn/unified-doc-viewer
src/platform/packages/shared/kbn-unified-doc-viewer
@kbn/unified-field-list
src/platform/packages/shared/kbn-unified-field-list
@kbn/unsaved-changes-badge
src/platform/packages/private/kbn-unsaved-changes-badge
Updated relative paths