rdev/internal/worker
jordan d74efb75ff fix: wire workService to WorkersHandler and add /work/tasks endpoint
Critical fix: WorkersHandler was missing workService dependency, causing
500 errors when workers tried to fail tasks. This caused tasks to get
stuck in "running" state permanently.

Also adds:
- /work/tasks endpoint for debugging all tasks across projects
- List method to WorkQueue interface for admin views
- HTTP client tests for api_client.go and claudebox/client.go (48 tests)
- Split work.go DTOs into work_dto.go to stay under 500 lines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 10:35:39 -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
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: resolve systemic debt in worker and skeleton templates 2026-02-04 23:44:55 -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
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: go.work race condition with batch components and idempotent provisioning 2026-02-05 12:31:40 -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