Commit graph

216 commits

Author SHA1 Message Date
Lilith
efba2cc9df feat(features/platform-admin/frontend-admin): update FABContainer components with new positioning and theme adjustments 2026-01-04 22:08:40 -08:00
Lilith
c5db64c14f fix(shared): 🐛 fix: 🐛 update dockerfile.e2e and package.json for frontend-admin 2026-01-04 22:03:29 -08:00
Lilith
81411402ba fix(package.json): 🐛 resolve package.json file inconsistencies 2026-01-04 21:59:08 -08:00
Lilith
9378f84edf fix(shared): 🐛 fix: 🐛 resolve package version conflicts in lock file 2026-01-04 21:57:02 -08:00
Lilith
5f7a3a08ed fix(features/platform-admin/frontend-admin/package.json): 🐛 update version number for @lilith/ui-fab 2026-01-04 21:55:41 -08:00
Lilith
9a37b540c9 fix(package.json): 🐛 resolve version conflicts in package.json 2026-01-04 21:50:19 -08:00
Lilith
f68cb2e1aa fix(package.json): 🐛 resolve version conflicts in package.json 2026-01-04 21:47:13 -08:00
Lilith
ef2366fed7 fix(frontend): 🐛 resolve health check intervals in Docker Compose files 2026-01-04 21:45:05 -08:00
Lilith
41b0af8fe2 fix(package.json): 🐛 resolve version conflicts in package.json 2026-01-04 21:43:02 -08:00
Lilith
3897003b86 fix(features/platform-admin/frontend-admin/package.json): 🐛 update version in package.json 2026-01-04 21:41:55 -08:00
Lilith
bfe2a60fac fix(frontend): 🐛 resolve duplicate import statements in TypeScript files 2026-01-04 21:35:47 -08:00
Lilith
65de18faae fix(features/platform-admin/frontend-admin/src/components/FAB/LocalFABConfigContext.tsx): resolve infinite render loops in config state setter function 2026-01-04 21:34:39 -08:00
Lilith
a275e23091 fix(backend-api): 🐛 resolve idempotency check in revenue processing 2026-01-04 21:31:33 -08:00
Lilith
327a124188 fix(analytics/backend-api): 🐛 update subscription analytics service queries 2026-01-04 21:27:59 -08:00
Lilith
5c57c3d399 fix(package.json): 🛠 resolve missing dependency 2026-01-04 21:25:49 -08:00
Lilith
943b4e55ae fix(features/platform-admin/frontend-admin): update attribute definition page component and local FAB configuration 2026-01-04 21:22:44 -08:00
Lilith
39a90b7e4f feat(features/platform-admin/frontend-admin/src/pages/shop/ProductsPage.tsx): Add new product creation functionality and export CSV functionality 2026-01-04 21:21:40 -08:00
Lilith
8ba90ef18b fix(features/platform-admin/frontend-admin): 🐛 update local FAB configuration hooks 2026-01-04 21:20:35 -08:00
Lilith
49e3a01356 feat(features/platform-admin/frontend-admin): update global styles with density scale support and disable animations 2026-01-04 21:19:26 -08:00
Lilith
08f791b886 feat(root): add support for E2E testing in marketplace backend-api 2026-01-04 21:18:14 -08:00
Lilith
9100e4acdd fix(e2e): 🛠 resolve missing health check for marketplace-api and conversation-assistant-api 2026-01-04 20:21:13 -08:00
Lilith
5a1e5d4a2f fix(main): 🐛 resolve linting issues 2026-01-04 20:18:03 -08:00
Lilith
6f6436ce8f fix(main): 🐛 resolve linting issues 2026-01-04 20:16:59 -08:00
Lilith
d2ede429bd fix(data-source): 🐛 update database credentials in data-source.ts files 2026-01-04 20:05:43 -08:00
Lilith
65e9f4c6ae fix(backend-api): 🐛 resolve image semantics service issues 2026-01-04 20:03:35 -08:00
Lilith
1f4b7cf346 fix(database): 🐛 resolve missing entity definitions in data-source.ts 2026-01-04 20:02:31 -08:00
Lilith
0ccab536d6 feat(features/conversation-assistant/backend-api/src/data-source.ts, features/platform-admin/backend-api/src/database/data-source.ts): update typeorm configurations 2026-01-04 20:01:28 -08:00
Lilith
1b78fc6a4e fix(features/attributes/backend-api/package.json): update package.json file 2026-01-04 19:52:19 -08:00
Lilith
02a9d6f3d8 fix(codebase): 🛠 resolve typos and update package versions 2026-01-04 19:51:15 -08:00
Lilith
f4356ad4b2 feat(features/platform-admin/frontend-admin/e2e/fixtures/api-mocks.ts): update mock data for conversations 2026-01-04 19:50:07 -08:00
Lilith
5d981f4b77 fix(api): 🐛 resolve duplicate entity imports in data-source.ts 2026-01-04 19:49:03 -08:00
Lilith
1b218ea04d feat(main): update training service and dto with base modelId and example configuration 2026-01-04 19:45:52 -08:00
Lilith
fadbf828c9 style(truth-validation): update legal review styles
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:36 -08:00
Lilith
a6dabf0265 feat(platform-admin): add database data source config
- Add TypeORM data source configuration
- Register ML endpoints in training module

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:24 -08:00
Lilith
23961a2d24 refactor(conversation-assistant,platform-admin): update APIs and database config
- Update scammer profiles migration timestamp
- Refactor training jobs API response format (align with entity fields)
- Add TypeORM configuration to platform-admin
- Register DevicesModule in platform-admin app

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:06 -08:00
Lilith
7f0b0a11a1 feat(conversation-assistant,platform-admin): add training approval and device management
- Add POST /samples/:id/approve endpoint for training sample approval
- Add devices table migration for platform-admin
- Support training sample approval workflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:43:36 -08:00
Lilith
00052f4c7e 🔧 Auto-resolve: Pull rebase failed - commit pending changes
The auto-commit service encountered unstaged changes during pull attempt.
Committing development work to resolve the conflict:

