Commit graph

2525 commits

Author SHA1 Message Date
Lilith
33ea41bfdd deps-upgrade(landing): ⬆️ Update frontend dependencies in features/landing/frontend-public and regenerate lockfile 2026-01-20 08:05:31 -08:00
Lilith
f55f8c87c5 chore(landing/backend-api): 🔧 Update module registration for landing feature API providers/controllers 2026-01-20 07:50:45 -08:00
Lilith
c0066b5f7d chore(backend-api): 🔧 Update REFACTORING_SUMMARY.md with backend API refactoring details (module renames, breaking changes, performance gains, and migration steps) 2026-01-20 07:35:32 -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
3802eebb14 deps-upgrade(backend-api): ⬆️ Update dependencies in landing, marketplace, and seo modules to improve build reproducibility and security 2026-01-20 07:14:26 -08:00
Lilith
dd2ad17873 chore(landing/backend-api): Update backend API dependencies to latest stable versions 2026-01-20 07:09:17 -08:00
Lilith
5ce914963f chore(status-dashboard): 🔧 Implement system monitoring, audit logging, event processing, service checks, metrics storage, and auth requirements 2026-01-20 06:54:00 -08:00
Lilith
b3965f83f8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-20 06:33:24 -08:00
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
8860e62b65 scripts(analytics-client): 🔨 Update Vitest config for test patterns, coverage, and environment 2026-01-20 06:22:57 -08:00
Lilith
b72389a055 deps-upgrade(analytics-client,backend-api): ⬆️ Update dependencies across analytics client and backend APIs to apply security fixes and minor version improvements 2026-01-20 06:22:57 -08:00
Lilith
5828c752ee chore(src): 🔧 Update main.tsx file with latest component refactoring and dependencies 2026-01-20 06:17:23 -08:00
Lilith
4e780b4a6b feat(hooks): Update TypeScript hook implementations in validation, cleanup, and error handling logic 2026-01-20 06:12:12 -08:00
Lilith
094cdf2257 chore(frontend-admin): 🔧 Update Vite configuration for admin dashboard build optimizations 2026-01-20 06:12:12 -08:00
Lilith
9b95e1f193 feat(analytics-client,sso/backend-api): Introduce analytics tracking (React context + page view hooks) & enhance SSO backend with admin session/user management, OAuth controller, health checks, and rate limiting 2026-01-20 06:06:50 -08:00
Lilith
df534c62dd chore(fontend-admin): 🔧 Update Vite configuration with plugins/optimizations 2026-01-20 06:06:49 -08:00
Lilith
c19cedeaab chore(deps): Remove outdated frontend dependency versions from 17 JSON config files 2026-01-20 06:06:49 -08:00
Lilith
14b2051c2b chore(utils): 🔧 Update utility helper files (4 JS modules) 2026-01-20 06:01:15 -08:00
Lilith
d5ad699bc2 deps-upgrade(infrastructure,utils,ui): ⬆️ Update @infrastructure/analytics-client, @utils/vite-version-plugin, and @ui/developer-fab to newer versions 2026-01-20 06:01:15 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -08:00
Lilith
908f161724 deps-upgrade: ⬆️ Update @infrastructure/image dependencies 2026-01-20 05:55:49 -08:00
Lilith
f578ff0de4 chore(src): 🔧 Update component-related TypeScript files in src 2026-01-20 05:50:23 -08:00
Lilith
23af789fd8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-20 05:39:28 -08:00
Lilith
5b10ad667d chore(src): 🔧 Update data-source.ts file with latest schema/config changes 2026-01-20 05:29:08 -08:00
Lilith
523788e3b8 chore(src): 🔧 Update configuration files in src directory 2026-01-20 05:23:54 -08:00
Lilith
8990c4709c chore(src): 🔧 Update data-source.ts file configurations 2026-01-20 05:18:28 -08:00
Lilith
9e194c8e06 chore(fontend-public): 🔧 Update Vite configuration for optimized build settings 2026-01-20 05:18:28 -08:00
Lilith
33b8d9dfd6 deps-upgrade: ⬆️ Update dependencies in package.json files 2026-01-20 05:18:28 -08:00
Lilith
fffa8e7199 chore(fontend-public): 🔧 Update Vite configuration file for build optimizations 2026-01-20 05:07:52 -08:00
Lilith
e274df9141 deps-upgrade: ⬆️ Update dependency versions in package.json files 2026-01-20 05:07:52 -08:00
Lilith
4f76fe785d chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-20 05:02:28 -08:00
Lilith
a0d6cf650c deps-upgrade: ⬆️ Update dependencies in package.json files 2026-01-20 05:02:28 -08:00
Lilith
32f51d7ce5 chore(status-dashboard): 🔧 Add public-facing status dashboard with backend API in main.ts and frontend routes in AppRoutes.tsx 2026-01-20 04:24:41 -08:00
Lilith
7e756b97f4 chore(status-dashboard): 🔧 Add domain health monitoring functionality to status dashboard 2026-01-20 04:19:20 -08:00
Lilith
04226262b7 refactor(status-dashboard/routes): ♻️ Split route configurations into separate files (AppRoutes, AuthedRoutes, PublicRoutes) 2026-01-20 04:13:39 -08:00
Lilith
15a0976485 feat(status-dashboard): Add public-facing status dashboard page with updated routing and layout components 2026-01-20 04:07:48 -08:00
Lilith
5693fa1c90 chore(deps): 🔧 Update package.json and pnpm-lock.yaml 2026-01-20 03:57:10 -08:00
Lilith
7645880ba0 chore(e2e): 🔧 Update smoke test specification 2026-01-20 03:35:15 -08:00
Lilith
bf83a6575d feat(status-dashboard): Update routing logic to add/modify status dashboard pages 2026-01-20 03:24:08 -08:00
Lilith
0b63bd6369 deps-upgrade(deps): ⬆️ Update pnpm lockfile with latest dependency versions 2026-01-20 02:10:11 -08:00
Lilith
d42f18556a chore(frontend-public): 🔧 Update dependencies in package.json 2026-01-20 01:59:38 -08:00
Lilith
608d7ebf0f chore(repo): Clean Git history and migrate to DB-IP GeoLite
- Remove 1.46GB of binary files from Git history (attachments, media)
- Reduce .git size from 1.6GB to 94MB (94% reduction)
- Migrate from MaxMind GeoLite2 to DB-IP City Lite (no license required)
- Add auto-download script for GeoIP database
- Update .gitignore to prevent future binary bloat
- Add Git LFS tracking for .mmdb files

Breaking Change: All developers must re-clone the repository.

Files cleaned from history:
- features/conversation-assistant/backend-api/data/attachments/
- features/webmap/.test-apps/
- features/analytics/backend-api/data/GeoLite2-City.mmdb
- *.MOV, *.mov, *.HEIC, *.heic, *.mp4

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 01:58:01 -08:00
Lilith
966b12ad2c chore(src): 🔧 Update TypeScript files in source directory 2026-01-20 01:53:44 -08:00
Lilith
6f73034a16 chore(git-config): 🔧 Update .gitattributes and .gitignore for cross-platform compatibility 2026-01-20 01:53:44 -08:00
Lilith
41743bf263 deps-upgrade(root): ⬆️ Update project dependencies to latest stable versions 2026-01-20 01:53:44 -08:00
Lilith
df71b3e892 chore(src): 🔧 Update TypeScript files 2026-01-20 01:48:04 -08:00
Lilith
ee610547d5 chore(frontend-dev): 🔧 Update Vite build configuration 2026-01-20 01:48:04 -08:00
Lilith
978cc8b9d3 deps-upgrade(frontend-dev): ⬆️ Update React, UI libraries, and other dependencies to latest versions 2026-01-20 01:48:04 -08:00