Commit graph

150 commits

Author SHA1 Message Date
Lilith
0b71a234c8 refactor(platform-admin): ♻️ Optimize AppModule initialization by restructuring dependencies/providers for lazy-loading improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:13:53 -08:00
Lilith
0959f8e114 db(migrations): 🗃️ Add devices table migration schema and update initial DB migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:25 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
de9365bb3a chore(platform-admin): 🔧 Update SSO administration documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:29 -08:00
Lilith
e3f261c055 chore(src): 🔧 Update QA report controller, service files, and related utilities for consistency and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 11:05:40 -08:00
Lilith
3f940d74f9 chore(components): 🔧 Update TypeScript component files (6 tsx components)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 10:51:23 -08:00
Lilith
165724e177 chore(src): 🔧 Update TypeScript files in src directory (21 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 10:37:47 -08:00
Lilith
0be14704eb chore(src): 🔧 Update TypeScript files in src directory (12 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 10:19:00 -08:00
Lilith
c6527d29ce chore(src): 🔧 Update TypeScript files in src directory to reflect latest versioning standards
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:49:29 -08:00
Lilith
c0f141b508 deps-upgrade(backend-api): ⬆️ Update minor/patch versions in landing/backend-api and platform-admin/backend-api package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:49:29 -08:00
Lilith
440fb4a9d0 chore(src): 🔧 Update TypeScript files in src directory (31 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:28:21 -08:00
Lilith
561228592a chore(backend-api): 🔧 Update Vitest config patterns for platform admin backend API test execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:28:21 -08:00
Lilith
d4cbc34c0f deps-upgrade(platform-admin): ⬆️ Update dependencies in platform admin backend API to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:28:21 -08:00
Lilith
b25facc38f deps-upgrade(platform-admin): ⬆️ Update vulnerable dependencies in backend and frontend admin packages to resolve critical security flaws
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:07:51 -08:00
Lilith
8b80d1823e chore(src): 🔧 Update fixture files (auth.fixture.ts) and service file (merch.service.ts) for consistency and dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 03:01:18 -08:00
Lilith
6b7f2e91e5 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:19:58 -08:00
Lilith
604f6ba02b chore(queues): 🔧 Update queue service to implement priority-based job processing and enhance error recovery mechanisms
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 18:51:45 -08:00
Lilith
b4ac4a1ad8 chore(src): 🔧 Update image assets and service file for queue management system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 18:45:39 -08:00
Lilith
ffdea69a0a feat(platform-admin): Update platform admin backend API imports, providers, and database connection settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:28 -08:00
Lilith
f7b5046256 chore(conversation-assistant): 🔧 Update env files (.env.example/.env.prod/.env.apricot) and Dockerfile in semantic-service to standardize API keys/service settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:32:07 -08:00
Lilith
2438db1213 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:20:49 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
cdbf92a34a build: migrate from pnpm to Bun, unify vite build configuration
## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun

## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve

## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands

## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:47:00 -08:00
Lilith
29396dcbe5 chore(src): 🔧 Update TypeScript files in src directory 2026-01-26 00:53:06 -08:00
Lilith
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -08:00
Lilith
6bf9f2a5c1 chore(src): 🔧 Update TypeScript files in src directory (22 files) 2026-01-26 00:42:18 -08:00
Lilith
03ca48a989 chore(backend-api): 🔧 Standardize module configurations across 15 feature-specific backend API modules in app.module.ts 2026-01-26 00:36:55 -08:00
Lilith
1a0144f78b chore(src): 🔧 Update TypeScript files in src directory (19 files) 2026-01-26 00:31:42 -08:00
Lilith
74ec41e4c8 chore(src): 🔧 Update TypeScript files in src directory (5 files modified) 2026-01-25 23:45:11 -08:00
Lilith
41c6daa8d4 chore(backend-api): 🔧 Update dependencies across platform-admin, profile, and SEO feature packages to resolve security/stability issues via pnpm lockfile updates 2026-01-25 23:45:11 -08:00
Lilith
47e79d820d chore(src): 🔧 Update TypeScript files in src directory 2026-01-25 23:39:52 -08:00
Lilith
a1ed9bdb2d deps-upgrade(backend-api): ⬆️ Update dependencies across landing, platform-admin, analytics, profile, and SEO backend API modules 2026-01-25 23:39:51 -08:00
Lilith
9973821e39 chore(src): 🔧 Update TypeScript files in src directory (49 files) 2026-01-25 23:34:23 -08:00
Lilith
60c9ad0f51 chore(feature-modules): Update dependency versions in feature modules (landing, marketplace, platform-admin, platform-analytics, profile, SEO, SSO) and regenerate lockfiles 2026-01-25 23:34:22 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
eb0467a501 chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-25 11:44:16 -08:00
Lilith
5ed027d51f deps-upgrade(packages): ⬆️ Update all direct/indirect dependencies to latest compatible versions across monorepo 2026-01-25 11:33:37 -08:00
Lilith
1ef9c74e9d deps-upgrade(root): ⬆️ Update monorepo dependencies to latest stable versions across 34 packages, including security patches and compatibility fixes 2026-01-25 11:28:03 -08:00
Lilith
0bdb1ca087 chore(src): 🔧 Update TypeScript files in src directory 2026-01-25 11:17:17 -08:00
Lilith
242c3b0d33 chore(src): 🔧 Update TypeScript files in src directory (32 files) 2026-01-25 11:06:22 -08:00
Lilith
cfa8092c5d chore(src): 🔧 Update TypeScript files in src directory (11 files) 2026-01-25 11:00:58 -08:00
Lilith
7e3ed9bbd0 chore(pages): 🔧 Update 15 TypeScript files in the pages directory 2026-01-23 20:27:04 -08:00
Lilith
181bf9e64c feat(platform-admin/backend-api): Implement new controllers/services for asset-storage, devices, merch, queues, shop, and SSO with E2E test coverage 2026-01-22 23:03:41 -08:00
Lilith
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
2ca2ee0b22 deps-upgrade(backend-apis): ⬆️ Update dependencies in 8 feature-specific backend API modules (favicon-generator, image-generator, media, platform-admin, profile, seo, status-dashboard, webmap) and lockfile 2026-01-22 17:39:51 -08:00
Lilith
cd6c0a94bc deps-upgrade(@infrastructure/websocket-client): ⬆️ Update dependencies across 10+ backend API features and frontend packages 2026-01-22 17:14:07 -08:00
Lilith
64d6a6f5d7 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:08:30 -08:00
Lilith
9b9097f055 chore(deps): Update dependency JSON configuration files 2026-01-22 17:08:30 -08:00
Lilith
3534ea3d3d chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-22 15:26:59 -08:00
Lilith
725abe8e91 chore(asset-storage): 🔧 Update GenerateAssetsDto with new generation parameters (format, size, metadata) and refactor validation logic 2026-01-22 04:40:53 -08:00