Kamil Mysliwiec
|
234d8d5600
|
Merge pull request #13924 from alinowrouzii/feat-microservices/nats-gracefull-shutdown
feat(microservices): add gracefull shutdown option for nats server
|
2024-11-18 12:33:48 +01:00 |
|
Kamil Mysliwiec
|
774ccbe1b2
|
Merge pull request #12622 from jmcdo29/feat/async-microservce-config
feat: allow for microservice options to come from the di container
|
2024-11-18 12:18:57 +01:00 |
|
Kamil Mysliwiec
|
ad97a73ab2
|
Merge branch '11.0.0' into feat-microservices/nats-gracefull-shutdown
|
2024-11-18 12:18:16 +01:00 |
|
Kamil Mysliwiec
|
00bb6309c1
|
Merge pull request #13407 from MegaSpaceHamlet/multer-error-fieldname
Multer error fieldname
|
2024-11-18 12:09:40 +01:00 |
|
Kamil Myśliwiec
|
c239f9a037
|
refactor: replace inline as any calls with untyped vars
|
2024-11-18 10:33:51 +01:00 |
|
Kamil Mysliwiec
|
a669981c81
|
Merge pull request #14121 from nestjs/feat/logger-additions
feat(common): json logger and a few other improvements
|
2024-11-18 10:09:57 +01:00 |
|
Kamil Myśliwiec
|
47941ba4d9
|
test: update outdated unit test
|
2024-11-18 09:56:13 +01:00 |
|
Kamil Mysliwiec
|
e89bb8e4a2
|
Merge pull request #14127 from CodyTseng/feat-ws-message-preprocessor
feat(ws): introduce message parser for ws adapter
|
2024-11-18 09:52:52 +01:00 |
|
Kamil Mysliwiec
|
ca86bf6374
|
Merge pull request #14129 from EeeasyCode/fix/issue-#13931
fix: rabbitmq bindings and auto-generated queues
|
2024-11-18 09:52:00 +01:00 |
|
Kamil Myśliwiec
|
09a193337a
|
Merge branch 'ReneZeidler-fix-get-all-and-merge' into 11.0.0
|
2024-11-18 09:51:35 +01:00 |
|
Kamil Myśliwiec
|
33ef121d6b
|
chore: a few improvements
|
2024-11-18 09:49:48 +01:00 |
|
Kamil Mysliwiec
|
d2ac397115
|
Merge pull request #13388 from AlexRMU/master
Сorrection of `Reflector` types
|
2024-11-18 09:14:09 +01:00 |
|
Kamil Myśliwiec
|
9129e4f858
|
refactor: remove redundant conditions
|
2024-11-18 09:10:34 +01:00 |
|
Kamil Myśliwiec
|
f37dafc132
|
chore: pass error instance to logger error method
|
2024-11-18 09:08:47 +01:00 |
|
Kamil Mysliwiec
|
3ad835c05d
|
Merge pull request #14110 from wenlong-chen/fix-global-module-distance
fix(core): calculate module distance after bindGlobalScope
|
2024-11-18 08:18:34 +01:00 |
|
Kamil Mysliwiec
|
e965b4a141
|
Merge pull request #14111 from wenlong-chen/fix-module-destroy-order
fix(core): Order of module destroy should be the reverse of module init
|
2024-11-18 08:18:16 +01:00 |
|
Kamil Mysliwiec
|
feb2135373
|
Merge pull request #14123 from micalevisk/feat/narrow-nest-factories-methods
feat(core)!: type narrowing valid entry module for nestjs factories
|
2024-11-15 13:29:54 +01:00 |
|
Kamil Mysliwiec
|
9ea618e0a8
|
Update packages/core/nest-factory.ts
|
2024-11-15 13:29:35 +01:00 |
|
Kamil Mysliwiec
|
9a48dc123e
|
Merge pull request #14131 from nestjs/feat/number-exception-create-body
feat(common): allow passing number to http error createBody
|
2024-11-15 10:18:14 +01:00 |
|
Kamil Mysliwiec
|
07adf37156
|
Merge pull request #14122 from nestjs/feat/parse-date-pipe
feat(common): add ParseDatePipe, add tsdoc to other pipes
|
2024-11-15 10:17:52 +01:00 |
|
Kamil Mysliwiec
|
ea92f5fb3a
|
Merge pull request #14134 from nestjs/feat/add-max-tcp-message-length
feat(microservices): add max tcp packet buffer length
|
2024-11-15 10:17:28 +01:00 |
|
codytseng
|
33e32d9d5d
|
feat(ws): allow setting message parser in constructor
|
2024-11-13 09:58:32 +08:00 |
|
codytseng
|
2ab99739cd
|
refactor(ws): rename to message parser and move json parse logic inside
|
2024-11-13 09:57:29 +08:00 |
|
Kamil Myśliwiec
|
9ae6a4c19f
|
feat(microservices): add max tcp packet buffer length
|
2024-11-12 13:37:14 +01:00 |
|
Kamil Myśliwiec
|
35846843e1
|
feat(common): allow passing number to http error create body #12787
|
2024-11-12 11:12:41 +01:00 |
|
Kamil Mysliwiec
|
945d134b66
|
Merge pull request #14126 from EeeasyCode/issue-#14093
fix(common): type narrowing context parameter on createParamDecorator's callback
|
2024-11-12 09:36:52 +01:00 |
|
Khan / 이창민
|
e231f9887e
|
fix: rabbitmq bindings and auto-generated queues
|
2024-11-11 15:31:19 +09:00 |
|
Khan / 이창민
|
2874478b95
|
fix: import to use direct file path
|
2024-11-11 00:05:24 +09:00 |
|
codytseng
|
de13eec632
|
feat: introduce message preprocessor for ws adapter
|
2024-11-10 16:14:07 +08:00 |
|
Khan / 이창민
|
e9d57dd795
|
fix: type narrowing ctx
|
2024-11-10 16:31:29 +09:00 |
|
Micael Levi L. Cavalcante
|
3cdaaf0bed
|
feat(core): type narrowing valid entry module for nestjs factories
|
2024-11-09 06:50:47 -04:00 |
|
Kamil Myśliwiec
|
676461ff4e
|
test: add unit tests, minor updates
|
2024-11-08 15:49:24 +01:00 |
|
Kamil Myśliwiec
|
cd7079bcc0
|
feat(common): add parse date pipe, add tsdoc to other pipes
|
2024-11-08 15:28:13 +01:00 |
|
Kamil Myśliwiec
|
66c4810b0f
|
style: fix linter issues
|
2024-11-08 14:29:42 +01:00 |
|
Kamil Myśliwiec
|
23e602b712
|
style: fix linter issues
|
2024-11-08 14:09:58 +01:00 |
|
Kamil Myśliwiec
|
e767bd364e
|
feat: produce a parseable json when colors off and compact on
|
2024-11-08 13:49:42 +01:00 |
|
Kamil Mysliwiec
|
bcda8fd791
|
Merge pull request #14115 from Tony133/chore/update-fastify-view-options-interface
chore(fastify): update fastify view options interface
|
2024-11-08 12:26:59 +01:00 |
|
Kamil Mysliwiec
|
fb32ef6d46
|
Merge pull request #14116 from Tony133/chore/update-fastify-static-options-interface
refactor(fastify): update fastify static options interface
|
2024-11-08 12:26:29 +01:00 |
|
Kamil Mysliwiec
|
51a03bbcf2
|
Merge pull request #14113 from nestjs/feat/context-select-options
feat(core): allow overriding abortOnError for the select method
|
2024-11-08 11:44:11 +01:00 |
|
Kamil Mysliwiec
|
f191f0f1fd
|
Merge pull request #14112 from nestjs/fix/instance-method-call
fix(microservices): use instance refs for target handler callbacks
|
2024-11-08 11:43:06 +01:00 |
|
Kamil Mysliwiec
|
84bf5706e2
|
Merge pull request #14097 from clkamp/wip-distance-order
fix(core): revisit dependencies w/ possibly higher distance
|
2024-11-08 11:42:49 +01:00 |
|
Kamil Myśliwiec
|
03d8bcc21c
|
feat: add pid to log object
|
2024-11-08 11:32:08 +01:00 |
|
Kamil Myśliwiec
|
e75eb1d14a
|
feat(common): json logger and a few other improvements
|
2024-11-08 11:21:37 +01:00 |
|
Tony133
|
790bafa46e
|
refactor(): update fastify static options interface
|
2024-11-07 21:15:39 +01:00 |
|
Tony133
|
f13e32ad33
|
chore: update fastify view options interface
|
2024-11-07 21:12:38 +01:00 |
|
Kamil Mysliwiec
|
3081f544f4
|
Merge pull request #14114 from micalevisk/fix-issue-13733
fix(common)!: drop broken support for promises on `exports` of modules
|
2024-11-07 14:10:35 +01:00 |
|
Micael Levi L. Cavalcante
|
5bc7f91d90
|
fix(common): drop broken support for promises on exports of modules
|
2024-11-07 08:49:14 -04:00 |
|
Kamil Mysliwiec
|
6ea78d52fb
|
Merge pull request #13628 from tomflorentin/master
chore(class-transformer): plainToClass is deprectated and replaced with plainToInstance
|
2024-11-07 12:38:37 +01:00 |
|
Kamil Myśliwiec
|
38bfa9a13a
|
feat(core): allow overriding abort on error for select method
|
2024-11-07 12:18:12 +01:00 |
|
Kamil Myśliwiec
|
f273041594
|
test: update unit tests
|
2024-11-07 12:07:59 +01:00 |
|