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] Fixup test_serverless entries #195609

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
88401b7
[FTR][Ownership] Fixup test_serverless entries
wayneseymour Oct 9, 2024
a5e9ebc
Merge branch 'main' into fix-owners
elasticmachine Oct 15, 2024
c5740cc
Merge branch 'main' into fix-owners
elasticmachine Oct 16, 2024
002934d
Merge branch 'main' into fix-owners
elasticmachine Oct 18, 2024
baab887
Merge branch 'main' into fix-owners
elasticmachine Oct 21, 2024
4114606
Drop this as it's too general
wayneseymour Oct 21, 2024
435b5e4
assign security/fleet per slack thread
wayneseymour Oct 23, 2024
f3f1c6b
add Charlies idea from slack thread
wayneseymour Oct 23, 2024
b5d6afb
assign security solution per slack thread
wayneseymour Oct 23, 2024
60ef3e9
[CI] Auto-commit changed files from 'node scripts/build_plugin_list_d…
kibanamachine Oct 23, 2024
d9155fd
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 23, 2024
f05bfc9
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 25, 2024
3026d8c
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 25, 2024
fe462c0
fixup per cr
wayneseymour Oct 25, 2024
2697efd
drop
wayneseymour Oct 25, 2024
d82be07
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 25, 2024
dfce109
drop dupes
wayneseymour Oct 25, 2024
ec1e4eb
Fixup the lost changes for Sandra Gonzalez
wayneseymour Oct 25, 2024
afef344
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 28, 2024
e69382f
Merge branch 'main' of github.com:elastic/kibana into fix-owners
wayneseymour Oct 28, 2024
62490cf
drop
wayneseymour Oct 28, 2024
8cc01f5
Merge branch 'main' into fix-owners
elasticmachine Oct 28, 2024
d616022
Merge branch 'main' into fix-owners
elasticmachine Oct 30, 2024
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
10 changes: 7 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,12 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
#CC# /x-pack/plugins/reporting/ @elastic/appex-sharedux
#CC# /x-pack/plugins/security_solution_serverless/ @elastic/appex-sharedux

### Observability Plugins

# Observability UI
/x-pack/test_serverless/api_integration/test_suites/observability/config.ts @elastic/observability-ui @elastic/appex-qa
/x-pack/test_serverless/api_integration/test_suites/observability/index.ts @elastic/observability-ui

### Observability Plugins

# Observability AI Assistant
x-pack/test/observability_ai_assistant_api_integration @elastic/obs-ai-assistant
Expand Down Expand Up @@ -1237,6 +1241,7 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai
/x-pack/test/accessibility/apps/group3/stack_monitoring.ts @elastic/stack-monitoring

# Fleet
/x-pack/test_serverless/api_integration/test_suites/security/fleet @elastic/fleet
/x-pack/test/fleet_api_integration @elastic/fleet
/x-pack/test/fleet_cypress @elastic/fleet
/x-pack/test/fleet_functional @elastic/fleet
Expand Down Expand Up @@ -1506,8 +1511,6 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
/x-pack/test/rule_registry @elastic/response-ops @elastic/obs-ux-management-team
/x-pack/test/accessibility/apps/group3/rules_connectors.ts @elastic/response-ops
/x-pack/test/functional/es_archives/cases/default @elastic/response-ops
/x-pack/test_serverless/api_integration/test_suites/observability/config.ts @elastic/response-ops
/x-pack/test_serverless/api_integration/test_suites/observability/index.ts @elastic/response-ops
/x-pack/test_serverless/functional/page_objects/svl_triggers_actions_ui_page.ts @elastic/response-ops
/x-pack/test_serverless/functional/page_objects/svl_rule_details_ui_page.ts @elastic/response-ops
/x-pack/test_serverless/functional/page_objects/svl_oblt_overview_page.ts @elastic/response-ops
Expand Down Expand Up @@ -1608,6 +1611,7 @@ x-pack/test/api_integration/apis/management/index_management/inference_endpoints
# Security Solution
/x-pack/test/common/services/security_solution @elastic/security-solution
/x-pack/test/api_integration/services/security_solution_*.gen.ts @elastic/security-solution
/x-pack/test_serverless/functional/test_suites/security/index.feature_flags.ts @elastic/security-solution
/x-pack/test/accessibility/apps/group3/security_solution.ts @elastic/security-solution
/x-pack/test_serverless/functional/test_suites/security/config.ts @elastic/security-solution @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/security/config.feature_flags.ts @elastic/security-solution
Expand Down