Kamil Myśliwiec
|
236b633a76
|
style: address integration tests lint errors
|
2024-11-26 09:39:20 +01:00 |
|
Tolga Paksoy
|
c3e2d5be98
|
feat(core,common): add @RawBody() decorator
|
2024-02-18 17:54:19 +01:00 |
|
Pooyan Khanjankhani
|
607654509b
|
chore(): fix constant variable name typo
Variable `ROUTE_ARGS_METADATA` was misspelled as `ROUTE_AGRS_METADATA`.
|
2022-07-24 18:59:46 +04:30 |
|
wSedlacek
|
14e7e0b478
|
fix(core): apply existing headers to sse responses
|
2021-11-29 20:18:44 -08:00 |
|
Luca Becker
|
5ad26b56f8
|
fix(core): marking files as pipeable
The two decorators @UploadedFile and @UploadedFiles have been marked as pipeable,
however this had no affect as this method was preventing their execution.
Original Issue https://github.com/nestjs/nest/issues/4752
Bug fixed by this commit https://github.com/nestjs/nest/pull/6344#issuecomment-810241251
|
2021-03-31 07:09:22 +02:00 |
|
Kamil Myśliwiec
|
320b599503
|
test(core): fix router execution context tests
|
2020-10-30 14:54:58 +01:00 |
|
Kamil Myśliwiec
|
511625c35e
|
refactor(core): align code changes to the rest of the codebase
|
2020-10-30 14:49:07 +01:00 |
|
soyuka
|
e0e1febf5f
|
test(sse): Test sse
|
2020-10-13 11:45:54 +02:00 |
|
Kamil Myśliwiec
|
ed46d6c618
|
fix(core): invalid arguments order, fix message key (http exceptions)
|
2020-03-15 14:03:07 +01:00 |
|
Kamil Myśliwiec
|
dece70c319
|
fix(common): standarize exceptions that inherit from http exception
|
2020-03-03 14:54:24 +01:00 |
|
Kamil Myśliwiec
|
d3987342b2
|
test(): fix broken unit tests
|
2020-03-03 10:07:43 +01:00 |
|
Kamil Myśliwiec
|
9e44ce5522
|
fix(): resolve merge conflicts
|
2020-03-02 16:05:38 +01:00 |
|
Kamil Myśliwiec
|
d3c2251c4f
|
fix(): fix http exception tests (integration, unit)
|
2020-03-02 15:19:09 +01:00 |
|
Kamil Myśliwiec
|
6c57f7741f
|
test(core): fix redirect test
|
2019-12-10 17:30:32 +01:00 |
|
Kamil Mysliwiec
|
d5cfa4049a
|
Merge pull request #3582 from tonyhallett/correct_test_name
test(core): correct test name
|
2019-12-10 15:09:30 +01:00 |
|
Kamil Mysliwiec
|
013f6f1afb
|
Merge pull request #3583 from tonyhallett/missing_router_execution_test
test(core): add missing test
|
2019-12-10 14:28:21 +01:00 |
|
Kamil Myśliwiec
|
ff085c873a
|
fix(): resolve conflicts
|
2019-12-10 14:07:26 +01:00 |
|
Kamil Mysliwiec
|
41a6fdd6fb
|
Merge branch 'master' into correct_test_name
|
2019-12-10 13:53:37 +01:00 |
|
Kamil Mysliwiec
|
5f77504c3e
|
Merge pull request #3580 from tonyhallett/refactor_remove_stub
test(core): remove unnecessary stub
|
2019-12-10 13:53:20 +01:00 |
|
Kamil Mysliwiec
|
c2e0f8aeaa
|
Merge pull request #3584 from tonyhallett/correct_not_awaiting
test(core): correct not awaiting promises
|
2019-12-10 13:53:01 +01:00 |
|
Kamil Mysliwiec
|
2c23a7c015
|
Update router-execution-context.spec.ts
|
2019-12-10 13:52:00 +01:00 |
|
Tony
|
5a8e9f035d
|
test(core): correct expectation in catch
|
2019-12-09 14:27:55 +00:00 |
|
Tony
|
681b8599cb
|
test(core): correct not awaiting promises
|
2019-12-09 13:31:25 +00:00 |
|
Tony
|
73de8d76f6
|
test(core): add missing test
|
2019-12-09 13:18:45 +00:00 |
|
Tony
|
3388e77573
|
test(core): correct test name
|
2019-12-09 13:11:07 +00:00 |
|
Tony
|
63dab2831b
|
test(core): remove unnecessary stub
|
2019-12-09 13:04:38 +00:00 |
|
Kamil Myśliwiec
|
00b84e4318
|
Merge branch 'master' into feat/args-host-decorators
|
2019-11-08 11:43:29 +01:00 |
|
Kamil Myśliwiec
|
a5049e770f
|
fix(core) dont wait non-pipeable params
|
2019-10-10 13:25:41 +02:00 |
|
Kamil Myśliwiec
|
3a97eaa329
|
feat(core) pass ArgumentsHost to custom decorators
|
2019-09-30 11:16:28 +02:00 |
|
Kamil Myśliwiec
|
1d27dacb2a
|
feat() add rpc & ws decorators, add rpc context
|
2019-09-26 12:44:44 +02:00 |
|
Kamil Myśliwiec
|
458e2ccd04
|
refactor(core) improve performance by moving reflection part (redirect)
|
2019-08-26 10:41:59 +02:00 |
|
John Biundo
|
f4d3c03d6b
|
feature(redirect decorator) add redirect decorator
|
2019-08-20 12:45:40 -07:00 |
|
Kamil Myśliwiec
|
72ca19b973
|
perf(): improve pipes performance (reduce overhead)
|
2019-07-18 10:49:56 +02:00 |
|
likui
|
1161a7a0ee
|
feat(@nestjs/core): support getNext after swithToHttp from ExecutionContext. #1484
|
2019-06-08 20:56:33 +08:00 |
|
Toon van Strijp
|
152140085b
|
reverted reply signature to have statusCode
|
2019-04-01 11:47:37 +02:00 |
|
Toon van Strijp
|
6415633097
|
fixed unit tests
|
2019-04-01 09:24:09 +02:00 |
|
Kamil Myśliwiec
|
404afdca93
|
merge(): resolve conflicts
|
2019-02-21 09:06:25 +01:00 |
|
Kamil Myśliwiec
|
06dec9a897
|
feature() transient/request scope with circular deps
|
2018-12-24 14:45:32 +01:00 |
|
Kamil Myśliwiec
|
53687ba46a
|
feature(websockets) extract web sockets drivers
|
2018-12-12 23:35:27 +01:00 |
|
Kamil Myśliwiec
|
a3fbb8816e
|
feature() extract fastify, multer, cors, adapters
|
2018-12-01 21:02:36 +01:00 |
|
Andrew Yustyk
|
35cf1faa84
|
bugfix(core) change initial context arguments from null to undefined
fix nestjs/nest#1182
|
2018-10-13 03:58:53 +03:00 |
|
Kamil Myśliwiec
|
d5833e3e4b
|
feature(@nestjs/core) extract helpers to context utils class
|
2018-08-22 14:37:07 +02:00 |
|
Kamil Myśliwiec
|
0da348045f
|
tests(@nestjs) fix broken stubs, flush out exceptions
|
2018-05-09 18:18:52 +02:00 |
|
Kamil Myśliwiec
|
59f5d68df5
|
feature(@nestjs/common) add @Header() decorator
|
2018-04-23 22:44:57 +02:00 |
|
Kamil Myśliwiec
|
b144dbef8c
|
chore(release) publish v5.0.0-beta.0
|
2018-04-17 18:22:27 +02:00 |
|
Kamil Myśliwiec
|
707b3efea4
|
tests(@nestjs/core) fix router execution context unit test (render)
|
2018-03-26 19:15:28 +02:00 |
|
Kamil Myśliwiec
|
e50ddf9cb9
|
tests(@nestjs) fix broken unit tests
|
2018-03-24 20:55:06 +01:00 |
|
Kamil Myśliwiec
|
614de27310
|
refactor(@nestjs) rename directories, add script, fix tests
|
2018-03-24 15:11:48 +01:00 |
|