Commit graph

280 commits

Author SHA1 Message Date
Lilith
50149a3486 chore(src): 🔧 Update test file friends.e2e-spec.ts and UI component App.tsx for consistency/alignment 2026-01-23 09:37:29 -08:00
Lilith
7c80ab89f3 chore(status-dashboard): 🔧 Add monitoring hooks (useHealthNamespace, useOrchestratorMonitor, useServicesMonitor) + UI updates in AdminDashboard to display real-time/aggregated health metrics 2026-01-23 07:35:29 -08:00
Lilith
c30eafe326 deps-upgrade: ⬆️ Update root dependencies to reflect security patches and version alignment across all components 2026-01-23 07:35:26 -08:00
Lilith
0ebe267f26 chore(status-dashboard): 🔧 Remove SQLite lock files from version control 2026-01-23 02:04:37 -08:00
Lilith
d64a5281b6 chore(pages): 🔧 Update TypeScript components in 13 pages files 2026-01-22 23:03:50 -08:00
Lilith
721d85b088 feat(orchestrator): Add real-time session tracking UI (startup banner, progress bar, timeline) & enhanced active startup cards/badges 2026-01-22 23:03:50 -08:00
Lilith
2c7f0eafe1 chore(status-dashboard): 🔧 Implement status dashboard with backend metrics storage, backup system, and frontend UI components 2026-01-22 23:03:49 -08:00
Lilith
1d18c96a6a chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 23:03:49 -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
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
6139be69b8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:50:41 -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
18e097c4b3 deps-upgrade(status-dashboard/backend-api): ⬆️ Update backend API dependencies with security/bugfix/performance patches 2026-01-22 16:57:54 -08:00
Lilith
8c2c61f2b0 chore(status-dashboard): Update backend API dependencies and regenerate lockfile 2026-01-22 16:52:44 -08:00
Lilith
4e5d8b6818 deps-upgrade(backend-api): ⬆️ Update backend API dependencies to latest minor/patch versions 2026-01-22 16:42:35 -08:00
Lilith
33fa6d5216 deps-upgrade: ⬆️ Update frontend dependencies across 16 feature modules 2026-01-22 16:37:25 -08:00
Lilith
90b8d70046 deps-upgrade: ⬆️ Upgrade frontend dependencies across analytics, email, and conversation-assistant modules with minor/patch updates to maintain consistency and security 2026-01-22 16:21:58 -08:00
Lilith
9ab22493cd chore(api): 🔧 Update TypeScript definitions and utility files in API module 2026-01-22 16:00:49 -08:00
Lilith
c787ffce21 deps-upgrade(payments): ⬆️ Update dependencies in payments module to ensure compatibility and access latest features/fixes 2026-01-22 16:00:49 -08:00
Lilith
e4e093b1a6 refactor(lilith-platform): Update wrapper package versions across all React frontends
Updated 22 frontend application package.json files to use new wrapper package versions:
- @lilith/ui-styled-components: ^1.0.0-dev.* → ^6.3.0
- @lilith/ui-router: ^1.1.0 / 1.2.0-dev.* → ^7.12.0

Affected features:
- status-dashboard, feature-flags, analytics (admin + users)
- email (admin + users), frontend-showcase, conversation-assistant
- landing, profile, messaging, platform-admin, truth-validation
- marketplace, webmap, platform-dev, payments
- image-assistant (dev + macos), seo (admin + public), portal

