Skip to content

Commit

Permalink
chore: Reorganize and refresh CODEOWNERS
Browse files Browse the repository at this point in the history
We didn't have a codeowner for `/compute`, so nobody was auto-assigned
for PRs like #9973

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.
  • Loading branch information
ololobus committed Dec 5, 2024
1 parent db79304 commit 6b9cff8
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
/.github/ @neondatabase/developer-productivity
/compute_tools/ @neondatabase/control-plane @neondatabase/compute
/libs/pageserver_api/ @neondatabase/storage
/libs/postgres_ffi/ @neondatabase/compute @neondatabase/storage
/libs/proxy/ @neondatabase/proxy
/libs/remote_storage/ @neondatabase/storage
/libs/safekeeper_api/ @neondatabase/storage
# Autoscaling
/libs/vm_monitor/ @neondatabase/autoscaling
/pageserver/ @neondatabase/storage

# DevProd
/.github/ @neondatabase/developer-productivity

# Compute
/pgxn/ @neondatabase/compute
/pgxn/neon/ @neondatabase/compute @neondatabase/storage
/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
/vendor/ @neondatabase/compute
/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

0 comments on commit 6b9cff8

Please sign in to comment.