Commit Graph

50 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
38367e8e88 style: address spec lint errors 2024-11-26 11:57:05 +01:00
Kamil Myśliwiec
3dfc7fc68e feat(microservices): add status, unwrap, on, and other features 2024-11-15 10:03:05 +01:00
Tony133
151806b621 chore: add public api annotation on microservices 2024-05-05 15:18:04 +02:00
Micael Levi L. Cavalcante
a3915c88ea style(core): fix formatting 2023-10-12 20:55:16 -04:00
ayush
fdf00ee917 The following code seems redundant 2023-09-12 16:21:51 +05:30
Kamil Myśliwiec
7e4b0eded8 chore: minor tweaks 2023-06-29 10:27:24 +02:00
Michael Barlock
aa2b987919 refactor(microservices): update server properties to protected 2022-10-05 17:06:44 -04:00
Kamil Myśliwiec
8ce0cf1bc9 chore(): resolve conflicts, minor changes 2022-03-01 13:55:07 +01:00
Micael Levi (lab)
f1b9b636a5 refactor(microservices): drop useless type assertion on server
on every type assertion for `Observable<any>` that is not needed anymore.
2021-12-23 22:38:42 -04:00
zmj
4621fad49b refactor(): replace indexOf with includes 2021-12-14 20:45:31 +08:00
Kamil Myśliwiec
f1ccd10976 feat(microservices): integrate response serializers 2021-10-02 15:52:39 +02:00
Kamil Myśliwiec
62978f887f test(microservices): add e2e tests for record builders 2021-10-01 11:31:56 +02:00
tensoar
1741f2106a fix(microservices): mqtt shared subscription support
fix the matching error between shared mqtt topic and handler

Closes #8063
2021-09-22 20:38:57 +08:00
Johann Wagner
88cf1a178a allow deserializers to be async and await result 2021-07-01 19:50:02 +02:00
Kamil Myśliwiec
c7dce661bb fix(microservices): fix on connect event listener (mqtt) 2021-01-29 12:33:56 +01:00
Kamil Myśliwiec
9241905f11 fix(microservices): reject on error (on listen method call) 2021-01-28 14:00:15 +01:00
Kamil Myśliwiec
d1816a3199 refactor(): adjust style to the rest of codebase 2020-05-24 13:19:24 +02:00
alex
e2c8f74f19 feat(microservices): move getTransportId functions to public variable transportId and make it optional 2020-05-16 15:22:15 +03:00
alex
0845dab3a3 feat(microservices): Add ability for pass transport to MessagePattern 2020-05-10 02:30:16 +03:00
Kamil Myśliwiec
bd585139c5 fix(microservices): use slash as separator in mqtt, add tests 2020-02-20 14:25:58 +01:00
Kamil Myśliwiec
da9f44d1dc refactor(microservices): adjust to the style guide 2020-02-20 13:36:53 +01:00
Kamil Myśliwiec
cd43fe473e Merge branch 'feature/mqtt-topic-wildcard' of https://github.com/hiepthai/nest into hiepthai-feature/mqtt-topic-wildcard 2020-02-20 13:30:19 +01:00
Kamil Myśliwiec
01f7bb6949 fix(): resolve merge conflicts 2020-02-20 13:08:39 +01:00
Hiep Thai
999e4870f1 feat(microservices) Fix incorrect pattern condition 2019-10-01 15:01:44 +07:00
Hiep Thai
7b3d166cce feat(microservices) Improve ServerMqtt getHandlerByPattern performance 2019-10-01 08:35:41 +07:00
Kamil Myśliwiec
75659ab076 test() update unit tests (reply/request topics) 2019-09-26 13:06:04 +02:00
Kamil Myśliwiec
1d27dacb2a feat() add rpc & ws decorators, add rpc context 2019-09-26 12:44:44 +02:00
Hiep Thai
52bfb856ac feat(microservices) add matchMqttPattern to server mqtt 2019-09-14 11:13:37 +07:00
Kamil Myśliwiec
753b31138d refactor(microservices) use more descriptive channel names 2019-08-28 09:13:50 +02:00
Kamil Myśliwiec
0a7f37d90b feat(): add incoming request & response serializers 2019-08-26 21:23:46 +02:00
Kamil Myśliwiec
7f8aa92c0a feat(): add rpc serializer and deserializer, improve performance 2019-08-26 21:23:46 +02:00
Jiayi Hu
ee8b112504 fix(microservices): use correct server options type 2019-04-06 16:10:54 +02:00
Kamil Myśliwiec
9f1a32cbfd refactor(): remove redundancy, extract handleEvent 2019-03-01 10:11:19 +01:00
Kamil Myśliwiec
e4179eb380 enhancement() add loader function to load package utility 2019-01-30 23:07:34 +01:00
Kamil Myśliwiec
4f767080bf feature() add external context, microservices event patterns 2019-01-04 16:59:11 +01:00
Kamil Myśliwiec
4796023e02 chore() resolve conflicts 2018-12-10 22:03:06 +01:00
Kamil Myśliwiec
30b6c50dd8 merge() resolve conflicts 2018-12-10 21:48:06 +01:00
Kamil Myśliwiec
0b23422ab1 refactor: reduce implicit types 2018-11-24 17:28:28 +01:00
Kamil Myśliwiec
6f9b242410 bugfix: fix incorrect dependencies, simplify relations 2018-10-19 09:55:50 +02:00
Kamil Myśliwiec
f802f94c0f refactor(microservices) refactor, improvements, use es6 map 2018-10-03 22:15:29 +02:00
Jean-Baptiste Pionnier
ac295e68f6 refactor Unnecessary 'await' 2018-09-30 22:14:35 +02:00
Kamil Myśliwiec
b6fe9b06cc refactor(microservices) remove unecessary options object 2018-09-02 22:31:11 +02:00
Kamil Myśliwiec
614d57f130 feature(@nestjs) expose default exception filters 2018-07-25 18:47:40 +02:00
Kamil Myśliwiec
3ad570e62e bugfix(@nestjs/microservices) extract external typings #594 2018-04-28 15:23:03 +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
b144dbef8c chore(release) publish v5.0.0-beta.0 2018-04-17 18:22:27 +02:00
Kamil Myśliwiec
91b4974d2c samples(@nestjs) update sample applications 2018-03-25 21:38:52 +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