Commit graph

10 commits

Author SHA1 Message Date
Lilith
2e71eba084 fix(@queue): 🐛 resolve duplicate exclude directives in multiple files 2026-01-09 20:10:38 -08:00
Lilith
abbc35aa85 chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:15 -08:00
Lilith
d64eca8875 chore: update @lilith/queue - 8 files changed 2026-01-05 02:51:33 -08:00
Lilith
2f65c6cdb8 Add DX mode, job context, and admin UI components
Backend:
- Add JobContext types for service attribution and filtering
- Add DxModeService for development experience priority elevation
- Add bulk operations: retryAllFailed, cancelPending, cleanByAge
- Add context-aware filtering to getJobs
- Add search jobs endpoint across queues

Frontend:
- Add BulkActionsBar component for bulk job operations
- Add JobStatusTabs component for status filtering
- Add SearchBar component with debouncing
- Add ServiceFilter component (generic, accepts services as prop)
- Add JobDetailPanel slide-over component
- Add useJobDetail and useBulkJobActions hooks
- Add bulk operation types to frontend

Core:
- Add JobContext and EnrichedJobData types
- Add DX mode utilities for priority resolution
- Add BulkOperationResult type

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:48:00 -08:00
Lilith
7a162b4b8a ♻️ Update imports from @transquinnftw/queue-* to @lilith/queue/*
Migrate all internal imports to use the new unified package paths:
- @transquinnftw/queue-core → @lilith/queue/core
- @transquinnftw/queue-nestjs → @lilith/queue/nestjs
- @transquinnftw/queue-ml → @lilith/queue/ml
- @transquinnftw/queue-reporting → @lilith/queue/reporting

Also fix cron type compatibility issue in base-scheduler.ts.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:28:26 -08:00
Lilith
3a9c5c13f8 🔥 Remove eslint config files that depended on external package
Removed eslint.config.cjs files that required @transquinnftw/configs.
ESLint will be reconfigured separately if needed.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:28:07 -08:00
Lilith
b40adefd11 🔥 Remove individual subpackage package.json files
Part of consolidation into unified @lilith/queue package with subpath exports.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:27:54 -08:00
Lilith
4ca9d324fc 🔧 Add unified TypeScript and Vitest configuration
- Create tsconfig.base.json with path aliases for @lilith/queue/* imports
- Add vitest.config.ts with workspace projects for proper test environments
- Update all subpackage tsconfigs to extend the base config

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:27:44 -08:00
Lilith
23d7871f5f chore: migrate from GitLab to Forgejo
- Update all package.json publishConfig to use forge.nasty.sh
- Remove GitLab CI configuration
- Set git remote to forge.nasty.sh/lilith/queue

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 19:09:02 -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