-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Upgrade Assistant, Watcher, etc #197253
[FTR][Ownership] Upgrade Assistant, Watcher, etc #197253
Conversation
Assigned upgrade_assistant due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/upgrade_assistant/kibana.jsonc#L4 Assigned watcher due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/watcher/kibana.jsonc#L4 Assigned ingest_pipelines due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/ingest_pipelines/kibana.jsonc#L4 Assigned security solutions services only due to the name Assigned detections_response due to the name Assigned dashboard due to the name Assigned index management due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/index_management/kibana.jsonc#L4 Assigned ilm due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/index_lifecycle_management/kibana.jsonc#L4 Contributes to: elastic#194817
.github/CODEOWNERS
Outdated
@@ -1342,6 +1343,9 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai | |||
/.eslintignore @elastic/kibana-operations | |||
|
|||
# Appex QA | |||
/x-pack/test/functional/config.*.js @elastic/appex-qa | |||
/x-pack/test/functional/config.*.ts @elastic/appex-qa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to use /x-pack/test/functional/config.*.*
or convert those few to .ts
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converting would be way outside of the scope and I've thousands more assignments to go through.
But a better glob sounds great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
appex-qa
changes lgtm,
but maybe we can convert .js
configs to .ts
as part of this PR as it is relatively simply one.
@@ -1342,6 +1343,9 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai | |||
/.eslintignore @elastic/kibana-operations | |||
|
|||
# Appex QA | |||
/x-pack/test/functional/config.*.js @elastic/appex-qa | |||
/x-pack/test/functional/config.*.ts @elastic/appex-qa | |||
/x-pack/test/api_integration/ftr_provider_context.d.ts @elastic/appex-qa # Maybe this should be a glob? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, not sure how many of those are not owned by us
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah at first glance, I would guess many would be owned by us.
But not certain :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kibana-presentation changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:
/x-pack/test/common/utils/security_solution/detections_response @elastic/security-detections-response
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
|
Summary
Assigning ownership to as many files as possible, with as few reviewers as possible.
Assignment Reasons
Assigned upgrade_assistant due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/upgrade_assistant/kibana.jsonc#L4
Assigned watcher due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/watcher/kibana.jsonc#L4
Assigned ingest_pipelines due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/ingest_pipelines/kibana.jsonc#L4
Assigned security solutions services only due to the name
Assigned detections_response due to the name
Assigned dashboard due to the name
Assigned index management due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/index_management/kibana.jsonc#L4
Assigned ilm due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/index_lifecycle_management/kibana.jsonc#L4
Contributes to: #194817