Commit graph

1846 commits

Author SHA1 Message Date
Lilith
609b03009d fix(codebase): 🐛 resolve duplicate package.json imports 2026-01-10 23:03:44 -08:00
Forgejo Actions
191461a0ae build: bump version to 0.0.415 [skip ci] 2026-01-11 07:03:00 +00:00
Lilith
b653f1cd43 fix(codebase): 🐛 🛑 resolve large lockfile size issue 2026-01-10 23:02:29 -08:00
Forgejo Actions
b1a1828803 build: bump version to 0.0.414 [skip ci] 2026-01-11 07:01:36 +00:00
Lilith
0789e97f1e feat(sso): add health check controller integration 2026-01-10 23:01:06 -08:00
Forgejo Actions
8bac7e1b59 build: bump version to 0.0.413 [skip ci] 2026-01-11 07:00:16 +00:00
Lilith
3098f9c731 fix(main): 🐛 resolve linting issues in codebase 2026-01-10 22:59:47 -08:00
Forgejo Actions
8918e8aea3 build: bump version to 0.0.412 [skip ci] 2026-01-11 06:56:32 +00:00
Lilith
9fe596a832 chore(husky): 🔧 add import alias validation pre-commit hook 2026-01-10 22:55:58 -08:00
Forgejo Actions
533440c94b build: bump version to 0.0.411 [skip ci] 2026-01-11 06:47:39 +00:00
Lilith
03e2a0835b fix(codebase): 🐛 resolve lint issues in package.json and tsconfig.json 2026-01-10 22:47:08 -08:00
Forgejo Actions
c943f8ad33 build: bump version to 0.0.410 [skip ci] 2026-01-11 06:46:10 +00:00
Lilith
e13be6cfc1 feat(analytics/backend-api): update service types and dependencies in multiple files 2026-01-10 22:45:38 -08:00
Forgejo Actions
20bc2133a3 build: bump version to 0.0.409 [skip ci] 2026-01-11 06:44:46 +00:00
Lilith
30aebe4768 fix(pnpm-lock.yaml): 🐛 resolve version conflicts in ui-design-tokens package 2026-01-10 22:44:15 -08:00
Forgejo Actions
ebf9bf3627 build: bump version to 0.0.408 [skip ci] 2026-01-11 06:42:27 +00:00
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