Skip to content

Commit

Permalink
[FTR][Ownership] Assign health_gateway, etc (#197980)
Browse files Browse the repository at this point in the history
## Summary 

Assigned health_gateway due to
https://github.com/elastic/kibana/blob/main/test/health_gateway/plugins/status/kibana.jsonc#L4

Assigned interpreter_functional due to
https://github.com/elastic/kibana/blob/main/test/interpreter_functional/plugins/kbn_tp_run_pipeline/kibana.jsonc#L4
 - But it is an educated guess
 - same with "...saved_objects*"

Assigned home due to
https://github.com/elastic/kibana/blob/main/src/plugins/home/kibana.jsonc#L5

Assigned otel_metrics due to
https://github.com/elastic/kibana/blob/main/test/common/plugins/otel_metrics/kibana.jsonc#L4

Assigned content_management due to
https://github.com/elastic/kibana/blob/main/api_docs/content_management.mdx#L18
- It says "Contact @elastic/appex-sharedux for questions regarding this
plugin."

Assigned kibana_overview due to
https://github.com/elastic/kibana/blob/main/api_docs/kibana_overview.mdx#L14
 - Says the same as above

Assigned node_roles_functional due to
https://github.com/elastic/kibana/blob/main/test/node_roles_functional/plugins/core_plugin_initializer_context/kibana.jsonc#L4

Assigned app_link_test due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/app_link_test/kibana.jsonc#L4

Assigned data_search due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/data_search/kibana.jsonc#L4

Assigned elasticsearch_client_plugin due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/elasticsearch_client_plugin/kibana.jsonc#L4

Assigned eui_provider_dev_warning due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/eui_provider_dev_warning/kibana.jsonc#L4

Assigned index_patterns due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/index_patterns/kibana.jsonc#L4

Assigned kbn_sample_panel_action due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/kbn_sample_panel_action/kibana.jsonc#L3-L4

Assigned kbn_top_nav due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/kbn_top_nav/kibana.jsonc#L4

Assigned management_test_plugin due to
https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/management_test_plugin/kibana.jsonc#L4

Contributes to: #192979

---------

Co-authored-by: Robert Oskamp <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent 9c90029 commit 5004763
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,8 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela
/x-pack/test/api_integration/apis/entity_manager @elastic/obs-entities

# Data Discovery
/test/plugin_functional/plugins/data_search @elastic/kibana-data-discovery
/test/plugin_functional/plugins/index_patterns @elastic/kibana-data-discovery
/x-pack/test/api_integration/apis/kibana/kql_telemetry @elastic/kibana-data-discovery @elastic/kibana-visualizations
/x-pack/test_serverless/functional/es_archives/pre_calculated_histogram @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern @elastic/kibana-data-discovery
Expand Down Expand Up @@ -1161,6 +1163,7 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai
## This should allow the infra team to work without dependencies on the @elastic/obs-ux-logs-team, which will maintain ownership of the Logs UI code only.

## infra/{common,docs,public,server}/{sub-folders}/ -> @elastic/obs-ux-infra_services-team
/test/common/plugins/otel_metrics @elastic/obs-ux-infra_services-team
/x-pack/plugins/observability_solution/infra/common @elastic/obs-ux-infra_services-team
/x-pack/plugins/observability_solution/infra/docs @elastic/obs-ux-infra_services-team
/x-pack/plugins/observability_solution/infra/public/alerting @elastic/obs-ux-infra_services-team
Expand Down Expand Up @@ -1997,6 +2000,10 @@ x-pack/test/profiling_api_integration @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/observability_shared/public/components/profiling @elastic/obs-ux-infra_services-team

# Shared UX
/test/examples/content_management @elastic/appex-sharedux
/test/plugin_functional/plugins/kbn_sample_panel_action @elastic/appex-sharedux
/test/functional/apps/kibana_overview @elastic/appex-sharedux
/test/plugin_functional/plugins/eui_provider_dev_warning @elastic/appex-sharedux
/x-pack/test/banners_functional @elastic/appex-sharedux
/x-pack/test/custom_branding @elastic/appex-sharedux
/x-pack/test/api_integration/apis/content_management @elastic/appex-sharedux
Expand Down

0 comments on commit 5004763

Please sign in to comment.