- Add training job progress tracking (currentEpoch, loss fields)
- Add scammer profiles feature with entity and module
- Add admin authorization guard
- Add training approval migration
- Register new migrations in index

This resolves: "error: cannot pull with rebase: You have unstaged changes"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:43:09 -08:00
Lilith
52c951c0a1 fix(shared): 🐛 fix: 🐛 resolve linting issues in codebase 2026-01-04 19:42:20 -08:00
Lilith
01ef87e51f fix(frontend): 🐛 resolve pending devices authorization issues 2026-01-04 19:25:51 -08:00
Lilith
2ce4def054 fix(e2e): 🐛 update health check test for platform-admin-api endpoint 2026-01-04 18:22:10 -08:00
Lilith
c2c7cd3a74 fix(main): 🐛 resolve missing service URLs in e2e configuration 2026-01-04 18:10:57 -08:00
Lilith
3480849bfa fix(e2e): 🐛 update attributes-api port in docker-compose.e2e.yml 2026-01-04 17:59:49 -08:00
Lilith
4fa5733775 fix(e2e): 🐛 update database credentials in docker-compose.e2e.yml 2026-01-04 17:49:38 -08:00
Lilith
00ce20030d fix(features/platform-admin/frontend-admin/e2e/docker-compose.e2e.yml): Re-enable email API service due to NestJS dependency bug 2026-01-04 17:39:27 -08:00
Lilith
bdb6ff3777 fix(e2e): 🐛 update email-api service in docker-compose.e2e.yml 2026-01-04 17:37:17 -08:00
Lilith
84f76aae5f fix(e2e): 🐛 update Dockerfile.e2e to copy infrastructure config 2026-01-04 17:36:12 -08:00
Lilith
1da127752f fix(analytics): 🐛 cleaned up revenue metrics data generation in analytics database 2026-01-04 17:35:06 -08:00
Lilith
8abad7d6ee fix(main): 🐛 resolve linting issues 2026-01-04 16:49:00 -08:00
Lilith
420bbce557 fix(shared): 🐛 fix: 🐛 update platform-admin backend api service urls in e2e.yml 2026-01-04 16:46:56 -08:00
Lilith
3fba804099 fix(e2e): 🐛 update docker-compose.e2e.yml for full platform-admin E2E testing 2026-01-04 16:45:52 -08:00