Feature : Fix DB_HOST typo, refactor tenancy module, and implement...
Feature : Fix DB_HOST typo, refactor tenancy module, and implement transactional decorator for handlers
Showing
- .env.example 1 addition, 1 deletion.env.example
- src/app.module.ts 6 additions, 31 deletionssrc/app.module.ts
- src/feature/arrive-at-stop/arrive-at-stop.handler.ts 6 additions, 2 deletionssrc/feature/arrive-at-stop/arrive-at-stop.handler.ts
- src/feature/deliver-at-stop/deliver-at-stop.handler.ts 6 additions, 2 deletionssrc/feature/deliver-at-stop/deliver-at-stop.handler.ts
- src/feature/pickup-at-stop/pickup-at-stop.handler.ts 6 additions, 2 deletionssrc/feature/pickup-at-stop/pickup-at-stop.handler.ts
- src/feature/tenant/create-tenant/create-tenant.handler.ts 5 additions, 6 deletionssrc/feature/tenant/create-tenant/create-tenant.handler.ts
- src/infrastructure/decorators/transactional-decorator.ts 43 additions, 0 deletionssrc/infrastructure/decorators/transactional-decorator.ts
- src/infrastructure/http/exceptions/all-exception-filter.ts 0 additions, 0 deletionssrc/infrastructure/http/exceptions/all-exception-filter.ts
- src/infrastructure/http/tenancy/tenancy.module.ts 9 additions, 6 deletionssrc/infrastructure/http/tenancy/tenancy.module.ts
- src/infrastructure/http/tenancy/tenancy.utils.ts 23 additions, 28 deletionssrc/infrastructure/http/tenancy/tenancy.utils.ts
- src/infrastructure/http/tenancy/tenant-strategy.ts 29 additions, 0 deletionssrc/infrastructure/http/tenancy/tenant-strategy.ts
- src/main.ts 6 additions, 3 deletionssrc/main.ts
Loading
Please register or sign in to comment