iconsulting/packages/services/file-service/src
hailin 7ff701369b fix(tenant): use TenantContextModule.forRoot() for global tenant context
All services were providing TenantContextService directly without
making it global, causing DI resolution failures in child modules.
Now using TenantContextModule.forRoot() which exports TenantContextService
globally so all repositories can access it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 04:31:56 -08:00
..
adapters feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
application refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
domain refactor(services): implement Clean Architecture across 4 services 2026-01-24 21:18:25 -08:00
file refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
health feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
infrastructure/database/postgres/entities feat: add enterprise multi-tenancy infrastructure 2026-01-25 18:11:12 -08:00
app.module.ts fix(tenant): use TenantContextModule.forRoot() for global tenant context 2026-01-26 04:31:56 -08:00
main.ts feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00