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 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 |
|
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 / 이창민
|
2874478b95
|
fix: import to use direct file path
|
2024-11-11 00:05:24 +09: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 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 |
|
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 |
|
Kamil Myśliwiec
|
da8ebded25
|
fix(microservices): use instance ref to call handler #13473
|
2024-11-07 12:01:18 +01:00 |
|
Wenlong Chen
|
34c2ccabe8
|
fix(core): Order of module destroy should be the reverse of module init
|
2024-11-06 21:08:35 +08:00 |
|
Kamil Mysliwiec
|
0f38439aa6
|
Merge pull request #12761 from PieterScheffers/tcp-use-random-port
Be able to use a random port for the TCP server
|
2024-11-06 13:22:30 +01:00 |
|
Kamil Mysliwiec
|
5cdea22c39
|
Merge pull request #13468 from nestjs/revert-13467-revert-13283-fix/unnecessary-call
fix(microservices): delete unnecessary call of grpcClient.start
|
2024-11-06 12:54:35 +01:00 |
|
Kamil Mysliwiec
|
fd563c0ae9
|
Merge pull request #12735 from micalevisk/feat/narrow-inject
feat(common)!: type narrowing allowed injection tokens for `@Inject()`
|
2024-11-06 12:53:08 +01:00 |
|
Kamil Mysliwiec
|
9b690d95a2
|
Merge branch '11.0.0' into master
|
2024-11-06 12:51:14 +01:00 |
|
Kamil Mysliwiec
|
6228af1444
|
Merge pull request #13336 from nestjs/feat/module-opaque-keys
feat(core): introduce different module opaque key factories
|
2024-11-06 12:49:55 +01:00 |
|
Kamil Mysliwiec
|
8d0a3cd457
|
Merge pull request #12893 from Hareloo/12864-default-number-query-param-bug
fix(common): when transforming undefined numeric values
|
2024-11-06 12:49:48 +01:00 |
|
Kamil Mysliwiec
|
c63717db9d
|
Merge pull request #12764 from kmw14641/kmw14641-bugfix/class-serializer-interceptor
fix(common): apply options to plaintoclass in classserializerinterceptor
|
2024-11-06 12:48:37 +01:00 |
|
Kamil Mysliwiec
|
9cb84e78f8
|
Update packages/microservices/server/server-tcp.ts
Co-authored-by: Gil Tichon <gil.tichon@lemonade.com>
|
2024-11-06 12:47:19 +01:00 |
|
Wenlong Chen
|
5ccc88fe8a
|
fix(core): Calculate module distance after bindGlobalScope
|
2024-11-06 19:02:17 +08:00 |
|
Kamil Mysliwiec
|
bc4667c15a
|
Update Readme.md
|
2024-11-05 14:19:52 +01:00 |
|
Kamil Myśliwiec
|
a544552f72
|
chore(@nestjs) publish v10.4.7 release
v10.4.7
|
2024-11-05 09:57:20 +01:00 |
|
Kamil Mysliwiec
|
954616da7d
|
Merge pull request #14108 from nestjs/chore/undeprecate-listen-fastify
chore(fastify): undeprecate listen method
|
2024-11-05 09:49:24 +01:00 |
|
Kamil Myśliwiec
|
c6b95f54a7
|
chore(fastify): undeprecate listen method
|
2024-11-05 09:37:22 +01:00 |
|
Christian Lütke Stetzkamp
|
2c8982a2c7
|
fix(core): revisit dependencies w/ possibly higher distance
|
2024-10-29 15:33:44 +01:00 |
|
Kamil Myśliwiec
|
7843db3984
|
chore(@nestjs) publish v10.4.6 release
v10.4.6
|
2024-10-23 10:21:04 +02:00 |
|
Kamil Mysliwiec
|
42e0798d8c
|
Merge pull request #14085 from nestjs/fix/internal-core-module-on-preview
fix(core): initialize internal core module on preview
|
2024-10-23 10:20:07 +02:00 |
|
Kamil Myśliwiec
|
d9c8df7d40
|
fix(core): initialize internal core module on preview
|
2024-10-23 09:59:47 +02:00 |
|
Kamil Myśliwiec
|
025b32f342
|
Merge branch 'master' of https://github.com/nestjs/nest
|
2024-10-21 09:41:11 +02:00 |
|
Kamil Myśliwiec
|
c28f92e0c3
|
sample: simulate timeout to demonstrate caching
|
2024-10-21 09:40:57 +02:00 |
|