Commit graph

14 commits

Author SHA1 Message Date
Lilith
00149f5997 chore(src): 🔧 Update TypeScript files in src directory (9 files) 2026-01-23 18:34:24 -08:00
Lilith
d5f82efa6a chore(src): 🔧 Update TypeScript files in src directory 2026-01-23 17:47:53 -08:00
Lilith
38dd0720fa chore(src): 🔧 Update TypeScript files in src directory 2026-01-21 19:16:51 -08:00
Lilith
a750c189d0 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:36 -08:00
Lilith
8b4c6c211e fix(codebase): 🐛 resolve model loading issues in ML service modules 2026-01-10 04:53:41 -08:00
Lilith
4f58d535fa fix(main): 🐛 resolve missing environment variables in configuration files 2026-01-09 23:23:05 -08:00
Lilith
4c4457daa4 Complete staging deployment with all apps verified
Health check improvements:
- Renamed services to pattern: {app}-{domain} (e.g., marketplace-trustedmeet)
- Checks actual app content, not just router health
- Reports DEPLOYED/NOT DEPLOYED/NOT ROUTED status accurately

Database seeds:
- Added admin.atlilith.com (platform-admin)
- Added status.atlilith.com (status-dashboard)

Build fixes:
- Skip tsc in platform-admin build (vite only)
- Add missing @lilith/ui-primitives dependency to status-dashboard
- Fix vite aliases in status-dashboard

All 6 staging services now verified:
- landing-atlilith: DEPLOYED
- seo-atlilith: DEPLOYED
- admin-atlilith: DEPLOYED
- status-atlilith: DEPLOYED
- marketplace-trustedmeet: DEPLOYED
- seo-trustedmeet: DEPLOYED

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 01:21:33 -08:00
Lilith
e24ac7da3e Add trustedmeet.com marketplace to staging deployment
- Add marketplace feature to staging-deploy.yml CI pipeline
- Add website seeds for atlilith.com (landing+seo) and trustedmeet.com (marketplace+seo)
- Fix marketplace build: skip tsc, externalize broken @transquinnftw/ui-design-tokens

Staging URL: http://next.www.trustedmeet.com (VPN required)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 23:43:54 -08:00
Lilith
bd372118af 🔥 Remove obsolete webmap seed files
- atlilith.seed.sql
- next.www.atlilith.seed.sql
- trustedmeet.seed.sql

Webmap now uses dynamic configuration, seeds no longer needed.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:28:46 -08:00
Lilith
1d1d1eed49 🐛 Escape underscore in webmap SEO admin base_path
- Use /\_ instead of /_ for proper LIKE pattern matching

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:38:03 -08:00
Lilith
6e5a923693 🐛 Fix webmap SEO admin base_path for LIKE matching
- Remove trailing slash from /_/ for proper path prefix matching

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 05:58:56 -08:00
Lilith
f46b9647fb ♻️ Refactor webmap to use @lilith shared packages
- API: Use @lilith/typeorm-config, nestjs-auth, nestjs-bootstrap, nestjs-health
- API: Remove local DatabaseModule in favor of TypeOrmConfigModule
- API: Add Swagger documentation support
- Router: Add standardized health checks from @lilith/health-client
- Router: Add liveness/readiness probes for Kubernetes
- Frontend/Shared: Extend @lilith/configs TypeScript presets
- Add esbuild bundler for router

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 05:21:54 -08:00
Lilith
31b656a28d Add webmap database schema
- Add initial database schema migration
- Add atlilith seed data
- Add test apps directory

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:28:32 -08:00
Quinn Ftw
0167af841c fix(conversation-assistant): chunked sync and remove body size limits
- Chunk messages into batches of 25 to avoid any payload limits
- Remove nginx body size limit (client_max_body_size 0)
- Add NestJS body-parser with 500mb limit as safety net
- Increase proxy timeouts for large syncs

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:54:50 -08:00