mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[FTR][Ownership] Console, Content Mgmt, Entity Mgr & ES (#196692)
## Summary Assign ownership to some files that hopefully result in less than 5 reviewers Contributes to: https://github.com/elastic/kibana/issues/194817 ### Assignment Reasons Assigned console due to0ead257ff4/src/plugins/console/kibana.jsonc (L4)
Assigned content_management due to3d254c223f/src/plugins/content_management/kibana.jsonc (L4)
Assigned entity_manager due to3d254c223f/x-pack/plugins/entity_manager/kibana.jsonc (L4)
- Also combined some pre-existed entries under this team Assigned es due to the fact that the tests are only about priveleges. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7af4c6da4a
commit
c7486e48d7
1 changed files with 12 additions and 1 deletions
13
.github/CODEOWNERS
vendored
13
.github/CODEOWNERS
vendored
|
@ -1020,6 +1020,13 @@ packages/kbn-zod-helpers @elastic/security-detection-rule-management
|
|||
|
||||
x-pack/test_serverless/api_integration/test_suites/common/platform_security @elastic/kibana-security
|
||||
|
||||
# Observability Entities Team (@elastic/obs-entities)
|
||||
/x-pack/plugins/observability_solution/entities_data_access @elastic/obs-entities
|
||||
/x-pack/packages/kbn-entities-schema @elastic/obs-entities
|
||||
/x-pack/test/api_integration/apis/entity_manager/fixture_plugin @elastic/obs-entities
|
||||
/x-pack/plugins/entity_manager @elastic/obs-entities
|
||||
/x-pack/test/api_integration/apis/entity_manager @elastic/obs-entities
|
||||
|
||||
# Data Discovery
|
||||
/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
|
||||
|
@ -1391,7 +1398,9 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te
|
|||
/x-pack/plugins/inference @elastic/appex-ai-infra @elastic/obs-ai-assistant @elastic/security-generative-ai
|
||||
|
||||
# AppEx Platform Services Security
|
||||
x-pack/test_serverless/api_integration/test_suites/common/security_response_headers.ts @elastic/kibana-security
|
||||
/x-pack/test_serverless/api_integration/test_suites/common/security_response_headers.ts @elastic/kibana-security
|
||||
/x-pack/test/api_integration/apis/es @elastic/kibana-security
|
||||
|
||||
|
||||
# Kibana Telemetry
|
||||
/.telemetryrc.json @elastic/kibana-core
|
||||
|
@ -1499,6 +1508,7 @@ x-pack/test/api_integration/apis/management/index_management/inference_endpoints
|
|||
/x-pack/test/functional_search/ @elastic/search-kibana
|
||||
|
||||
# Management Experience - Deployment Management
|
||||
/x-pack/test/api_integration/apis/console @elastic/kibana-management
|
||||
/x-pack/test_serverless/**/test_suites/common/index_management/ @elastic/kibana-management
|
||||
/x-pack/test_serverless/**/test_suites/common/management/index_management/ @elastic/kibana-management
|
||||
/x-pack/test_serverless/**/test_suites/common/painless_lab/ @elastic/kibana-management
|
||||
|
@ -1898,6 +1908,7 @@ 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
|
||||
/x-pack/test/api_integration/apis/content_management @elastic/appex-sharedux
|
||||
/x-pack/test_serverless/functional/test_suites/common/spaces/spaces_selection.ts @elastic/appex-sharedux
|
||||
/x-pack/test_serverless/functional/test_suites/common/spaces/index.ts @elastic/appex-sharedux
|
||||
packages/react @elastic/appex-sharedux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue