mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
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.
14 lines
578 B
Plaintext
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
|