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: incorrect codeowner organization: neondatabase/safekeepers 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/compute Line: 10: incorrect codeowner organization: neondatabase/safekeepers Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: neondatabase/proxy Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: neondatabase/safekeepers Line: 12: no users/groups matched Line: 13: incorrect codeowner organization: neondatabase/compute Line: 13: no users/groups matched
John Spray 66fc465484 Clean up 'attachment service' names to storage controller (#7326)
The binary etc were renamed some time ago, but the path in the source
tree remained "attachment_service" to avoid disruption to ongoing PRs.
There aren't any big PRs out right now, so it's a good time to cut over.

- Rename `attachment_service` to `storage_controller`
- Move it to the top level for symmetry with `storage_broker` & to avoid
mixing the non-prod neon_local stuff (`control_plane/`) with the storage
controller which is a production component.
2024-04-05 16:18:00 +01:00

14 lines
578 B
Plaintext

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