Commit Graph

62 Commits

Author SHA1 Message Date
Kamil Myśliwiec
38367e8e88 style: address spec lint errors 2024-11-26 11:57:05 +01:00
Kamil Myśliwiec
c239f9a037 refactor: replace inline as any calls with untyped vars 2024-11-18 10:33:51 +01:00
Micael Levi L. Cavalcante
6bcb3bdcbd style: fix formatting 2023-09-21 17:52:08 -04:00
Kamil Myśliwiec
fdfabf978c chore: resolve conflicts 2023-04-17 13:49:01 +02:00
Vinícius Lourenço
713ece9e88 perf(core): added map to cache scan from prototype 2023-02-04 10:04:45 -03:00
Kamil Myśliwiec
38f55a1cff feat(core): introduce preview mode, update tests, fix minor issues 2023-01-11 15:14:50 +01:00
Kamil Myśliwiec
a89615b124 feat: add graph inspector implementation 2022-11-21 11:00:11 +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
Kamil Myśliwiec
2b10ff60c6 chore(): resolve conflicts 2022-05-31 11:47:17 +02:00
Micael Levi (@micalevisk)
d59700c939 chore: add tsconfig file for test directories
This file was added to circumvent a VSC limitation where the IDE can't
detect the right tsconfig to use for a given file.
More on this issue here: https://github.com/microsoft/vscode/issues/3772
2022-05-21 19:43:59 -04:00
Micael Levi (@micalevisk)
d51c7289a8 test(websockets): add odd input on pickResult method 2022-04-24 15:42:14 -04:00
Micael Levi (lab)
cbec376216 feat: use isObervable from rxjs instead of our own version
Relying on `isObservable` type guard from RxJS is better as it has less
false-positives.
2021-12-23 22:38:42 -04:00
xuegang.leng
a195cfe503 fix(all): typo error: deffered -> deferred 2021-09-28 14:28:53 +08:00
Kamil Myśliwiec
9d0551ff25 style(): run prettier 2021-08-16 09:30:29 +02:00
Kamil Myśliwiec
f3c17e7588 test(): add compare element and internal core module unit tests 2021-07-16 10:31:47 +02:00
Kamil Myśliwiec
18f66e8299 fix(): fix rxjs breaking changes 2021-05-17 14:04:31 +02:00
Kamil Myśliwiec
00e9421a3b feat(): update to the latest rxjs (wip) 2021-05-14 16:16:34 +02:00
Kamil Myśliwiec
29ca9e195f chore(): resolve merge conflicts 2021-02-04 14:52:47 +01:00
Kamil Myśliwiec
a138be8c0e fix(websockets): support ws servers running on different paths 2021-02-04 09:50:54 +01:00
Tony133
7b95db1a5b test(websockets): fix websockets controller unit tests 2021-02-03 20:49:58 +01:00
Kamil Myśliwiec
20cbe3f4a5 chore(): resolve conflicts 2021-02-01 16:11:37 +01:00
Kamil Myśliwiec
f3ba3c8204 refactor(): reimplement routes storage 2020-12-28 13:11:34 +01:00
Jeremy C. Zacharia
9e65d47346 feat(websockets): messagebody param extract
Add ability to extract a paramater from the MessageBody decorator.
2020-12-17 17:31:26 -05: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
ff085c873a fix(): resolve conflicts 2019-12-10 14:07:26 +01:00
Kamil Mysliwiec
bb038d315e Merge pull request #3597 from tonyhallett/websockets-expect-does-not-execute
test(websockets): fix expect that does not execute
2019-12-10 13:48:11 +01:00
Kamil Mysliwiec
f0bacab32e Merge pull request #3598 from tonyhallett/web-sockets-controller-no-hookservertoproperties
test(websockets): fix expect that does not execute
2019-12-10 13:47:53 +01:00
Kamil Mysliwiec
06b6273d4f Update web-sockets-controller.spec.ts 2019-12-10 13:47:33 +01:00
Tony
9911005996 test(websockets): fix expect that does not execute 2019-12-09 16:37:30 +00:00
Tony
39344c8cbe test(websockets): fix expect that does not execute 2019-12-09 16:26:54 +00:00
Tony
ed5679cf09 test(websockets): fix expect that does not execute 2019-12-09 16:14:46 +00: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
55c9bc7306 feat(): pass execution ctx instead of args host 2019-11-08 12:50:43 +01:00
Kamil Myśliwiec
489d3299c0 format() run prettier, update format script 2019-10-04 09:08:27 +02:00
Kamil Mysliwiec
f6452959ec Merge pull request #3085 from nestjs/renovate/sequelize-5.x
fix(deps): update dependency sequelize to v5.19.2
2019-10-02 21:46:53 +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
84d7178a59 fix(websockets) fix broken unit tests 2019-08-26 14:09:19 +02:00
Chris Sidell
987012610d Address styling concerns 2019-07-04 10:51:01 -07:00
Chris Sidell
ccb69d728b Add WsException serialization 2019-07-03 18:29:56 -07:00
Kamil Myśliwiec
404afdca93 merge(): resolve conflicts 2019-02-21 09:06:25 +01:00
Igor Savin
4930974042 build(sinon) fix more TypeScript compilation errors 2019-02-14 17:38:53 +01:00
Igor Savin
8c03d84793 build(sinon) update sinon and related dependencies 2019-02-14 16:09:16 +01:00
Kamil Myśliwiec
53687ba46a feature(websockets) extract web sockets drivers 2018-12-12 23:35:27 +01:00
Kamil Myśliwiec
4796023e02 chore() resolve conflicts 2018-12-10 22:03:06 +01:00
Kamil Myśliwiec
efb367e65c bugfix(ws/microservices): add catchError() to observables 2018-12-06 11:47:14 +01:00
Kamil Myśliwiec
5588470479 refactor: remove deprecations and update to typescript 3.0 2018-11-28 23:59:57 +01:00
Kamil Myśliwiec
1cac0a99fd feature: more typings, refactor 2018-11-28 23:08:27 +01:00
Kamil Myśliwiec
1cb3ed7f87 refactor: general refactor reorganize, rename things 2018-11-24 16:01:29 +01:00
Jean-Baptiste Pionnier
457c57b9dc refactor remove multiple reflect metadata 2018-10-05 15:20:45 +02:00