mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem We didn't have a codeowner for `/compute`, so nobody was auto-assigned for PRs like #9973 ## Summary of changes While on it: 1. Group codeowners into sections. 2. Remove control plane from the `/compute_tools` because it's primarily the internal `compute_ctl` code. 3. Add control plane (and compute) to `/libs/compute_api` because that's the shared public interface of the compute.
30 lines
821 B
Plaintext
30 lines
821 B
Plaintext
# Autoscaling
|
|
/libs/vm_monitor/ @neondatabase/autoscaling
|
|
|
|
# DevProd
|
|
/.github/ @neondatabase/developer-productivity
|
|
|
|
# Compute
|
|
/pgxn/ @neondatabase/compute
|
|
/vendor/ @neondatabase/compute
|
|
/compute/ @neondatabase/compute
|
|
/compute_tools/ @neondatabase/compute
|
|
|
|
# Proxy
|
|
/libs/proxy/ @neondatabase/proxy
|
|
/proxy/ @neondatabase/proxy
|
|
|
|
# Storage
|
|
/pageserver/ @neondatabase/storage
|
|
/safekeeper/ @neondatabase/storage
|
|
/storage_controller @neondatabase/storage
|
|
/storage_scrubber @neondatabase/storage
|
|
/libs/pageserver_api/ @neondatabase/storage
|
|
/libs/remote_storage/ @neondatabase/storage
|
|
/libs/safekeeper_api/ @neondatabase/storage
|
|
|
|
# Shared
|
|
/pgxn/neon/ @neondatabase/compute @neondatabase/storage
|
|
/libs/compute_api/ @neondatabase/compute @neondatabase/control-plane
|
|
/libs/postgres_ffi/ @neondatabase/compute @neondatabase/storage
|