Commit Graph

27 Commits

Author SHA1 Message Date
Kamil Myśliwiec
10fdf16c47 build: use strict null checks part 1 2024-11-26 12:46:59 +01:00
Kamil Myśliwiec
236b633a76 style: address integration tests lint errors 2024-11-26 09:39:20 +01:00
Kamil Myśliwiec
d323edbab9 chore(core): remove uuid dependency 2023-02-06 10:33:39 +01:00
codytseng
60772c39e1 feat: use mapToExcludeRoute() when set global prefix 2022-11-23 22:34:25 +08:00
codytseng
75d5d64ec7 fix(core): let the middleware can get the params in the global prefix 2022-10-10 22:56:30 +08:00
Micael Levi (lab)
82adb3c101 refactor(common,core): use shared utils from common whenever possible
Use every util defined at `shared.utils.ts` from `@nestjs/common`, when
possible. Only spec files aren't touched.
2021-12-16 02:54:06 -04:00
Zclhlmgqzc
226a1ac28b fix: middleware with globalPrefixOptions exclude 2021-10-06 18:43:53 +08:00
Zclhlmgqzc
383d87e5cd fix(platform-express): middleware include RequestMethod 2021-07-18 17:56:12 +08:00
Kamil Myśliwiec
90655d444b chore(): upgrade deps 2021-06-28 13:11:40 +02:00
Kamil Myśliwiec
6043520084 chore(): resolve conflicts 2021-05-14 15:36:22 +02:00
Clay Risser
b5476ed439 fix(core): detect conventional middleware class #6586 2021-03-07 04:30:11 -06:00
Kamil Myśliwiec
fc56e93c4b fix(): fix middleware tests, fix socketio deprecations 2021-01-29 15:24:09 +01:00
cojack
d6bc71ddd4 chore(core): Refactor filterMiddleware to use iterare 2020-03-18 12:22:25 +01:00
Kamil Myśliwiec
d3e14195e2 fix(): resolve merge conflicts 2020-03-11 22:41:53 +01:00
Kamil Myśliwiec
9a9a54e17d fix(): fix uuid deprecated imports 2020-03-03 09:19:11 +01:00
Kamil Myśliwiec
56e02e6b29 fix(): fix middleware host class name 2020-03-02 13:51:55 +01:00
Kamil Myśliwiec
b3c9d4c710 fix(): resolve merge conflicts 2020-02-29 13:26:44 +01:00
Kamil Myśliwiec
7309ba4bdf chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00
Kamil Myśliwiec
e64839c71a test(integration) add integration tests for exclude method 2019-09-30 12:31:55 +02:00
Kamil Myśliwiec
593a3d1ac8 feat(core) exclude middleware based on path 2019-09-26 15:01:14 +02:00
Kamil Myśliwiec
07da047801 bugfix(): fix invalid middleware instantiation 2019-03-15 16:48:05 +01:00
Kamil Myśliwiec
1cac0a99fd feature: more typings, refactor 2018-11-28 23:08:27 +01:00
Kamil Myśliwiec
0b23422ab1 refactor: reduce implicit types 2018-11-24 17:28:28 +01:00
Kamil Myśliwiec
72616cc0f1 tests(core) fix middleware utils unit tests 2018-10-06 16:26:17 +02:00
Kamil Myśliwiec
0e71949538 chore(build) share tsconfig, add 'clean' and npmignore 2018-10-06 16:14:35 +02:00
Jean-Baptiste Pionnier
ac295e68f6 refactor Unnecessary 'await' 2018-09-30 22:14:35 +02:00
Kamil Myśliwiec
5cfb0bfc85 refactor(@nestjs) fix typos, extract module compiler, fix broken guards 2018-04-28 12:42:35 +02:00