Commit Graph

1049 Commits

Author SHA1 Message Date
Kamil Myśliwiec
7c0236afa7 test: regenerate serialized graph 2023-06-19 10:37:01 +02:00
Kamil Myśliwiec
a350468780 test: update mongoose test options 2023-06-19 09:26:58 +02:00
Kamil Myśliwiec
73f85c86e7 test: update integration tests 2023-06-17 11:28:49 +02:00
Kamil Myśliwiec
f831473dbb test: remove .only calls 2023-06-17 11:12:19 +02:00
Kamil Myśliwiec
7aa710724d fix(core): apply middleware to versioned controllers (ctrl-level) 2023-06-14 11:34:56 +02:00
Kamil Mysliwiec
5481a01f16 Merge pull request #10545 from jmcdo29/feat/websocket-get-pattern
feat: create method on client to get websocket pattern
2023-06-12 13:29:23 +02:00
Kamil Mysliwiec
8dcaef7d16 Merge pull request #11734 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.4.0
2023-06-12 13:27:39 +02:00
Kamil Mysliwiec
c233f251f0 Merge pull request #11733 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.4.0
2023-06-12 13:26:01 +02:00
renovate[bot]
8ec876210e chore(deps): update confluentinc/cp-zookeeper docker tag to v7.4.0 2023-06-12 11:05:00 +00:00
renovate[bot]
1c70dd834c chore(deps): update confluentinc/cp-kafka docker tag to v7.4.0 2023-06-12 11:04:49 +00:00
renovate[bot]
8afe6259eb chore(deps): update mysql docker tag to v8.0.33 2023-06-12 10:57:57 +00:00
Kamil Myśliwiec
1f44c1c72a chore: resolve conflicts 2023-06-12 12:24:08 +02:00
Kamil Myśliwiec
a412dccfbe fix(fastify): validate middleware paths 2023-06-12 11:03:31 +02:00
Kamil Mysliwiec
8053f11451 Merge pull request #9809 from rychardvale/fix-middleware-multiple-runs
feat(core): middleware runs once for matching route
2023-06-12 09:47:02 +02:00
Kamil Mysliwiec
b1be7a3d21 Merge pull request #11650 from nestjs/fix/global-prefix-exclude-with-versioning
fix(core): global prefix exclude when versioning is turned on
2023-05-24 11:34:14 +02:00
Kamil Myśliwiec
0faddb4c37 fix(core): global prefix exclude when versioning is turned on 2023-05-22 13:17:22 +02:00
9w
a32cfc53d4 fix(integration): change mysql connection host to 127.0.0.1 2023-05-22 18:54:42 +09:00
Kamil Mysliwiec
974c946845 Update integration/testing-module-override/tsconfig.json 2023-05-19 14:55:33 +02:00
Kamil Myśliwiec
f98c779e35 test: update outdated tests 2023-04-17 14:05:50 +02:00
Kamil Myśliwiec
11b7418e3f Merge branch '10.0.0' into leonardovillela-testing-module-builder-add-override-module-method 2023-04-17 13:49:11 +02:00
Kamil Myśliwiec
fdfabf978c chore: resolve conflicts 2023-04-17 13:49:01 +02:00
Micael Levi L. Cavalcante
2e2ae090cd test(integration): wrong class import on typeorm integration test 2023-04-05 09:13:26 -04:00
Kamil Myśliwiec
0f904d2cab chore: update minimum engine version to 16 2023-04-05 13:31:07 +02:00
Kamil Myśliwiec
702eebf9b5 chore: resolve conflicts 2023-04-05 13:10:23 +02:00
Kamil Myśliwiec
2599395b3c Merge branch 'master' into chore/remove-cache-module 2023-04-05 12:23:56 +02:00
Kamil Myśliwiec
06da94bca5 chore: assert type of route info objects 2023-04-05 12:02:34 +02:00
Kamil Myśliwiec
570e52132c chore(common): remove cache module 2023-04-05 11:01:17 +02:00
Kamil Mysliwiec
a8ae4f4389 Merge pull request #10628 from nomaxg/tls
feat(microservice): TCP microservice over TLS
2023-04-05 10:46:48 +02:00
Kamil Myśliwiec
a692e637fd chore: resolve conflicts 2023-03-29 14:41:29 +02:00
Kamil Mysliwiec
407d2d7a57 Merge pull request #11339 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.0.32
2023-03-27 08:54:41 +02:00
Kamil Mysliwiec
37a036b5eb Merge pull request #11349 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.3.2
2023-03-27 08:54:06 +02:00
Kamil Mysliwiec
c75e951d5c Update express.spec.ts 2023-03-27 08:51:28 +02:00
ian
4cad5067a3 feat: change updateandgettimestampdiff from private to protected 2023-03-26 12:41:41 +08:00
renovate[bot]
d084702af4 chore(deps): update confluentinc/cp-kafka docker tag to v7.3.2 2023-03-24 18:16:03 +00:00
renovate[bot]
fa60e14a64 chore(deps): update mysql docker tag to v8.0.32 2023-03-24 18:14:14 +00:00
Kamil Myśliwiec
aa6baa4303 fix(core): fix durable context id resolution for enhancers (#11305) 2023-03-21 09:38:56 +01:00
Kamil Mysliwiec
7fb37bd233 Merge pull request #11131 from Flusinerd/cache-ttl-bug
fix(common): fix cache ttl not beeing respected
2023-03-15 14:15:55 +01:00
Kamil Myśliwiec
a064e6df66 feat(core): add support for partial graphs 2023-03-15 14:14:37 +01:00
Jake Son
56b0c57729 test: add microservice generic type explicitly 2023-03-11 09:45:21 +09:00
Kamil Myśliwiec
e63f5c0ff5 chore: upgrade apollo, fix integration tests 2023-03-10 17:15:17 +01:00
Kamil Myśliwiec
0a82282098 test: remove the debug flag 2023-03-10 15:22:07 +01:00
renovate[bot]
f33f9c6465 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.3.2 2023-03-08 22:18:00 +00:00
Jan Krueger
e151c47839 fix(common): fix cache ttl not beeing respected 2023-02-17 17:01:32 +01:00
codytseng
ea79cefc28 fix(testing): correct the type of server 2023-02-15 15:46:18 +08:00
Kamil Myśliwiec
b9a9da31aa test(core): fix init time tests 2023-02-13 15:49:38 +01:00
Lioness100
fda5fff1cd docs: fix typos 2023-02-10 21:39:29 -05:00
Kamil Myśliwiec
be5434951d fix(core): fix deterministic uuid registry 2023-02-08 14:34:54 +01:00
Kamil Myśliwiec
033d97839f feat(core): use hashcode for uuid registry 2023-02-08 12:15:21 +01:00
Kamil Myśliwiec
5a110c453d test: update snapshots 2023-02-08 11:03:25 +01:00
Kamil Myśliwiec
6c99b704f6 fix(core): default deps introspection return val should be false 2023-02-06 14:28:09 +01:00