These wrapper package version updates implement exact version matching pattern.
No API changes, purely dependency version alignment.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 15:56:28 -08:00
Lilith
0d2dd9e896 deps-upgrade(pnpm,marketplace): ⬆️ Update React, React DOM, and core dependencies to latest stable versions; regenerate lockfile 2026-01-22 15:54:57 -08:00
Lilith
51362abbdc deps-upgrade(frontend-public,backend-api): ⬆️ Update core & transitive dependencies in frontend-public and backend-api 2026-01-22 15:49:17 -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
6468357537 deps-upgrade(marketplace,status-dashboard): ⬆️ Update dependencies in marketplace frontend & status dashboard backend for security/compatibility fixes 2026-01-22 15:38:21 -08:00
Lilith
febb3f95a8 refactor(status-dashboard): ♻️ Move ProtectedRoute.tsx from root to dedicated components/ directory 2026-01-22 15:21:02 -08:00
Lilith
adb8b8f482 deps-upgrade: ⬆️ Update dependencies across auth-provider, infrastructure (api-client, image-security, sso-client), and feature-specific frontends (analytics, image-assistant) 2026-01-22 15:20:50 -08:00
Lilith
cdd8545478 chore(orchestrator): 🔧 Update StartupMetrics component and OrchestratorPage UI components 2026-01-22 14:34:35 -08:00
Lilith
c662ae0408 feat(status-dashboard): Add orchestration monitoring UI components (banners, progress bars, timelines) with refined styling for startup phases and service health visibility 2026-01-22 14:34:35 -08:00
Lilith
5dc23e756c style(status-dashboard/components): 🎨 Update CSS-in-JS styles for StatusBadge to enhance visual states consistency 2026-01-22 14:28:20 -08:00
Lilith
4f297bf0b2 chore(status-dashboard): 🔧 Improve health check monitoring in status dashboard UI 2026-01-22 14:23:09 -08:00
Lilith
a238f3a1cc chore(src): 🔧 Update TypeScript components in 6 files 2026-01-22 14:07:25 -08:00
Lilith
cb921c7b06 chore(fontend-public): 🔧 Update Vite configuration for new public frontend build optimizations 2026-01-22 14:07:25 -08:00
Lilith
2f6e4d7894 chore(src): 🔧 Update component hooks, SimonSelector.tsx, and related utility files 2026-01-22 14:01:31 -08:00
Lilith
57cc57df13 chore(fontend-public): 🔧 Update Vite configuration settings in vite.config.ts 2026-01-22 12:50:58 -08:00
Lilith
2c06609852 chore(component): 🔧 Update TypeScript component files to modern standards 2026-01-22 12:45:46 -08:00
Lilith
5dad2832e8 chore(status-dashboard): 🔧 Update dependencies and regenerate pnpm lockfile 2026-01-22 12:45:46 -08:00
Lilith
dca2d0b826 deps-upgrade(frontend-public): ⬆️ Update React, UI libraries, and related dependencies in status dashboard frontend 2026-01-22 12:15:05 -08:00
Lilith
d47881bd2c chore(db): 🔧 Track SQLite lock files (status-dashboard.db-shm, status-dashboard.db-wal) for deployment state management 2026-01-22 12:09:59 -08:00
Lilith
3b114563f3 chore(components): 🔧 Update TypeScript component files in components directory 2026-01-22 11:59:51 -08:00
Lilith
7ffc59f6e5 chore(status-dashboard): ⬆️ Update frontend dependencies and regenerate lockfile for compatibility fixes 2026-01-22 11:59:50 -08:00
Lilith
168144278d chore(status-dashboard): 🔧 Update root component routing to integrate status dashboard view 2026-01-22 11:39:15 -08:00
Lilith
ef3bba7d3e fix(auth): 🐛 Update token validation to handle expired tokens and enforce role-based access checks 2026-01-22 11:34:06 -08:00
Lilith
8856399fa5 chore(src): 🔧 Update rate-limiting guard logic and validation rules 2026-01-22 11:28:52 -08:00
Lilith
bb3b8d0fe0 deps-upgrade(@infrastructure, @providers, @utils/): ⬆️ Update dependency versions across projects to ensure consistency and apply latest bug fixes/security patches 2026-01-22 11:28:52 -08:00
Lilith
a793faf7c6 deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions 2026-01-22 11:23:24 -08:00
Lilith
646515abab chore(src): 🔧 Update TypeScript component files in src directory 2026-01-22 11:18:02 -08:00
Lilith
13bcbcc1ee chore(frontend): Upgrade dependencies across 20+ frontend modules (e.g., conversation-assistant, email, marketplace) via package.json/pnpm-lock.yaml updates 2026-01-22 11:17:56 -08:00
Lilith
a3baac7b86 chore(src): 🔧 Update integration test and TypeScript declaration files for tracking service 2026-01-22 04:46:10 -08:00
Lilith
886a544dbb chore(status-dashboard): 🔧 Update Vite config plugins/build settings 2026-01-22 03:21:58 -08:00