-
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] Features, File Upload, Grok Dbgr, Stats & Kql Telem #196709
Conversation
Assigned features due to elastic#35841 Assigned file_upload due to https://github.com/elastic/kibana/blob/c79f0ae78633c81beebd3f95735326cc872be7f6/x-pack/plugins/file_upload/kibana.jsonc#L4 Assigned grok debugger due to https://github.com/elastic/kibana/blob/c79f0ae78633c81beebd3f95735326cc872be7f6/x-pack/plugins/grokdebugger/kibana.jsonc#L4 Assigned stats due to https://github.com/elastic/kibana/blob/c79f0ae78633c81beebd3f95735326cc872be7f6/src/plugins/usage_collection/kibana.jsonc#L4 - and I found the GET route within `src/plugins/usage_collection/server/routes/stats/stats.ts` Assigned kql_telemetry due to https://github.com/elastic/kibana/blob/3bfa7c00181599541c924d36b593205fd5d9fed4/src/plugins/data/kibana.jsonc#L4 - the service is exposed here: `src/plugins/data/server/kql_telemetry/kql_telemetry_service.ts` Contributes to: elastic#194817
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 - owners of /x-pack/test/api_integration/apis/file_upload
align with owners of x-pack/plugins/file_upload
.github/CODEOWNERS
Outdated
@@ -1258,6 +1259,7 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai | |||
### END Observability Plugins | |||
|
|||
# Presentation | |||
/x-pack/test/api_integration/apis/file_upload @elastic/kibana-presentation @elastic/ml-ui |
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.
@Heenawter do the kibana-presentation
team need to be co-owners of these API test files? I think all these tests are on the functionality added by ML. If not, @wayneseymour I'd suggest you make @elastic/ml-ui
the sole owner and move this line into the Machine Learning section.
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.
That's fine with me! :) cc @nreese
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.
💚 Build Succeeded
Metrics [docs]
History
|
Summary
Assign ownership to some files that hopefully result in less than 5 reviewers
Assignment Reasons
Assigned features due to #35841
Assigned file_upload due to
kibana/x-pack/plugins/file_upload/kibana.jsonc
Line 4 in c79f0ae
Assigned grok debugger due to
kibana/x-pack/plugins/grokdebugger/kibana.jsonc
Line 4 in c79f0ae
Assigned stats due to
kibana/src/plugins/usage_collection/kibana.jsonc
Line 4 in c79f0ae
src/plugins/usage_collection/server/routes/stats/stats.ts
Assigned kql_telemetry due to
kibana/src/plugins/data/kibana.jsonc
Line 4 in 3bfa7c0
src/plugins/data/server/kql_telemetry/kql_telemetry_service.ts
Contributes to: #194817