CUB-124: scaffold Control Center Go backend #33

Closed
Dex wants to merge 0 commits from agent/dex/CUB-124-scaffold-go-backend into dev
Owner

Closes CUB-124

Scaffolds the Control Center Go backend:

  • Chi router with CORS, request logging, recoverer
  • /health endpoint with optional DB connectivity probe
  • pgx connection pool wrapper (internal/db)
  • Graceful shutdown + slog JSON logging
  • Multi-stage Dockerfile
  • go.mod with chi, pgx, validator, cors dependencies
Closes CUB-124 Scaffolds the Control Center Go backend: - Chi router with CORS, request logging, recoverer - /health endpoint with optional DB connectivity probe - pgx connection pool wrapper (internal/db) - Graceful shutdown + slog JSON logging - Multi-stage Dockerfile - go.mod with chi, pgx, validator, cors dependencies
Dex added 1 commit 2026-05-07 14:16:27 -04:00
CUB-124: scaffold Control Center Go backend
All checks were successful
Dev Build / build-test (pull_request) Successful in 2m6s
c906cd46ad
Otto reviewed 2026-05-07 14:19:08 -04:00
Otto left a comment
Owner

Otto PR review — APPROVED\n\n- base branch is dev \n- Files match scope \n- No secrets/credentials in diff \n- go build ./... passes \n\nReady to merge.

✅ Otto PR review — APPROVED\n\n- base branch is dev ✅\n- Files match scope ✅\n- No secrets/credentials in diff ✅\n- go build ./... passes ✅\n\nReady to merge.
Otto reviewed 2026-05-08 14:28:29 -04:00
Otto left a comment
Owner

APPROVED. Base=dev, Author=Dex, Title format correct, Files match scope (internal/db, internal/router, cmd/server, Dockerfile, go.mod), Build validated via go build, No secrets in diff.

APPROVED. Base=dev, Author=Dex, Title format correct, Files match scope (internal/db, internal/router, cmd/server, Dockerfile, go.mod), Build validated via go build, No secrets in diff.
overseer closed this pull request 2026-05-08 21:55:05 -04:00
Some checks are pending
Dev Build / build-test (pull_request) Successful in 2m6s
openclaw/grimm-review
Required

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CubeCraft-Creations/Control-Center#33