nestjs-cls icon indicating copy to clipboard operation
nestjs-cls copied to clipboard

A continuation-local storage (async context) module compatible with NestJS's dependency injection.

Results 29 nestjs-cls issues
Sort by recently updated
recently updated
newest added

Hi, I'm having a problem with the @Transactional decorator. When I add it to a controller method, the corresponding post on the swagger documentation loses its corresponding openapi.ApiResponse. I've looked...

bug

Any idea why I'm getting this error within a Docker image? Nest can't resolve dependencies of the PrismaService (?). Please make sure that the argument ClsService at index [0] is...

investigation
needs info

Hello, I'm trying to integrate `nestjs-cls` into my project for transactions and faced issue with disconnecting from DB while testing repositories. There code of tests: ```ts describe(`POSITIVE: UserRepository`, () =>...

investigation
needs info

Drizzle is an ORM/QueryBuilder that is gaining popularity, I would love to see support for it in your library. Thank you!

enhancement

I'm currently using neverthrow to wrap all errors in my codebase. This means that I don't raise any errors and therefore the current implementation (typeorm adapter) won't rollback. I know...

question

Seeing as Mikro-orm is an unit-of-work-first ORM, I think it would be great to see a plugin for it for `nestjs-cls`. It would be particularly relevant as it uses[ itself...

enhancement
contribution welcome

Currently, only the built-in `CLS_REQ` and `CLS_RES` proxy providers are able to be injected in other proxy providers. There is only a partial support for injecting custom proxy providers with...

enhancement

Bumps the nestjs group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nestjs/apollo](https://github.com/nestjs/graphql) | `13.1.0` |...

dependencies
javascript

Bumps the documentation group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.8.1` |...

dependencies
javascript

Bumps the graphql group with 3 updates in the / directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server), [graphql](https://github.com/graphql/graphql-js) and [mercurius](https://github.com/mercurius-js/mercurius). Bumps the graphql group with 1 update in the /packages/core directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server). Updates `@apollo/server` from...

dependencies
javascript