rdev/internal/adapter/postgres
jordan 3dbde72966
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add claude_id tracking and session improvements for interactive dev
- Add claude_id field to sessions (migration 026) for tracking Claude
  process IDs across pod restarts
- Extend session repository with UpdateClaudeID and session lookup methods
- Improve kubernetes executor with better error handling and exec streaming
- Add claudebox client/server improvements for session lifecycle
- Expand sessions handler with exec streaming endpoint
- Add comprehensive tests for sessions and kubernetes executor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 00:20:32 -07:00
..
apikey_helpers_test.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
apikey_repository_test.go feat: Expose Woodpecker pipeline errors in API response 2026-01-28 16:16:36 -07:00
apikey_repository.go feat: implement project access enforcement and management API 2026-02-21 15:38:37 -07:00
audit_logger_test.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
audit_logger.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
blueprint_repository.go feat(foundary): implement complete backend for conversational project design 2026-02-09 00:50:46 -07:00
build_audit_test.go fix: Persist build audit status when worker claims task 2026-01-29 21:25:04 -07:00
build_audit.go fix: preserve work on build retry, clear stale audit data 2026-02-07 08:40:36 -07:00
build_events.go chore: prepare for composable monorepo template implementation 2026-01-31 11:39:28 -07:00
checkout_repository.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
command_queue_test.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
command_queue.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
conversation_repository.go feat(foundary): implement complete backend for conversational project design 2026-02-09 00:50:46 -07:00
credential_store.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
operation_repo.go feat: add operations audit system and template improvements 2026-02-01 19:08:57 -07:00
project_domain.go feat: Add multi-domain support with auto-generated slugs for landing page cookbook 2026-01-28 12:55:59 -07:00
question_repository.go feat(foundary): implement complete backend for conversational project design 2026-02-09 00:50:46 -07:00
rate_limiter_test.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
rate_limiter.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
saga_repository.go feat(saga): implement enterprise-grade resilience architecture 2026-02-08 01:58:02 -07:00
session_repository.go feat: add claude_id tracking and session improvements for interactive dev 2026-02-24 00:20:32 -07:00
webhook_test.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
webhook.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
work_queue_queries.go fix: wire workService to WorkersHandler and add /work/tasks endpoint 2026-02-06 10:35:39 -07:00
work_queue.go fix: clear stale error when dequeuing work tasks 2026-02-07 08:51:34 -07:00
worker_registry_test.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
worker_registry.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00