Lilith
1cb0ee052d
feat(sso): ✨ remove redis auth credentials for throttler
2026-01-10 22:41:31 -08:00
Forgejo Actions
df9f035aa6
build: bump version to 0.0.407 [skip ci]
2026-01-11 06:41:08 +00:00
Lilith
a1e3b412d5
feat(sso): ✨ add redis auth configuration support
2026-01-10 22:40:12 -08:00
Forgejo Actions
98df4c0de6
build: bump version to 0.0.406 [skip ci]
2026-01-11 06:39:49 +00: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
Forgejo Actions
571655a30a
build: bump version to 0.0.405 [skip ci]
2026-01-11 06:28:33 +00: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
Forgejo Actions
9af42a6ecc
build: bump version to 0.0.404 [skip ci]
2026-01-11 06:11:57 +00: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
Forgejo Actions
53b4858005
build: bump version to 0.0.403 [skip ci]
2026-01-11 04:29:42 +00: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
Forgejo Actions
f6df00e293
build: bump version to 0.0.402 [skip ci]
2026-01-10 21:36:19 +00:00
Lilith
786242f456
fix(codebase): 🛠 resolve linting issues in feature files and pnpm-lock.yaml
2026-01-10 13:35:50 -08:00
Forgejo Actions
0547a22988
build: bump version to 0.0.401 [skip ci]
2026-01-10 21:31:11 +00:00
Lilith
44bb1c732d
fix(codebase): 🐛 🛑 resolve missing paths in infrastructure service initialization
2026-01-10 13:30:39 -08:00
Forgejo Actions
b1faf232a5
build: bump version to 0.0.400 [skip ci]
2026-01-10 21:25:58 +00: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
Forgejo Actions
31a4702755
build: bump version to 0.0.399 [skip ci]
2026-01-10 21:20:39 +00:00
Lilith
7d910740e9
fix(codebase): 🛠 resolve linting issues in main branch diff-excerpt
2026-01-10 13:20:10 -08:00
Forgejo Actions
a48349b2f7
build: bump version to 0.0.398 [skip ci]
2026-01-10 21:15:28 +00:00
Lilith
5bcb70e7c6
fix(features/marketplace/frontend-public): 🐛 resolve test configuration issues
2026-01-10 13:14:57 -08:00
Forgejo Actions
0e766a6316
build: bump version to 0.0.397 [skip ci]
2026-01-10 21:10:19 +00: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
Forgejo Actions
3d01f6f6e9
build: bump version to 0.0.396 [skip ci]
2026-01-10 21:05:07 +00: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
Forgejo Actions
bb8a68dfb2
build: bump version to 0.0.395 [skip ci]
2026-01-10 20:59:56 +00: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
Forgejo Actions
d67c553d22
build: bump version to 0.0.394 [skip ci]
2026-01-10 20:54:43 +00:00
Lilith
2ae92ee7a9
feat(frontend-public): ✨ update header components and refactor navigation logic
2026-01-10 12:54:12 -08:00
Forgejo Actions
daf8d965ff
build: bump version to 0.0.393 [skip ci]
2026-01-10 20:49:22 +00: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
Forgejo Actions
23b4670163
build: bump version to 0.0.392 [skip ci]
2026-01-10 20:43:58 +00: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
Forgejo Actions
31abca8cd6
build: bump version to 0.0.391 [skip ci]
2026-01-10 20:38:43 +00: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
Forgejo Actions
d914b92d4d
build: bump version to 0.0.390 [skip ci]
2026-01-10 20:33:31 +00: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
Forgejo Actions
cec0eaab3e
build: bump version to 0.0.389 [skip ci]
2026-01-10 20:23:11 +00:00