Commit Graph

41 Commits

Author SHA1 Message Date
Kamil Myśliwiec
0e5b402a6f refactor(): update to the latest version of prettier 2020-03-22 12:10:49 +01: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
d3c2251c4f fix(): fix http exception tests (integration, unit) 2020-03-02 15:19:09 +01:00
Kamil Myśliwiec
5d2de5fd9a fix(): integration tests cleanup, update deps versions 2020-03-02 13:46:26 +01:00
Kamil Myśliwiec
b3c9d4c710 fix(): resolve merge conflicts 2020-02-29 13:26:44 +01:00
Kamil Myśliwiec
ea07fb7e16 fix(platform): revert fastify regression 2020-01-28 12:10:41 +01:00
Kamil Myśliwiec
883c8d4d12 fix(platform): fix fastify regression (form body and cors) 2020-01-28 08:59:16 +01:00
Kamil Myśliwiec
7309ba4bdf chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00
Kamil Myśliwiec
01998910af refactor(core): adjust changes to the rest of codebase 2020-01-24 14:15:59 +01:00
Kamil Mysliwiec
e3c69b1515 Merge branch 'master' into host-routing 2020-01-24 13:35:55 +01:00
Vasil Rangelov
83c652c7d1 feature(http-adapter) Added the application's global prefix to the error and not found handlers, cors and body parser registrations, and enabled the adapters to register them based on prefix. 2019-12-18 11:54:56 +02:00
Kamil Myśliwiec
575e3133a3 style(): run linter against integration tests and few others 2019-11-29 09:31:15 +01:00
Kamil Myśliwiec
c3f4ea34b2 style(): run linter over packages, integration and spec files, add hook 2019-11-29 09:24:19 +01:00
Kamil Myśliwiec
489d3299c0 format() run prettier, update format script 2019-10-04 09:08:27 +02:00
Kamil Myśliwiec
e64839c71a test(integration) add integration tests for exclude method 2019-09-30 12:31:55 +02:00
Stepan Riha
d6bd3f147b add @HostParam support 2019-09-20 14:54:08 -05:00
Stepan Riha
7e3f3d8ada add host option for @Controller 2019-09-20 14:03:00 -05:00
Kamil Myśliwiec
77fb3bae6b fix(core) improve topological sorting performance 2019-09-03 09:53:56 +02:00
Kamil Myśliwiec
02c8b5b2b9 fix(core) invert middleware execution order 2019-08-29 09:11:18 +02:00
Kamil Myśliwiec
5ab5ed8736 tests() update middleware execution order e2e test 2019-08-26 22:09:46 +02:00
likui
fcf5042d32 feat(@nestjs/core): execute middleware of dependent modules first. #1451 2019-07-05 19:14:56 +08:00
Kamil Myśliwiec
0712346adc feature(): use metadata cache for headers and status code 2019-04-10 12:52:40 +02:00
Toon van Strijp
21c22d5af3 change header interceptor in hello-world e2e to take multiple headers if needed. 2019-04-06 15:49:42 +02:00
Toon van Strijp
6618badc23 removed set header code before running interceptors. Added e2e test for testing header override. 2019-04-05 11:40:16 +02:00
Toon van Strijp
922bbc3e57 set http status code before running interceptors
added unit test and integration test
changes http adapter to not send  http status in reply
2019-04-01 01:02:09 +02:00
Kamil Myśliwiec
07da047801 bugfix(): fix invalid middleware instantiation 2019-03-15 16:48:05 +01:00
Kamil Myśliwiec
7818a4de18 merge(): resolve conflicts 2019-03-15 14:30:08 +01:00
Kamil Myśliwiec
6893bd68bf integration(): add middleware integration test 2019-03-14 15:56:21 +01:00
Kamil Myśliwiec
b80c33aa55 refactor(): update typings, code style update, remove typo 2019-02-17 10:57:37 +01:00
Kamil Myśliwiec
b0de7ce6f3 sample() update existing samples to 6.0.0 2019-01-15 00:02:34 +01:00
Kamil Myśliwiec
53687ba46a feature(websockets) extract web sockets drivers 2018-12-12 23:35:27 +01:00
Kamil Myśliwiec
42e1e79b31 test(): fix e2e tests 2018-12-05 23:08:03 +01:00
Jean-Baptiste Pionnier
6193f506c2 refactor(integration) resolve module path 2018-09-30 21:08:44 +02:00
Kamil Myśliwiec
a9204cb399 bugfix(@nestjs/testing) await scan() operation 2018-07-04 18:30:08 +02:00
Kamil Myśliwiec
5cfb0bfc85 refactor(@nestjs) fix typos, extract module compiler, fix broken guards 2018-04-28 12:42:35 +02:00
Kamil Myśliwiec
944921f2e9 external(@nestjs) update to rxjs@6.0.0 2018-04-27 13:13:02 +02:00
Kamil Myśliwiec
59f5d68df5 feature(@nestjs/common) add @Header() decorator 2018-04-23 22:44:57 +02:00
Kamil Myśliwiec
52acfe4ea2 tests(@nestjs) add dynamic modules & express instance integration tests 2018-04-21 00:04:18 +02:00
Kamil Myśliwiec
fdbf364087 feature(@nestjs) enhance execution context, create host 2018-03-24 17:19:47 +01:00
Kamil Myśliwiec
a18e4c69ee tests(@nestjs) push basic integration tests 2018-03-17 15:01:17 +01:00