issues
search
Papooch
/
nestjs-cls
A continuation-local storage (async context) module compatible with NestJS's dependency injection.
https://papooch.github.io/nestjs-cls/
MIT License
453
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CLS not active in a NestJS Hybrid RPC interceptor test
#187
keymatch-clovis
closed
10 hours ago
2
Feature Request: Transactional: Support Promises in `withTransaction` for Batch Query
#186
pknameer
closed
1 week ago
3
feat(transactional-adapter-mikro-orm): add mikro orm adapter
#185
whileloop99
opened
1 week ago
0
In prisma's $on event, nest-cls did not get normal context data
#184
ahuijiLearning
closed
2 weeks ago
1
Is there a way to manually eject out of a transaction without raising an error?
#183
ThomasShih
closed
3 weeks ago
5
build: update ts settings
#182
Papooch
closed
1 month ago
0
Prisma transactional plugin connection usage
#181
xtrinch
closed
1 month ago
3
feat(transactional-adapter-drizzle-orm): add drizzle orm adapter
#180
Papooch
closed
3 weeks ago
0
feat(drizzle): add basic support for drizzle-orm postgres
#179
fjanicki
closed
3 weeks ago
5
Potential nest-js cls plugin: `@Rollbackable()`
#176
drakedeatonuk
closed
1 month ago
5
docs: fix guard to interceptor
#173
JangDaljin
closed
3 months ago
1
fix(core): support primitive values in websocket payload
#172
Papooch
closed
3 months ago
0
feat: enable `strict` mode for Proxy Providers
#171
Papooch
closed
3 months ago
0
WebSocket data can be a primitive, causing exception
#170
alberto-i
closed
3 months ago
2
Add proper support for injecting proxy providers into other proxy providers
#169
Papooch
opened
3 months ago
0
When generating id for RPC using interceptor I get the whole context instead of "request data"
#168
micgre0
closed
3 months ago
1
fix(transactional): correct behavior of `Propagation.Never`
#167
Papooch
closed
3 months ago
0
Add an option to forbid active transactions in specific methods (@nestjs-cls/transactional)
#166
fredsensibill
closed
3 months ago
8
mongoose adapter support Propagation.NotSupported mode
#165
GO-DIE
closed
3 months ago
3
Support for Mikro-ORM
#164
vroudge
opened
4 months ago
2
Nest can't resolve dependencies of the ClsModule (?, ModuleRef). Please make sure that the argument HttpAdapterHost at index [0] is available in the ClsModule context. (Using PNPM)
#163
RabahZeineddine
closed
4 months ago
10
docs: fix title in readme
#162
Papooch
closed
4 months ago
0
feat(transactional-adapter-mongodb): add `mongodb` adapter
#161
Papooch
closed
4 months ago
0
feat(transactional): enable adapters to opt out of transactional proxy support
#160
Papooch
closed
4 months ago
0
feat(transactional-adapter-mongoose): add `mongoose` adapter
#159
Papooch
closed
4 months ago
0
feat(transactional-adapter-mongodb): add `mongodb` adapter
#158
Papooch
closed
4 months ago
0
chore(transactional): add more tests for transactional adapters
#157
Papooch
closed
4 months ago
0
feat(transactional): enable lifecycle hooks in TransactionalAdapter
#156
Papooch
closed
4 months ago
0
Support for Drizzle ORM
#155
herenickname
closed
3 weeks ago
6
Add transactional adapter support for mongoose
#154
GO-DIE
closed
4 months ago
4
chore: add link to discord server on issue template
#153
micalevisk
closed
5 months ago
0
Can't disconnect from DB while testing and using transactional plugin
#152
Peterculazh
closed
5 months ago
4
Nest can't resolve dependencies of the ClsModule (?, ModuleRef). Please make sure that the argument HttpAdapterHost at index [0] is available in the ClsModule context.
#151
Nijinsha
closed
6 months ago
1
fix(transactional): use proxy on descriptor.value
#150
nicobuzeta
closed
6 months ago
3
@Transactional decorator breaking swagger documentation
#149
nicobuzeta
closed
6 months ago
2
setup / generateId functions not called in WebSocket Gateway
#148
sagi-orchid
closed
6 months ago
4
transactional-adapter-pg-promise: where are the default tx options merged with tx-specific options?
#147
sam-artuso
closed
6 months ago
4
CLS appears not running inside jest integration tests
#146
gregoryorton-ws
closed
6 months ago
2
feat(transactional): add default options parameter to transactional adapter
#145
Papooch
closed
7 months ago
0
docs: update docs on transactional plugin
#144
Papooch
closed
7 months ago
0
chore: update typeorm adapter, add docs
#143
Papooch
closed
7 months ago
0
Use custom prisma client with prisma provider that is using `useFactory` method.
#142
adrianlocurciohotovo
closed
7 months ago
2
Add typeorm Adapter for @nestjs-cls/transactional #140
#141
giosueDelgado
closed
7 months ago
4
Add typeorm Adapter for @nestjs-cls/transactional
#140
giosueDelgado
closed
7 months ago
8
How to get a real database transaction in a test environment?
#139
sam-artuso
closed
7 months ago
2
Update index.md
#138
sam-artuso
closed
7 months ago
0
Docker Error
#137
shauntrennery
closed
1 month ago
5
PgPromise adapter: add default tx options
#136
sam-artuso
closed
7 months ago
5
chore: update deps + add test cases
#135
Papooch
closed
7 months ago
0
Global middleware not running on Nest > 10.3.2 (fastify, global prefix)
#134
xtrinch
closed
7 months ago
8
Next