Files
neon/CODEOWNERS
Line: 1: incorrect codeowner organization: neondatabase/control-plane Line: 1: incorrect codeowner organization: neondatabase/compute Line: 1: no users/groups matched Line: 2: incorrect codeowner organization: neondatabase/storage Line: 2: no users/groups matched Line: 3: incorrect codeowner organization: neondatabase/storage Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: neondatabase/compute Line: 4: no users/groups matched Line: 5: incorrect codeowner organization: neondatabase/storage Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: neondatabase/safekeepers Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: neondatabase/autoscaling Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: neondatabase/storage Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: neondatabase/compute Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: neondatabase/proxy Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: neondatabase/safekeepers Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: neondatabase/compute Line: 12: no users/groups matched
John Spray 532b0fa52b Revise CODEOWNERS (#6840)
## Problem

- Current file has ambiguous ownership for some paths
- The /control_plane/attachment_service is storage specific & updates
there don't need to request reviews from other teams.

## Summary of changes

- Define a single owning team per path, so that we can make reviews by
that team mandatory in future.
- Remove the top-level /control_plane as no one specific team owns
neon_local, and we would rarely see a PR that exclusively touches that
path.
- Add an entry for /control_plane/attachment_service, which is newer
storage-specific code.
2024-02-21 15:45:22 +00:00

13 lines
506 B
Plaintext

/compute_tools/ @neondatabase/control-plane @neondatabase/compute
/control_plane/attachment_service @neondatabase/storage
/libs/pageserver_api/ @neondatabase/storage
/libs/postgres_ffi/ @neondatabase/compute
/libs/remote_storage/ @neondatabase/storage
/libs/safekeeper_api/ @neondatabase/safekeepers
/libs/vm_monitor/ @neondatabase/autoscaling
/pageserver/ @neondatabase/storage
/pgxn/ @neondatabase/compute
/proxy/ @neondatabase/proxy
/safekeeper/ @neondatabase/safekeepers
/vendor/ @neondatabase/compute