rdev/internal/adapter
jordan 4a18b1cd07 fix: Persist build audit status when worker claims task
Root cause: WorkerService.ClaimTask() was modifying the audit entry
in memory but never persisting it to the database. This caused build
tasks to remain stuck at "pending" status even after being claimed.

Changes:
- Add UpdateStatus method to port.BuildAudit interface
- Implement UpdateStatus in postgres.BuildAuditRepository
- Fix ClaimTask to call audit.UpdateStatus() to persist status
- Add test coverage for audit update during task claim
- Update all mock implementations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 21:25:04 -07:00
..
cached feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
cloudflare feat: Complete automation gaps for repeatable project deployments 2026-01-29 15:18:31 -07:00
codeagent feat: Add multi-provider code agent interface with Claude Code and OpenCode adapters 2026-01-27 09:25:51 -07:00
deployer feat: Complete automation gaps for repeatable project deployments 2026-01-29 15:18:31 -07:00
gitea feat: Complete automation gaps for repeatable project deployments 2026-01-29 15:18:31 -07:00
kubernetes feat: Add multi-provider code agent interface with Claude Code and OpenCode adapters 2026-01-27 09:25:51 -07:00
memory feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
postgres fix: Persist build audit status when worker claims task 2026-01-29 21:25:04 -07:00
templates feat: Complete automation gaps for repeatable project deployments 2026-01-29 15:18:31 -07:00
woodpecker feat: Expose Woodpecker pipeline errors in API response 2026-01-28 16:16:36 -07:00