mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
## Summary The `/packages` folder at the root of the Kibana repository used to contain a lot of packages. In the context of SKA, they have been gradually moved to various locations: * `src/platform/packages` * `x-pack/platform/packages` * `src/core/packages` Currently, only `devOnly: true` packages are left in this folder. This comprises libraries for CLI scripts as well as testing utilities. With this PR, we are moving ~half of these packages under `src/platform/packages/(private|shared)/`. In particular, we are moving those packages that are being used from platform and/or solutions. Since they are `"devOnly": true`, this means they are ONLY used from tests, cypress tests, storybook configs, ./scripts/ folders inside some modules, or other non-prod-time logic. Nonetheless, they are effectively referenced from platform and/or solutions code, hence I decided they should be placed under `platform` folders. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
36 lines
1.8 KiB
YAML
36 lines
1.8 KiB
YAML
---
|
|
- 'Feature:Embedding':
|
|
- 'src/platform/plugins/shared/embeddable/**/*.*'
|
|
- 'src/plugins/dashboard_embeddable_container/**/*.*'
|
|
- 'Feature:Drilldowns':
|
|
- 'x-pack/plugins/drilldowns/**/*.*'
|
|
- 'x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/**/*.*'
|
|
- 'Feature:ExpressionLanguage':
|
|
- 'src/platform/plugins/shared/expressions/**/*.*'
|
|
- 'src/plugins/bfetch/**/*.*'
|
|
- 'Team:obs-ux-infra_services':
|
|
- 'x-pack/solutions/observability/plugins/apm/**/*.*'
|
|
- 'x-pack/test/apm_api_integration/**/*.*'
|
|
- 'src/platform/packages/shared/kbn-apm-synthtrace/**/*.*'
|
|
- 'src/platform/packages/shared/kbn-apm-synthtrace-client/**/*.*'
|
|
- 'src/platform/packages/shared/kbn-apm-utils/**/*.*'
|
|
- 'x-pack/solutions/observability/plugins/ux/**/*.*'
|
|
- 'Team:Fleet':
|
|
- 'x-pack/platform/plugins/shared/fleet/**/*.*'
|
|
- 'x-pack/test/fleet_api_integration/**/*.*'
|
|
- 'Team:obs-ux-management':
|
|
- 'x-pack/solutions/observability/plugins/observability/**/*.*'
|
|
- 'x-pack/solutions/observability/plugins/slo/**/*.*'
|
|
- 'x-pack/solutions/observability/plugins/synthetics/**/*.*'
|
|
- 'x-pack/solutions/observability/plugins/exploratory_view/**/*.*'
|
|
- 'Team:Obs AI Assistant':
|
|
- 'x-pack/platform/plugins/shared/observability_ai_assistant/**/*.*'
|
|
- 'x-pack/plugins/observability_solution/observability_ai_assistant_*/**/*.*'
|
|
- 'x-pack/test/observability_ai_assistant_api_integration/**/*.*'
|
|
- 'x-pack/test/observability_ai_assistant_functional/**/*.*'
|
|
- 'ci:project-deploy-observability':
|
|
- 'packages/kbn-apm-*/**/*.*'
|
|
- 'x-pack/plugins/observability_solution/**/*.*'
|
|
- 'x-pack/solutions/observability/plugins/serverless_observability/**/*.*'
|
|
- 'x-pack/test/apm_api_integration/**/*.*'
|
|
- 'x-pack/test/observability_*/**/*.*'
|