Commit graph

73 commits

Author SHA1 Message Date
Lilith
e0acae849e chore(frontend): 🔧 Update Vite build configs to standardize configurations across all frontend features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 19:15:53 -08:00
Lilith
b6f310e8e2 chore(config): 🔧 Update Docker Compose configs across 17 feature modules to standardize base images, resource limits, and networking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 18:36:39 -08:00
Lilith
71737237fc chore(messaging): 🔧 Update app.module.ts to reflect new messaging service dependencies and configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:28 -08:00
Lilith
e0288f0625 chore(attributes): 🔧 Update 27 YAML configuration files in attributes directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -08:00
Lilith
b3f4dc41a0 chore(pages): 🔧 Update TypeScript files in pages directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 03:33:19 -08:00
Lilith
258525840a fix(messaging/backend-api): 🐛 Fix message processing reliability in backend API logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 16:39:56 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
cdbf92a34a build: migrate from pnpm to Bun, unify vite build configuration
## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun

## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve

## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands

## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:47:00 -08:00
Lilith
be4ccb3624 chore(backend-api): ♻️ Standardize module configurations in app.module.ts across feature modules 2026-01-26 00:58:27 -08:00
Lilith
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -08:00
Lilith
6bf9f2a5c1 chore(src): 🔧 Update TypeScript files in src directory (22 files) 2026-01-26 00:42:18 -08:00
Lilith
03ca48a989 chore(backend-api): 🔧 Standardize module configurations across 15 feature-specific backend API modules in app.module.ts 2026-01-26 00:36:55 -08:00
Lilith
1a0144f78b chore(src): 🔧 Update TypeScript files in src directory (19 files) 2026-01-26 00:31:42 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
58e15f36a9 chore(fontend): 🔧 Standardize Vite build configs across 15+ frontend projects for consistent performance & PNPM dependency resolution 2026-01-25 20:28:49 -08:00
Lilith
4cc13d4ec3 chore(deployments & features): 🔧 Update Vite base paths and plugins for multi-deployment consistency 2026-01-25 19:57:58 -08:00
Lilith
eff0e7a30e chore(marketplace + analytics): 🔥 Remove promo code feature and associated tests 2026-01-25 17:25:29 -08:00
Lilith
11ba8012a3 chore(src): 🔧 Update TypeScript files in src directory (32 files updated) 2026-01-25 13:28:52 -08:00
Lilith
14dab0535a feat(analytics): Implement GDPR compliance system with data deletion, retention policies, export services, and tracking hooks across analytics/email/messaging/profile modules 2026-01-25 13:23:12 -08:00
Lilith
bd1de3a6c5 chore(backend-api): 🔧 Refactor backend API source structure with 19 TypeScript file updates 2026-01-25 11:49:41 -08:00
Lilith
5ed027d51f deps-upgrade(packages): ⬆️ Update all direct/indirect dependencies to latest compatible versions across monorepo 2026-01-25 11:33:37 -08:00
Lilith
1ef9c74e9d deps-upgrade(root): ⬆️ Update monorepo dependencies to latest stable versions across 34 packages, including security patches and compatibility fixes 2026-01-25 11:28:03 -08:00
Lilith
bf0ee31a41 feat(marketplace): Add feature flag infrastructure with analytics, UI updates, and funnel tracking for marketplace features 2026-01-25 11:11:48 -08:00
Lilith
242c3b0d33 chore(src): 🔧 Update TypeScript files in src directory (32 files) 2026-01-25 11:06:22 -08:00
Lilith
06503b9beb chore(landing): 🔧 Refactor service configurations across all features to standardize dependency definitions, registration, and update ShopCheckoutPage frontend for compatibility with updated service contracts 2026-01-24 21:43:26 -08:00
Lilith
264838614c chore(src): 🔧 Update TypeScript files in src directory 2026-01-24 20:52:58 -08:00
Lilith
66b48c20e7 chore(components): 🔧 Update quota service logic, MessageThread component, and related utility files for marketplace feature adjustments 2026-01-23 20:27:04 -08:00
Lilith
1173068945 feat(src): Update messaging socket implementation in messaging.gateway.ts and useMessagingSocket.ts 2026-01-23 07:35:28 -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
d4c802005e refactor(messaging): ♻️ Restructured controllers, gateways, and modules in messaging backend with standardized architecture and dependency injection improvements 2026-01-22 23:03:40 -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
9563ee4b9f deps-upgrade(features/backend-api): ⬆️ Update critical dependencies across 8 backend APIs and regenerate lockfile 2026-01-22 17:50:40 -08:00
Lilith
cd6c0a94bc deps-upgrade(@infrastructure/websocket-client): ⬆️ Update dependencies across 10+ backend API features and frontend packages 2026-01-22 17:14:07 -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
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
3534ea3d3d chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-22 15:26:59 -08:00
Lilith
c3fbf1ffc5 chore(messaging): 🔧 Enhance message handling with clip management, threading, typing indicators, and tagging UI improvements 2026-01-22 15:21:00 -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
a793faf7c6 deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions 2026-01-22 11:23:24 -08:00
Lilith
509fa65777 chore(pages): 🔧 Update ClipViewerPage.tsx file structure and styling for improved responsiveness 2026-01-22 11:18:01 -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
c6dfa388ac refactor(fontend): ♻️ Update TypeScript types for styled-components across feature modules to enhance type safety while preserving app initialization integrity 2026-01-22 05:06:33 -08:00
Lilith
2ae05b42d6 chore(src): 🔧 Update TypeScript component files in src directory 2026-01-21 22:36:47 -08:00
Lilith
e5429961ac chore(src): 🔧 Update TypeScript files in src directory 2026-01-21 22:15:30 -08:00
Lilith
05d30f28ba feat(messaging): Implement WebSocket gateway, ClipShare entities, MessageTag system, and REST controllers for real-time messaging 2026-01-21 22:15:30 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
a0a7969560 chore(marketplace): 🔧 Update TypeScript definitions and utility files in src 2026-01-21 15:01:29 -08:00
Lilith
5becaff872 chore(src): 🔧 Update TypeScript definitions and related utility files in src 2026-01-21 14:56:09 -08:00