mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* removing old e2e * removing e2e * removing e2e Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
24 lines
1,002 B
YAML
24 lines
1,002 B
YAML
---
|
|
- "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:apm":
|
|
- "x-pack/plugins/apm/**/*.*"
|
|
- "Team:Fleet":
|
|
- "x-pack/plugins/fleet/**/*.*"
|
|
- "x-pack/test/fleet_api_integration/**/*.*"
|
|
- "Team:uptime":
|
|
- "x-pack/plugins/uptime/**/*.*"
|
|
- "x-pack/plugins/apm/public/application/csmApp.tsx"
|
|
- "x-pack/plugins/apm/public/components/app/RumDashboard/**/*.*"
|
|
- "x-pack/plugins/apm/public/components/app/RumDashboard/*.*"
|
|
- "x-pack/plugins/apm/server/lib/rum_client/**/*.*"
|
|
- "x-pack/plugins/apm/server/lib/rum_client/*.*"
|
|
- "x-pack/plugins/apm/server/routes/rum_client.ts"
|
|
- "x-pack/plugins/apm/server/projections/rum_overview.ts"
|