Files
neon/CODEOWNERS
Line: 2: incorrect codeowner organization: neondatabase/autoscaling Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: neondatabase/developer-productivity Line: 5: no users/groups matched Line: 8: incorrect codeowner organization: neondatabase/compute 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: no users/groups matched Line: 11: incorrect codeowner organization: neondatabase/compute Line: 11: no users/groups matched Line: 14: incorrect codeowner organization: neondatabase/proxy Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: neondatabase/proxy Line: 15: no users/groups matched Line: 18: incorrect codeowner organization: neondatabase/storage Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: neondatabase/storage Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: neondatabase/storage Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: neondatabase/storage Line: 21: no users/groups matched Line: 22: incorrect codeowner organization: neondatabase/storage Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: neondatabase/storage Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: neondatabase/storage Line: 24: no users/groups matched Line: 27: incorrect codeowner organization: neondatabase/compute Line: 27: incorrect codeowner organization: neondatabase/storage Line: 27: no users/groups matched Line: 28: incorrect codeowner organization: neondatabase/compute Line: 28: incorrect codeowner organization: neondatabase/control-plane Line: 28: no users/groups matched Line: 29: incorrect codeowner organization: neondatabase/compute Line: 29: incorrect codeowner organization: neondatabase/storage Line: 29: no users/groups matched
Alexey Kondratov fa07097f2f chore: Reorganize and refresh CODEOWNERS (#10008)
## 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.
2024-12-06 11:44:50 +00:00

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