Commit Graph

73 Commits

Author SHA1 Message Date
yassinedorbozgithub
6eb29e9a96 fix: handle object error messages 2025-01-17 11:56:59 +01:00
yassinedorbozgithub
6c75e6df4a refactor(api): Refactor updateOne logic 2025-01-16 18:47:25 +01:00
yassinedorbozgithub
2744c51736 fix: NLP Value update DTO + base logic 2025-01-15 11:45:44 +01:00
yassinedorbozgithub
c6c1e2a755 fix: add base-controller DTO typing 2025-01-12 09:13:04 +01:00
yassinedorbozgithub
8a1039148c fix: enhance dynamic DTO typing 2025-01-12 08:32:05 +01:00
yassinedorbozgithub
07fe025c6e fix: update DTO type naming 2025-01-11 17:17:05 +01:00
yassinedorbozgithub
61f159010e feat: implement dynamic create DTO for NLP Module 2025-01-10 19:24:49 +01:00
yassinedorbozgithub
21b2f46f4c feat: implement dynamic create DTO in the BaseSeeder 2025-01-10 12:02:54 +01:00
yassinedorbozgithub
1b788cc78f fix: enhance enum naming 2025-01-10 09:11:54 +01:00
yassinedorbozgithub
7489648bae fix: support createMany method 2025-01-10 08:54:04 +01:00
yassinedorbozgithub
5c4d9af9cf fix: update the DTOs types naming 2025-01-10 08:32:40 +01:00
yassinedorbozgithub
849f458f1c fix: pass dynamic DTO from the base service to the repository constructor 2025-01-10 08:11:20 +01:00
yassinedorbozgithub
382bdd4ef1 feat: implement dynamic create DTO for Conversation 2025-01-10 07:44:06 +01:00
yassinedorbozgithub
0101655e33 fix: CMS module issues 2025-01-07 11:37:03 +01:00
Med Marrouchi
b4b1edfa09
Merge pull request #520 from Hexastack/fix/base-controller-ts-strict-null-check
fix: base-controller
2025-01-06 17:27:18 +01:00
abdou6666
19475bd46d fix: base-controller 2025-01-06 10:10:33 +01:00
Mohamed Marrouchi
ef788591bf feat: add metadata repo + seeder 2025-01-05 21:51:29 +01:00
Med Marrouchi
151c1d22d2
Update api/src/utils/generics/base-repository.ts 2024-12-30 14:05:16 +01:00
Med Marrouchi
b14def8d79
Update api/src/utils/generics/base-repository.ts 2024-12-30 14:05:08 +01:00
Med Marrouchi
27fd5debea
Update api/src/utils/generics/base-repository.ts 2024-12-30 14:04:59 +01:00
abdou6666
9f99799888 fix: address comments 2024-12-30 13:34:57 +01:00
abdou6666
7a8a8fa151 fix: settings typecheck errors 2024-12-30 11:27:12 +01:00
abdou6666
d3123268aa fix: findOne and findById types 2024-12-30 10:33:33 +01:00
Med Marrouchi
62e18ab591
Update api/src/utils/generics/base-repository.ts 2024-12-30 08:59:31 +01:00
Med Marrouchi
ca3a0f364f
Update api/src/utils/generics/base-repository.ts 2024-12-30 08:58:47 +01:00
Med Marrouchi
34b42c005f
Update api/src/utils/generics/base-repository.ts 2024-12-30 08:58:35 +01:00
abdou6666
aaa24656d3 fix: throw if no updates has been provided to updateOne 2024-12-20 08:57:21 +01:00
abdou6666
4972011dfd fix: throw when no updates has been provided 2024-12-20 08:42:02 +01:00
abdou6666
fa282fb77b fix: base-repository typing 2024-12-19 11:22:20 +01:00
abdou6666
daa08a538c fix: base repository typing 2024-12-18 19:09:58 +01:00
Mohamed Marrouchi
943b2dd3d2 fix: pre/post validate event typing 2024-12-17 08:46:54 +01:00
abdou6666
c91a07067d fix: remove extra licenses 2024-12-15 14:53:16 +01:00
abdou6666
c326c453cf fix: add unit tests 2024-12-15 14:43:59 +01:00
abdou6666
c7b9434310 chore: documentation mongoose weird behaviour with hooks/middlewares 2024-12-13 18:35:02 +01:00
abdou6666
9a3165f8da fix: add event emitting logic 2024-12-13 18:30:22 +01:00
abdou6666
04851f7048 fix: rename hooks enum 2024-12-13 15:51:26 +01:00
abdou6666
d0ab39f6c3 fix: hooks names 2024-12-13 15:47:45 +01:00
yassinedorbozgithub
91687f25ec fix: simplify logic 2024-12-09 11:51:41 +01:00
yassinedorbozgithub
37ae2ec9ad fix: reoder overloading signatures 2024-12-09 20:57:00 +01:00
yassinedorbozgithub
d9a87e99bf fix: base-repository.ts methods returning types 2024-12-06 18:34:18 +01:00
yassinedorbozgithub
da783c0ef8 fix: update skip default values 2024-12-06 18:27:48 +01:00
yassinedorbozgithub
3acdbed037 fix: update limit default values 2024-12-06 18:27:24 +01:00
yassinedorbozgithub
fb20456367 fix: use overloading to marke deprecated methods signatures v0.0.1 2024-12-06 17:50:14 +01:00
yassinedorbozgithub
d912042f88 fix: use overloading to marke deprecated methods signatures 2024-12-06 17:43:56 +01:00
yassinedorbozgithub
d3b5070407 fix: add retro compatibility for find and findAndPopulate methods 2024-12-06 16:26:54 +01:00
yassinedorbozgithub
6cbedcbc16 fix: update unit tests 2024-12-04 08:47:57 +01:00
yassinedorbozgithub
32f3dc8271 fix: revert base-service deprecated methods 2024-12-04 08:11:06 +01:00
yassinedorbozgithub
a33c9f2510 feat: add projection to the base logic 2024-12-04 08:06:25 +01:00
yassinedorbozgithub
de459fcbac fix: findOne implementation 2024-12-04 08:02:54 +01:00
yassinedorbozgithub
52ecbe60d3 fix: mention deprecated methods 2024-12-04 08:00:22 +01:00