rdev/internal/worker
jordan 9226454b85
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status
- Add UndeployAll() using label selectors to clean up monorepo components
  on project deletion (replaces name-based Undeploy in DeleteProject and
  the direct undeploy handler)
- Add ResourceGC background worker that periodically finds K8s resources
  whose project label has no matching DB record, deletes after 1h safety
  window
- Widen deployer client type from *kubernetes.Clientset to
  kubernetes.Interface for testability
- UndeployAll accumulates errors via errors.Join instead of failing fast
- Add checkout/checkin sidecar dev flow: temporary git tokens, branch
  checkout, review on checkin with cleanup workers
- Add interactive sessions: pod binding, command execution, SSE streaming,
  ephemeral preview URLs with session cleanup workers
- Add GET /workers/pool endpoint for aggregate capacity and queue depth
- Add sessions:read and sessions:execute auth scopes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 19:11:28 -07:00
..
api_client_test.go fix: wire workService to WorkersHandler and add /work/tasks endpoint 2026-02-06 10:35:39 -07:00
api_client.go fix: worker graceful shutdown and RWO PVC compatibility 2026-02-06 00:35:00 -07:00
build_executor.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
checkout_cleanup.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
external_health_test.go feat: add diagnostics endpoint and external health monitoring 2026-02-03 19:10:56 -07:00
external_health.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
http_build_executor.go feat: enterprise worker pool with HTTP sidecar pattern 2026-02-05 16:21:11 -07:00
http_sdlc_executor.go feat: enterprise worker pool with HTTP sidecar pattern 2026-02-05 16:21:11 -07:00
mock_test.go fix: wire workService to WorkersHandler and add /work/tasks endpoint 2026-02-06 10:35:39 -07:00
operation_cleanup.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
pod_git_operations.go fix: preserve work on build retry, clear stale audit data 2026-02-07 08:40:36 -07:00
queue_maintenance_test.go fix: wire workService to WorkersHandler and add /work/tasks endpoint 2026-02-06 10:35:39 -07:00
queue_maintenance.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
queue_processor.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
resource_gc_test.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
resource_gc.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
sdlc_executor_test.go fix: go.work race condition with batch components and idempotent provisioning 2026-02-05 12:31:40 -07:00
sdlc_executor.go fix(sdlc): persist branch metadata on main before feature branch creation 2026-02-09 08:36:10 -07:00
session_cleanup.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
timeouts.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00
verify_executor_test.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
verify_executor.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
work_executor_test.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00
work_executor.go fix: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -07:00