Commit graph

16 commits

Author SHA1 Message Date
Lilith
ec78ba2ec3 chore(deps): 🔧 Update dependency JSON configuration files (7 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 23:46:32 -08:00
Lilith
24704c66d8 deps-upgrade: ⬆️ Upgrade dependencies in admin/backend, admin/frontend, bull-adapter, core, ml, nestjs, and reporting to latest stable versions 2026-01-23 07:19:03 -08:00
Lilith
e0029e15b3 chore(backend): 🔧 Update TypeScript backend files 2026-01-23 07:12:57 -08:00
Lilith
49efc44c20 chore(config): 🔧 Update TypeScript config files across 8 modules 2026-01-21 12:54:46 -08:00
Lilith
e0fad7ab1d deps-upgrade(cross-package): ⬆️ Upgrade dependencies across admin/backend, admin/frontend, bull-adapter, core, ml, nestjs, and reporting packages 2026-01-21 12:54:46 -08:00
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
285de6673a 🔧 migrate to @lilith namespace, remove gitlab-ci.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:35:24 -08:00
Lilith
f9eb7750c8 📝 Update documentation to reflect @lilith/queue package structure
Update import examples and package references throughout documentation
to use the new unified @lilith/queue/* 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:28:34 -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