mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Move ownerships of home, dev tools and discover (#62612)
* move ownership * fix es-ui ownership
This commit is contained in:
parent
0abd7aa43f
commit
9bab4ef746
1 changed files with 12 additions and 9 deletions
21
.github/CODEOWNERS
vendored
21
.github/CODEOWNERS
vendored
|
@ -15,18 +15,20 @@
|
|||
/src/legacy/core_plugins/metrics/ @elastic/kibana-app
|
||||
/src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
|
||||
/src/legacy/core_plugins/vis_type_xy/ @elastic/kibana-app
|
||||
# Exclude tutorials folder for now because they are not owned by Kibana app and most will move out soon
|
||||
/src/plugins/home/public @elastic/kibana-app
|
||||
/src/plugins/home/server/*.ts @elastic/kibana-app
|
||||
/src/plugins/home/server/services/ @elastic/kibana-app
|
||||
# Exclude tutorial resources folder for now because they are not owned by Kibana app and most will move out soon
|
||||
/src/legacy/core_plugins/kibana/public/home/*.ts @elastic/kibana-app
|
||||
/src/legacy/core_plugins/kibana/public/home/*.scss @elastic/kibana-app
|
||||
/src/legacy/core_plugins/kibana/public/home/np_ready/ @elastic/kibana-app
|
||||
/src/plugins/kibana_legacy/ @elastic/kibana-app
|
||||
/src/plugins/timelion/ @elastic/kibana-app
|
||||
/src/plugins/dev_tools/ @elastic/kibana-app
|
||||
/src/plugins/dashboard/ @elastic/kibana-app
|
||||
/src/plugins/discover/ @elastic/kibana-app
|
||||
|
||||
# Core UI
|
||||
# Exclude tutorials folder for now because they are not owned by Kibana app and most will move out soon
|
||||
/src/plugins/home/public @elastic/kibana-core-ui
|
||||
/src/plugins/home/server/*.ts @elastic/kibana-core-ui
|
||||
/src/plugins/home/server/services/ @elastic/kibana-core-ui
|
||||
# Exclude tutorial resources folder for now because they are not owned by Kibana app and most will move out soon
|
||||
/src/legacy/core_plugins/kibana/public/home/*.ts @elastic/kibana-core-ui
|
||||
/src/legacy/core_plugins/kibana/public/home/*.scss @elastic/kibana-core-ui
|
||||
/src/legacy/core_plugins/kibana/public/home/np_ready/ @elastic/kibana-core-ui
|
||||
|
||||
# App Architecture
|
||||
/examples/url_generators_examples/ @elastic/kibana-app-arch
|
||||
|
@ -175,6 +177,7 @@
|
|||
**/*.scss @elastic/kibana-design
|
||||
|
||||
# Elasticsearch UI
|
||||
/src/plugins/dev_tools/ @elastic/es-ui
|
||||
/src/plugins/console/ @elastic/es-ui
|
||||
/src/plugins/es_ui_shared/ @elastic/es-ui
|
||||
/x-pack/legacy/plugins/cross_cluster_replication/ @elastic/es-ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue