Lilith
604b69355f
chore(platform-admin): 🔧 Update admin dashboard configuration templates
2026-01-20 16:55:07 -08:00
Lilith
48ff5c44fa
chore(src): 🔧 Update region notification service, MinIO module, and related configuration files
2026-01-20 16:24:42 -08:00
Lilith
6e37858c10
chore(src): 🔧 Update core module imports, dependency injections, and configuration files
2026-01-20 16:14:30 -08:00
Lilith
cba225c039
chore(search, shop, seo-events): 🔧 Refactor module configs for search and shop services
2026-01-20 13:46:13 -08:00
Lilith
a6e6fd4f34
chore(src): 🔧 Update TypeScript utility files in src directory
2026-01-20 13:41:03 -08:00
Lilith
566e07b666
chore(src): 🔧 Update asset storage controller logic and file structure for new API endpoints
2026-01-20 12:07:39 -08:00
Lilith
bc1346231f
chore(asset-storage): 🔧 Enhance asset storage infrastructure
2026-01-20 11:41:25 -08:00
Lilith
ffd95f1997
deps-upgrade(platform-admin/backend-api, truth-validation/client/typescript): ⬆️ Update backend API and client dependencies to latest minor/patch versions
2026-01-20 10:25:06 -08:00
Lilith
b3965f83f8
chore(src): 🔧 Update TypeScript files in src directory
2026-01-20 06:33:24 -08:00
Lilith
86446c96e1
chore(backend-api): 🔧 Set up @infrastructure/analytics-client integration in feature modules' main.ts files
2026-01-20 06:22:57 -08:00
Lilith
23af789fd8
chore(src): 🔧 Update TypeScript files in src directory
2026-01-20 05:39:28 -08:00
Lilith
d610817391
chore(features): 🔧 Upgrade dependencies in 12 feature modules and regenerate pnpm-lock.yaml
2026-01-18 16:07:44 -08:00
Lilith
c436501812
security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities
2026-01-18 15:48:37 -08:00
Lilith
b42772accb
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:15 -08:00
Lilith
e1d837da46
feat(platform-admin): ✨ Implement comprehensive backend API for merchant management, queue processing, shop operations, and SSO admin features
2026-01-18 09:21:14 -08:00
Lilith
c7a1530dba
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:14 -08:00
Lilith
441851f496
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:14 -08:00
Lilith
774d3b1d74
chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase
2026-01-18 09:20:11 -08:00
Lilith
03e549811e
deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance)
2026-01-18 09:20:07 -08:00
Lilith
9e42824ced
✨ feat(platform-admin): add asset storage with Imajin + MinIO integration
...
Add AssetStorageModule for generating AI images via Imajin orchestrator
and storing them in MinIO object storage.
Components:
- MinioModule: Dynamic NestJS module for MinIO client
- AssetStorageService: Imajin job submission, polling, and MinIO storage
- AssetStorageController: REST API for generation, status, and asset mgmt
API Endpoints:
- POST /asset-storage/generate - Submit batch job
- GET /asset-storage/jobs/:id - Check job progress
- GET /asset-storage/assets - List stored assets
- GET /asset-storage/assets/:key - Get presigned download URL
- DELETE /asset-storage/assets/:key - Delete asset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 17:35:41 -08:00
Lilith
f65e451cdd
chore: 🔧 Update files
2026-01-15 11:01:09 -08:00
Lilith
10e1608346
chore: 🔧 Update files
2026-01-15 02:53:52 -08:00
Lilith
3cd773217e
chore: 🔧 Update files
2026-01-14 10:48:32 -08:00
Lilith
24a634e861
chore: 🔧 Update files
2026-01-14 01:57:23 -08:00
Lilith
00803f040e
chore(frontend-components): 🚀 Merge changes across multiple files
2026-01-13 11:02:03 -08:00
Lilith
bcc848fb03
chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues
2026-01-13 09:12:43 -08:00
Lilith
65423d818b
feat(shared): ✨ update auth system to use accesslevel instead of role
2026-01-13 06:46:52 -08:00
Lilith
68b9b6ff7a
feat(shared): ✨ add npm registry configuration to e2e dockerfiles
2026-01-13 02:43:49 -08:00
Lilith
75d850b541
chore(shared): 🔧 update dependencies and lockfiles
2026-01-13 02:07:30 -08:00
Lilith
dd8d59ec7a
feat(@packages/@providers/auth-provider): ✨ add types for user and login credentials
2026-01-12 09:38:22 -08:00
Lilith
f1fe86bb01
fix: complete typecheck error fixes - all 4 agents
...
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports
Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)
Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first
Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports
Total: 41 files across all tiers
Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
1076aac77a
fix: resolve typecheck errors (part 1)
...
- Remove 44 'override' modifiers from health controllers
- Fix 6 empty tsconfig.json files with proper React/Vite config
- Fix analytics backend ESM/CommonJS import for @lilith/nestjs-health
Progress: 28 failures → checking status...
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
e58ec71e43
feat(@lilith/lilith-platform/codebase/main): ✨ update backend API controllers and services for attribute definitions, values, and image semantics
2026-01-11 01:02:21 -08:00
Lilith
6303e0890a
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes.
...
Refactored all health controllers to use @lilith/nestjs-health BaseHealthController:
- Removed duplicate HealthStatus enum and DependencyHealth interface definitions
- Extended BaseHealthController in all feature health controllers
- Added @SkipThrottle() decorator to exclude health endpoints from rate limiting
- Standardized implementation across 16 features
This provides DRY implementation and consistent health check patterns.
Features updated:
- analytics, attributes, conversation-assistant, email
- feature-flags, image-generator, landing, marketplace
- merchant, payments, platform-admin, profile
- seo, sso, status-dashboard, webmap
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 00:39:41 -08:00
Lilith
865b03c5eb
feat(@packages/lilith-platform/codebase): ✨ add health endpoints for various backend APIs
2026-01-11 00:38:47 -08:00
Lilith
a3017a9953
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes.
...
- Add HealthController imports to 6 feature app.module.ts files
- Improve eslint.config.js with better ignores and documentation
- Remove .backup files (violate no-backup policy)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 23:16:13 -08:00
Lilith
7fb70eb153
feat(analytics): ✨ add health check integration with nestjs-health
2026-01-10 23:15:07 -08:00
Lilith
4fdb8e139a
feat(@lilith/lilith-platform/codebase/main): ✨ update dependencies and fix E2E tests
2026-01-10 22:22:04 -08:00
Lilith
742234d10a
feat(@packages/@providers/auth-provider): ✨ update package.json and ci.yml for auth provider module
2026-01-10 21:49:30 -08:00
Lilith
44bb1c732d
fix(codebase): 🐛 🛑 resolve missing paths in infrastructure service initialization
2026-01-10 13:30:39 -08:00
Lilith
7d910740e9
fix(codebase): 🛠 resolve linting issues in main branch diff-excerpt
2026-01-10 13:20:10 -08:00
Lilith
61119b5bfa
feat(features/landing/frontend-public/src/utils/iconMap.tsx): ✨ add icon configuration for MarketplaceHeader
2026-01-10 13:04:36 -08:00
Lilith
94968b5dc4
feat(features/marketplace/frontend-public/src/components/headers): ✨ update header components for worker and guest authentication headers
2026-01-10 12:59:24 -08:00
Lilith
8c4a1bb5c6
fix(codebase): 🛠 resolve linting issues in codebase files
2026-01-10 12:17:31 -08:00
Lilith
256b8f782f
fix(shop.service.ts): 🐛 update merchant API URL in shop service implementation
2026-01-10 12:12:20 -08:00
Lilith
3954e1bdc8
fix(backend-api): 🐛 update module and resolution settings in tsconfig.json
2026-01-10 09:50:11 -08:00
Lilith
e08060689e
fix(shared): 🐛 fix: 🐛 resolve file type changes and diff excerpt issues
2026-01-10 09:49:50 -08:00
Lilith
2ae164a0b7
feat(sso): add OAuth social login and SSO admin module
...
- Add OAuth social login buttons (Google, GitHub) to registration page
- Add CSS styles for OAuth buttons with hover effects
- Add SSOAdminModule to platform-admin backend
- Add SSO admin API client for frontend
- Add OAuth providers migration table
- Add throttling security module
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 03:48:50 -08:00
Lilith
b19be2cd8f
fix(shared): 🐛 fix: 🐛 update package.json and auth service to handle social-only accounts correctly
2026-01-10 03:47:37 -08:00
Lilith
113fc991d3
fix(codebase): 🐛 🛑 resolve dependency version conflicts in package-lock.json
2026-01-10 03:39:54 -08:00