Commit graph

16 commits

Author SHA1 Message Date
Lilith
22377c6772 chore(src): 🔧 Update TypeScript entry point (src/main.ts) and YAML service configuration (services.yaml) 2026-01-20 06:28:09 -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
381a561d6a chore(src): 🔧 Update 7 files in src 2026-01-18 09:21:19 -08:00
Lilith
965881c10f chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:18 -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
60e81e4ea5 fix(codebase): 🐛 revert health check endpoint changes for analytics module 2026-01-11 01:13:17 -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
7fb70eb153 feat(analytics): add health check integration with nestjs-health 2026-01-10 23:15:07 -08:00
Lilith
4f58d535fa fix(main): 🐛 resolve missing environment variables in configuration files 2026-01-09 23:23:05 -08:00
Lilith
fbe81746da 🔧 Update files 2026-01-09 11:22:20 -08:00
Lilith
6e832782df Add new files 2026-01-09 11:22:19 -08:00
Lilith
1e4c21c653 feat(codebase/main): add analytics domain events for profile updates 2026-01-03 12:39:17 -08:00
Lilith
bffa25b2e5 ♻️ Refactor backend services to use @lilith/service-nestjs-bootstrap
Replace boilerplate NestJS bootstrap code with standardized bootstrap helper:
- analytics, attributes, conversation-assistant, email, feature-flags
- image-generator, landing, marketplace, profile, seo, sso

Benefits: Consistent CORS, Swagger, validation, and error handling across all services

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:04:00 -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