gitdataai/apps
ZhenYi 0b5dc98ce5
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
refactor(db): simplify read-replica to single connection for CNPG
CNPG's cluster-ro service already handles load balancing and failover,
so the application-level Vec + random_range is redundant.

- db_read: Vec<DatabaseConnection> → Option<DatabaseConnection>
- database_read_replicas returns Option<String> instead of Vec<String>
- health checks now explicitly ping both writer() and reader()
- remove unused rand dependency from libs/db
2026-04-26 01:03:39 +08:00
..
adminrpc chore(admin): remove all metrics/observability features 2026-04-23 15:42:00 +08:00
app refactor(db): simplify read-replica to single connection for CNPG 2026-04-26 01:03:39 +08:00
email refactor(db): simplify read-replica to single connection for CNPG 2026-04-26 01:03:39 +08:00
git-hook refactor(db): simplify read-replica to single connection for CNPG 2026-04-26 01:03:39 +08:00
gitserver fix(gitserver,git-hook): pass defer argument to init_tracing_subscriber 2026-04-22 23:32:43 +08:00
migrate init 2026-04-15 09:08:09 +08:00
operator fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
static fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00