mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Moving] Move UX folder into /x-pack/observability_solution
(#177470)
This commit is contained in:
parent
34026becf6
commit
9f2bde1b8a
191 changed files with 179 additions and 367 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -856,7 +856,7 @@ x-pack/test/security_api_integration/plugins/user_profiles_consumer @elastic/kib
|
|||
packages/kbn-utility-types @elastic/kibana-core
|
||||
packages/kbn-utility-types-jest @elastic/kibana-operations
|
||||
packages/kbn-utils @elastic/kibana-operations
|
||||
x-pack/plugins/ux @elastic/obs-ux-infra_services-team
|
||||
x-pack/plugins/observability_solution/ux @elastic/obs-ux-infra_services-team
|
||||
examples/v8_profiler_examples @elastic/response-ops
|
||||
packages/kbn-validate-next-docs-cli @elastic/kibana-operations
|
||||
src/plugins/vis_default_editor @elastic/kibana-visualizations
|
||||
|
|
46
.github/paths-labeller.yml
vendored
46
.github/paths-labeller.yml
vendored
|
@ -1,24 +1,24 @@
|
|||
---
|
||||
- "Feature:Embedding":
|
||||
- "src/plugins/embeddable/**/*.*"
|
||||
- "src/plugins/dashboard_embeddable_container/**/*.*"
|
||||
- "Feature:Drilldowns":
|
||||
- "x-pack/plugins/drilldowns/**/*.*"
|
||||
- "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*"
|
||||
- "Feature:ExpressionLanguage":
|
||||
- "src/plugins/expressions/**/*.*"
|
||||
- "src/plugins/bfetch/**/*.*"
|
||||
- "Team:obs-ux-infra_services":
|
||||
- "x-pack/plugins/apm/**/*.*"
|
||||
- "x-pack/test/apm_api_integration/**/*.*"
|
||||
- "packages/kbn-apm-synthtrace/**/*.*"
|
||||
- "packages/kbn-apm-synthtrace-client/**/*.*"
|
||||
- "packages/kbn-apm-utils/**/*.*"
|
||||
- "x-pack/plugins/synthetics/**/*.*"
|
||||
- "x-pack/plugins/ux/**/*.*"
|
||||
- "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*"
|
||||
- "Team:Fleet":
|
||||
- "x-pack/plugins/fleet/**/*.*"
|
||||
- "x-pack/test/fleet_api_integration/**/*.*"
|
||||
- "Team:obs-ux-management":
|
||||
- "x-pack/plugins/observability/**/*.*"
|
||||
- 'Feature:Embedding':
|
||||
- 'src/plugins/embeddable/**/*.*'
|
||||
- 'src/plugins/dashboard_embeddable_container/**/*.*'
|
||||
- 'Feature:Drilldowns':
|
||||
- 'x-pack/plugins/drilldowns/**/*.*'
|
||||
- 'x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*'
|
||||
- 'Feature:ExpressionLanguage':
|
||||
- 'src/plugins/expressions/**/*.*'
|
||||
- 'src/plugins/bfetch/**/*.*'
|
||||
- 'Team:obs-ux-infra_services':
|
||||
- 'x-pack/plugins/apm/**/*.*'
|
||||
- 'x-pack/test/apm_api_integration/**/*.*'
|
||||
- 'packages/kbn-apm-synthtrace/**/*.*'
|
||||
- 'packages/kbn-apm-synthtrace-client/**/*.*'
|
||||
- 'packages/kbn-apm-utils/**/*.*'
|
||||
- 'x-pack/plugins/synthetics/**/*.*'
|
||||
- 'x-pack/plugins/observability_solution/ux/**/*.*'
|
||||
- 'x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*'
|
||||
- 'Team:Fleet':
|
||||
- 'x-pack/plugins/fleet/**/*.*'
|
||||
- 'x-pack/test/fleet_api_integration/**/*.*'
|
||||
- 'Team:obs-ux-management':
|
||||
- 'x-pack/plugins/observability/**/*.*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue