-
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] Assign guided_onboarding, etc #198044
Merged
wayneseymour
merged 14 commits into
elastic:main
from
wayneseymour:assign-guided-onboarding-etc
Nov 5, 2024
Merged
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
14468f3
Code owners check - match files and directories
pheyos 63e1fc5
Merge branch 'adjust_co_check_script' of github.com:pheyos/kibana; br…
wayneseymour ddc568f
Merge branch 'main' of github.com:elastic/kibana
wayneseymour d0ee568
Merge branch 'main' of github.com:elastic/kibana
wayneseymour 53d066b
Merge branch 'main' of github.com:elastic/kibana
wayneseymour c5f5d67
Merge branch 'main' of github.com:elastic/kibana
wayneseymour 78742b9
Merge branch 'main' of github.com:elastic/kibana
wayneseymour e9b9006
Merge branch 'main' of github.com:elastic/kibana into assign-guided-o…
wayneseymour f179f58
[FTR][Ownership] Assign guided_onboarding, etc
wayneseymour 3362d8d
Merge branch 'main' of github.com:elastic/kibana into assign-guided-o…
wayneseymour 88cbe04
add entry per cr
wayneseymour e0f7eee
Merge branch 'main' into assign-guided-onboarding-etc
elasticmachine d484448
drop disputed for now
wayneseymour aa2281d
Merge branch 'main' into assign-guided-onboarding-etc
elasticmachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It looks like the Core team created these tests (#84316). @elastic/kibana-core would you prefer to retain ownership or transfer ownership to us? We're fine taking ownership if that is your preference.
@wayneseymour there is an existing directive for
x-pack/test/functional_cors/plugins/kibana_cors_test
that is assigned to us, which should be removed, as the directive you're adding is broader scope. FWIW we're not sure how we got ownership of this one.This brings up the point that directives will override each other and there is no feasible way to test for this. So when adding new directives, it's important to check for any overlapping directives to remove redundancies or unwanted overrides.
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.
Great point kind sir, great point. I'll do my best to double check!
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.
Looks like it was assigned here: #148130
There are too many files in that pr to hunt down without proper provocation.
That said, if that all checks out, this means that x-pack/test/functional_cors/plugins/kibana_cors_test @elastic/kibana-security is a default assignment.
IIRC that means this is a default assignment (assigned via a kibana.jsonc with kbn-generate), that can be overriden by re-assigning lower in the codeowners file.
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.
Dropping the disputed line for now. Will follow up in another pr later
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.
We own the implementation and the jest tests https://github.com/elastic/kibana/blob/dont-migrate-partial-docs/packages/core/http/core-http-server-internal/src/http_config.test.ts#L430 so I think it makes sense for Core to own this E2E test too.
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.
Thanks Rudolf!