rdev/internal/adapter/postgres
jordan 7249575dea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(sessions): add command execution endpoint and activity tracking
- Add POST /sessions/:id/exec endpoint for executing commands in sessions
- Add session activity tracking (last_activity_at timestamp)
- Add database migration 024 for session activity column
- Add comprehensive tests for session handlers and service layer
- Add wildcard TLS certificate for preview.threesix.ai subdomain
- Add infrastructure mocks for testing preview service
- Refactor preview cleanup logic to remove unused methods
- Add AIOS core documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-13 08:41:05 -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 hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -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(sessions): add command execution endpoint and activity tracking 2026-02-13 08:41:05 -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