Commit graph

10 commits

Author SHA1 Message Date
Lilith
d1defdca9c chore: bump version to 1.3.1 2026-01-04 16:33:50 -08:00
Lilith
4f1f4e4ed3 feat(admin/frontend): add page components and dashboard utilities
Add page-level components for queue administration:
- QueueDashboardPage: Overview of all queues with summary stats
- QueueDetailPage: Detail view with job management
- QueueGrid: Grid layout for queue cards
- QueueSummaryBar: Aggregated statistics bar
- useJobSearch: Hook for job search functionality

Bump version to 1.3.0

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 16:33:40 -08:00
Lilith
b788862c87 chore: bump version to 1.2.3 2026-01-02 20:59:27 -08:00
Lilith
cf67afbbe1 chore: bump version to 1.2.2 2026-01-02 20:51:35 -08:00
Lilith
134fe53b40 🔖 Bump version to 1.2.1 2026-01-01 19:06:57 -08:00
Lilith
1d2458f0c0 🔖 Bump version to 1.2.0 2026-01-01 16:48:17 -08:00
Lilith
62ff55a1ca chore: bump version to 1.1.1 2025-12-31 01:12:35 -08:00
Lilith
1e10dec685 chore: bump version to 1.1.0 2025-12-31 01:07:46 -08:00
Lilith
822641ea0a ♻️ Consolidate @queue into unified @lilith/queue package
Merge all subpackages into single npm package with subpath exports:
- @lilith/queue/core - Core types, constants, and utilities
- @lilith/queue/nestjs - NestJS integration
- @lilith/queue/ml - ML batching strategies
- @lilith/queue/reporting - TypeORM entities and analytics
- @lilith/queue/bull-adapter - BullMQ adapter
- @lilith/queue/admin/backend - Admin API
- @lilith/queue/admin/frontend - React components

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:28:16 -08:00
Lilith
8c2c6f4d85 feat: consolidate @queue packages into unified monorepo
Restructure the queue ecosystem from fragmented per-package git repos
into a single unified repository for coordinated versioning and simpler
maintenance.

Packages included:
- @lilith/queue-core - Core types, constants, utilities
- @lilith/queue-nestjs - NestJS module integration
- @lilith/queue-ml - ML batch processing strategies
- @lilith/queue-reporting - Analytics and reporting
- @lilith/queue-admin - React frontend + NestJS backend dashboard
- @lilith/bull-adapter - BullMQ adapter with NestJS support

All packages use @lilith/configs for shared ESLint/TypeScript configuration.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 18:57:45 -08:00