-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: update CODEOWNERS for new crate structure #8601
Conversation
CODEOWNERS
Outdated
crates/stages-api/ @onbjerg @rkrasiuk @shekhirin | ||
crates/static-file @joshieDo @shekhirin | ||
crates/static-file/ @joshieDo @shekhirin | ||
crates/static-file-types/ @joshieDo @shekhirin | ||
crates/storage/ @rakita @joshieDo @shekhirin |
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.
think we need to unpack this folder at some point, it contains so much code by diff authors i think it makes sense to be granular
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.
any suggestions on owners for each subfolder?
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.
the owner set will be roughly the same, but i think it makes sense to be granular still, esp when/if these are refactored, so i think
crates/storage/codecs @joshieDo
crates/storage/db @joshieDo @rakita
crates/storage/db-api @joshieDo @rakita # think these were written primarily by joshie/dragan?
crates/storage/libmdbx-rs @rakita # think dragan has primarily been maintaining this
crates/storage/nippy-jar @joshieDo @shekhirin
crates/storage/provider @rakita @joshieDo @shekhirin
storage-api/errors/db-common i have no idea
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.
no idea why formatting is so bad, they are aligned when editing the comment
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.
copied this, tried to fill all the subfolders for storage
c5b4fe6
to
99441c3
Compare
This updates CODEOWNERS for the current folder structure we have, removed some things that no longer exist, and tried to assign people to paths
If anyone wants on / off one of these folders, please comment!
I'm not sure who to put on
fs-util
, so I would like feedback on that