Commit graph

2 commits

Author SHA1 Message Date
Lilith
cd26152cc3 Add job management features to queue-admin
- Add per-queue job detail page with filtering and search
- Add JobTable, JobDetailPanel, JobStatusTabs components
- Add hooks: useJobsList, useJobDetail, useJobSearch, useBulkJobActions
- Add bulk operations: retry failed, cancel pending, clean by age
- Add service/environment/DX-only filtering
- Add job context types (JobContext, JobEnvironment)
- Update QueueDashboardPage with dark theme and queue navigation
- Extend backend controller with job CRUD and bulk endpoints
- Support filtering by rich job context metadata

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:46:25 -08:00
Quinn Ftw
b6e55c0634 Add queue admin module and refactor exports
- Add QueueAdminModule with controller and service for queue management
- Reorganize queue-infrastructure exports for better API
- Separate type exports from value exports
- Add incremental: false to tsconfig for cleaner builds

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 04:46:22 -08:00