rdev/internal/adapter/kubernetes
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
..
client.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
executor.go fix: go.work race condition with batch components and idempotent provisioning 2026-02-05 12:31:40 -07:00
preview.go feat(sessions): add command execution endpoint and activity tracking 2026-02-13 08:41:05 -07:00
project_repository.go feat: add diagnostics endpoint and external health monitoring 2026-02-03 19:10:56 -07:00
sdlc_executor_test.go feat: add SDLC orchestration - library, CLI, and API integration 2026-02-02 09:57:05 -07:00
sdlc_executor.go feat: add artifact pass/fail/needs-fix lifecycle for SDLC execution phases 2026-02-02 22:14:53 -07:00