Commit graph

27 commits

Author SHA1 Message Date
Lilith
f8e0d010b1 chore(marketplace/frontend-public): 🔨 Add worker analytics dashboard components, types, utils, localization (bdsm/cam/escorts/massage), and extend status-dashboard backend API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 14:58:09 -08:00
Lilith
fd9f2b32da chore(src): 🔧 Update TypeScript files in src directory (16 files) 2026-01-25 12:21:00 -08:00
Lilith
a6d5583913 chore(status-dashboard/backend-api): 🔧 Implement real-time broadcast system with alert detection & WebSocket integration 2026-01-22 23:03:49 -08:00
Lilith
6139be69b8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:50:41 -08:00
Lilith
9ab22493cd chore(api): 🔧 Update TypeScript definitions and utility files in API module 2026-01-22 16:00:49 -08:00
Lilith
4213ac6106 chore(api): 🔧 Update TypeScript definitions and utility files in API module 2026-01-22 15:43:57 -08:00
Lilith
8b74046202 chore(hooks): 🔧 Update TypeScript hook files 2026-01-22 15:38:21 -08:00
Lilith
531c987b65 chore(src): 🔧 Update TypeScript definitions in 21 files 2026-01-21 16:31:23 -08:00
Lilith
ece0ad8d0d chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-21 14:50:51 -08:00
Lilith
19b4f7881c refactor(backend-api): ♻️ Standardized API controllers, DTOs, and validation patterns across feature modules 2026-01-21 14:40:19 -08:00
Lilith
65b7f47ed8 chore(api): 🔧 Update TypeScript definitions and related utility files in API module 2026-01-20 07:30:11 -08:00
Lilith
9ce314f0f7 chore(api): 🔧 Update API dependency versions to latest stable releases 2026-01-20 07:24:38 -08:00
Lilith
c2abfa0d51 feat(status-dashboard): Update TypeScript files in status dashboard component 2026-01-19 17:20:08 -08:00
Lilith
8ba9df7d30 chore(src): 🔧 Update 12 TypeScript files 2026-01-19 15:51:26 -08:00
Lilith
7382c4881d feat(status-dashboard): Add orchestrator monitoring and management with API endpoints, event processor, storage service, frontend components, custom hook, and documentation 2026-01-19 00:30:10 -08:00
Lilith
ed31b87f96 chore(auth): 🔧 Introduce JWT-based authentication with API key guards, expand auth documentation, and update backend controllers to support new auth flows 2026-01-18 09:21:27 -08:00
Lilith
5ab60b258a chore(api): 🔧 Update TypeScript files in API 2026-01-18 09:21:27 -08:00
Lilith
c2b6cbc31e chore(backend-api): 🔧 Add alert detection service with API endpoints and testing documentation 2026-01-18 09:21:27 -08:00
Lilith
60e81e4ea5 fix(codebase): 🐛 revert health check endpoint changes for analytics module 2026-01-11 01:13:17 -08:00
Lilith
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 2026-01-11 00:57:02 -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
b3091cc746 feat(frontend): optimize and refactor marketplace header and about page components 2026-01-10 06:52:58 -08:00
Lilith
71bb9d5b43 Add services monitoring to status-dashboard
Backend:
- Add services module with checker service
- Add services controller and configuration
- Add service status DTOs
- Update health gateway for service health

Frontend:
- Add ServicesPage with host grouping
- Add HostServiceGroup and ServiceCard components
- Add useServicesMonitor hook
- Update App routing and AdminDashboard

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 01:41:04 -08:00
Lilith
41ea0ba3e3 fix(ci): Fix all broken staging builds and re-enable them
- status-dashboard-frontend: Add @lilith/ui-theme dependency, restore build scripts
- status-dashboard-api: Replace link: deps with published registry versions
  - @lilith/nestjs-auth@^0.0.13, @lilith/nestjs-bootstrap@^0.0.14, @lilith/typeorm-entities@^1.0.12
  - Update imports from @nestjs/auth -> @lilith/nestjs-auth, etc.
- landing-frontend: Fix @lilith/payments/frontend export path (frontend-checkout/)
- landing-backend: Fix type errors with null-coalescing for description fields
- @lilith/image-security: Support NestJS v11 peer dependencies

All staging features (status-dashboard, landing, seo, webmap) now build.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 17:33:40 -08:00
Lilith
be41494ec9 ♻️ Rename backend directories to backend-api
Standardize NestJS backend directory naming across features:
- sso/backend → sso/backend-api
- status-dashboard/server → status-dashboard/backend-api
- webmap/api → webmap/backend-api

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:38:15 -08:00