rdev/internal/worker
jordan 62a9bbb237
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: resolve 7 root causes causing cookbook deployment failures
RC-1: Gitea org fallback already removed (no-op, confirmed)
RC-3: Push/pull now explicitly target origin main (HEAD:main) in both
  pod_git_operations.go and claudebox/git.go — fixes Woodpecker webhook
  trigger by ensuring pushes always land on the main branch
RC-4: wait_for_pipeline records baseline pipeline number before polling;
  only returns success when a NEWER pipeline completes — prevents false
  positive when a prior pipeline was already success
RC-5: Redis WRONGPASS fixed on live persona-community-5 instance; platform
  gap noted (no reprovision endpoint for Redis ACL drift)
RC-6: Removed on_error:continue from all infra provisioning steps (add-db,
  add-redis) across persona-community, slackpath-2/3/4/5 trees — infra
  failures now fail the tree instead of silently continuing to a crash
RC-7: Added .pnpm-store/ to skeleton .gitignore — prevents thousands of
  cache files being committed by agents after pnpm install
RC-2: Updated all 12 cookbook trees — git_clone_url jordan/ → threesix/
  (24 occurrences across all slackpath, aeries, full-stack, genkit trees)
Also: strings.Cut and strings.SplitSeq lint fixes in pod_git_operations.go
  and claudebox/git.go

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 18:49:09 -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 refactor: add timeout constants for agent execution tiers 2026-02-11 10:48:24 -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 refactor: add timeout constants for agent execution tiers 2026-02-11 10:48:24 -07:00
http_sdlc_executor.go fix(git): harden git flow for concurrent SDLC stress test failures 2026-02-10 20:57:27 -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 7 root causes causing cookbook deployment failures 2026-02-24 18:49:09 -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(git): harden git flow for concurrent SDLC stress test failures 2026-02-10 20:57:27 -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 refactor: add timeout constants for agent execution tiers 2026-02-11 10:48:24 -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 refactor: add timeout constants for agent execution tiers 2026-02-11 10:48:24 -07:00