Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FTR][Ownership] Assign health_gateway, etc #197980

Merged
merged 12 commits into from
Oct 30, 2024
Merged
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
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 @@ -1409,6 +1412,13 @@ x-pack/test/api_integration/deployment_agnostic/services/ @elastic/appex-qa
x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor tests migration

# Core
/test/api_integration/apis/saved_objects* @elastic/kibana-core
/test/functional/apps/home @elastic/kibana-core
/test/health_gateway @elastic/kibana-core
/test/node_roles_functional @elastic/kibana-core
/test/plugin_functional/plugins/app_link_test @elastic/kibana-core
/test/plugin_functional/plugins/kbn_top_nav @elastic/kibana-core
/test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core
/x-pack/test/functional/apps/saved_objects_management @elastic/kibana-core
/x-pack/test/usage_collection @elastic/kibana-core
/x-pack/test/licensing_plugin @elastic/kibana-core
Expand Down Expand Up @@ -1997,6 +2007,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