Lilith
1cb0ee052d
feat(sso): ✨ remove redis auth credentials for throttler
2026-01-10 22:41:31 -08:00
Lilith
a1e3b412d5
feat(sso): ✨ add redis auth configuration support
2026-01-10 22:40:12 -08:00
Lilith
16aea11587
fix(@lilith/lilith-platform/codebase/main): 🐛 update Redis configuration in throttling module and service
2026-01-10 22:38:53 -08:00
Lilith
d023812f31
fix(codebase): 🐛 resolve file deletions in commit summary and diff excerpt reporting
2026-01-10 22:37:16 -08:00
Lilith
e8402cf6cd
fix(features/platform-admin/frontend-admin): 🐛 resolve TypeScript errors in diagram component
2026-01-10 22:35:45 -08:00
Lilith
afaecff692
feat(analytics): ✨ migrate to platform shared types
2026-01-10 22:34:21 -08:00
Lilith
2f0c6afb3b
refactor(analytics): ♻ restructure shared types and tsconfig
2026-01-10 22:32:51 -08:00
Lilith
c442af091e
feat(analytics): ✨ add platform analytics shared path mapping
2026-01-10 22:31:26 -08:00
Lilith
caad128679
feat(@lilith/lilith-platform/codebase/main): ✨ update service types in multiple files
2026-01-10 22:30:08 -08:00
Lilith
08245a2116
chore(root): 🔧 add initial platform setup
2026-01-10 22:26:17 -08:00
Lilith
96f19843df
refactor(features/platform-admin): ♻ update queue component imports
2026-01-10 22:25:02 -08:00
Lilith
30ec14dc62
fix(features/platform-admin/frontend-admin): 🐛 resolve typo in component import path
2026-01-10 22:23:44 -08:00
Lilith
4fdb8e139a
feat(@lilith/lilith-platform/codebase/main): ✨ update dependencies and fix E2E tests
2026-01-10 22:22:04 -08:00
Lilith
fb91691e98
Fix analytics cross-feature imports to use barrel export
...
Auto-fixer incorrectly transformed '../../../shared/types' imports
to '@/shared/types' (intra-feature alias) instead of using the
feature-specific shared module alias.
Fixed 3 files to use '@analytics/shared' (barrel export):
- cost-analytics.service.ts
- pnl-analytics.service.ts
- realtime-analytics.service.ts
The tsconfig.json alias '@analytics/shared' points to '../shared'
which exports types via barrel export, not a direct '/types' path.
Verified: pnpm typecheck passes ✅
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 22:22:04 -08:00
Lilith
05fc778400
fix(features/marketplace/services.yaml): 🐛 corrected service description order
2026-01-10 22:00:49 -08:00
Lilith
fc7a911e49
feat(platform-admin): ✨ add navigation configuration
2026-01-10 21:55:34 -08:00
Lilith
742234d10a
feat(@packages/@providers/auth-provider): ✨ update package.json and ci.yml for auth provider module
2026-01-10 21:49:30 -08:00
Lilith
5ab0c8a25b
feat(features/analytics/frontend-admin/src/api/analytics.ts, features/analytics/shared/index.ts, features/analytics/shared/types/index.ts, features/marketplace/frontend-public/package.json, features/merchant/backend-api/src/products/products.service.spec.ts): ✨ add key analytics and marketplace API changes
2026-01-10 20:18:54 -08:00
Lilith
786242f456
fix(codebase): 🛠 resolve linting issues in feature files and pnpm-lock.yaml
2026-01-10 13:35:50 -08:00
Lilith
44bb1c732d
fix(codebase): 🐛 🛑 resolve missing paths in infrastructure service initialization
2026-01-10 13:30:39 -08:00
Lilith
3b56626486
fix(features/marketplace/frontend-public): 🐛 update component icons in HowItWorksSteps, TrustSignals, and ValueProposition.tsx files
2026-01-10 13:25:28 -08:00
Lilith
7d910740e9
fix(codebase): 🛠 resolve linting issues in main branch diff-excerpt
2026-01-10 13:20:10 -08:00
Lilith
5bcb70e7c6
fix(features/marketplace/frontend-public): 🐛 resolve test configuration issues
2026-01-10 13:14:57 -08:00
Lilith
7ffc238c41
feat(features/marketplace/frontend-public/package.json): ✨ update package.json with latest dependencies and configurations
2026-01-10 13:09:46 -08:00
Lilith
61119b5bfa
feat(features/landing/frontend-public/src/utils/iconMap.tsx): ✨ add icon configuration for MarketplaceHeader
2026-01-10 13:04:36 -08:00
Lilith
94968b5dc4
feat(features/marketplace/frontend-public/src/components/headers): ✨ update header components for worker and guest authentication headers
2026-01-10 12:59:24 -08:00
Lilith
2ae92ee7a9
feat(frontend-public): ✨ update header components and refactor navigation logic
2026-01-10 12:54:12 -08:00
Lilith
c86e2c936a
fix(features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx): ✨ update header component logic for dynamic branding and authentication state selection
2026-01-10 12:48:53 -08:00
Lilith
e761f9b3d5
fix(frontend): 🐛 update package.json and e2e tests for new feature discovery quota page
2026-01-10 12:43:28 -08:00
Lilith
0fe2eafa5f
fix(features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx): ✨ update auth handler logic for audience awareness
2026-01-10 12:38:12 -08:00
Lilith
3bbdd1891e
fix(@packages/@types/src/vertical.ts): ✨ update vertical config for worker and client routes
2026-01-10 12:33:01 -08:00
Lilith
e72afb02b6
fix(codebase): 🛠 resolve duplicate code and update usage tracking service in search controller
2026-01-10 12:22:41 -08:00
Lilith
8c4a1bb5c6
fix(codebase): 🛠 resolve linting issues in codebase files
2026-01-10 12:17:31 -08:00
Lilith
256b8f782f
fix(shop.service.ts): 🐛 update merchant API URL in shop service implementation
2026-01-10 12:12:20 -08:00
Lilith
2a63a246de
fix(codebase): 🛠 resolve duplicate code and update lastSearchAppearance tracking in profile collection service and entity.ts
2026-01-10 12:07:10 -08:00
Lilith
b3663059c6
chore(root): 🛠 clean up codebase for better readability
2026-01-10 12:02:00 -08:00
Lilith
90d77e16a4
feat(marketplace): ✨ improve subscription page descriptions and cta texts
2026-01-10 11:56:49 -08:00
Lilith
f6940fbdee
fix(features/marketplace/frontend-public/src/features/subscription/api/tiers.api.ts): 🐛 resolve tier data fetching issue
2026-01-10 11:51:40 -08:00
Lilith
def1440589
feat(features/marketplace/backend-api): ✨ update tier management API and add tier defaults endpoint
2026-01-10 11:46:30 -08:00
Lilith
5c160fefbc
feat(features/marketplace/frontend-public): ✨ update subscription pages and value proposition components
2026-01-10 11:41:21 -08:00
Lilith
59235f41e2
fix(codebase): 🐛 resolve duplicate imports and fix type references in entities.ts files
2026-01-10 11:31:02 -08:00
Lilith
36a40d6fe8
feat(@lilith/lilith-platform/codebase/main): ✨ update tier seeding logic in billing service and proration calculation
2026-01-10 11:25:51 -08:00
Lilith
84ec314cae
fix(codebase): 🛠 resolve linting issues in codebase files
2026-01-10 11:20:41 -08:00
Lilith
523f54a6d8
feat(@packages/@hooks/attribute-hooks): ✨ add MetaCategoryMeta interface for profile attributes
2026-01-10 11:15:33 -08:00
Lilith
80f35d5f3e
feat(@packages/@hooks/attribute-hooks/src/index.ts, @packages/@providers/attribute-ui/src/components/MetaCategoryNavigator.tsx, @packages/@providers/attribute-ui/src/components/ProfileAttributeEditor/AttributeField.example.tsx): ✨ add attribute value management functionality and update attribute values endpoint
2026-01-10 11:10:22 -08:00
Lilith
78663759d8
fix(@packages/@hooks/attribute-hooks): ✨ resolve duplicate import in App.tsx
2026-01-10 11:05:13 -08:00
Lilith
475aa077c4
fix(@packages/@hooks/attribute-hooks): 🐛 update metaCategorizedAttributes logic for enriched data and priority grouping
2026-01-10 11:00:05 -08:00
Lilith
485e22cde6
feat(features/analytics/frontend-users/package.json): ✨ add typecheck for dev user types
2026-01-10 10:54:52 -08:00
Lilith
0cd1e8bece
fix(platform-admin/frontend-admin): 🐛 resolve duplicate DevUserSwitcher import in main.tsx
2026-01-10 10:49:41 -08:00
Lilith
061185781c
fix(codebase): 🛠 resolve duplicate file types in diff excerpt
2026-01-10 10:44:32 -08:00