Commit Graph

402 Commits

Author SHA1 Message Date
Mohamed Marrouchi
923a34c3e4 test: add unit tests 2025-01-05 11:30:57 +01:00
Mohamed Marrouchi
252857fbf7 feat: add compodoc + enforce typing 2025-01-05 10:14:39 +01:00
Mohamed Marrouchi
652ca78120 fix: apply multiple fixes 2025-01-05 09:29:36 +01:00
yassinedorbozgithub
e0d2388e95 fix: unhance migration logic 2025-01-04 10:00:29 +01:00
yassinedorbozgithub
a1765b647b fix: migration and db version logic 2025-01-03 16:39:55 +01:00
Mohamed Marrouchi
c94ec95599 fix: env vars 2025-01-03 07:59:10 +01:00
Mohamed Marrouchi
92bec65862 feat: add metadata collection to store the db version 2025-01-02 18:55:05 +01:00
Mohamed Marrouchi
67ed42a1f3 fix: config condition 2025-01-02 16:10:59 +01:00
Mohamed Marrouchi
5c54573aa9 fix: update ts config 2025-01-02 16:03:06 +01:00
Mohamed Marrouchi
f464fc5e45 fix: remove old migration implementation and update README 2025-01-02 16:03:06 +01:00
Mohamed Marrouchi
3a07803fea feat: package.json 2025-01-02 16:03:06 +01:00
Mohamed Marrouchi
de2177d1bd feat: add migration module and cli 2025-01-02 16:03:06 +01:00
yassinedorbozgithub
122a9d02cb fix: update .dockerignore files 2025-01-02 11:45:48 +01:00
yassinedorbozgithub
cde0e001a3 fix(api): restrict dynamic header to the updates files 2025-01-02 11:43:43 +01:00
abdou6666
ea438a45c1 fix: bot stats to comply with strict null check 2024-12-31 14:28:33 +01:00
abdou6666
ef4f34fbab fix: i18n types 2024-12-30 19:12:19 +01:00
abdou6666
f14f5a7422 fix: getDefaultLanguage 2024-12-30 17:58:21 +01:00
abdou6666
8707b861b4 fix: translation 2024-12-30 17:58:21 +01:00
abdou6666
38cabf5d2c fix: socketio types 2024-12-30 16:49:25 +01:00
Med Marrouchi
cea41c20bc
Merge pull request #471 from Hexastack/fix/settings-strictNullChecks
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
fix: settings strict null checks
2024-12-30 14:11:06 +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
Med Marrouchi
0fb357f906
Merge pull request #489 from Hexastack/feat/add-channel-signed-urls-support
feat: add support for signed public urls for channels
2024-12-30 14:00:40 +01:00
abdou6666
9f99799888 fix: address comments 2024-12-30 13:34:57 +01:00
abdou6666
1e2fb1cfba fix: address comments 2024-12-30 11:27:15 +01:00
abdou6666
7a8a8fa151 fix: settings typecheck errors 2024-12-30 11:27:12 +01:00
Med Marrouchi
e489bc57a7
Merge pull request #467 from Hexastack/fix/base-repository-with-strict-null-checks
Fix: base repository with strict null checks
2024-12-30 10:38:16 +01:00
Mohamed Marrouchi
03cf7e6877 feat: add support for signed public urls for channels 2024-12-30 10:34:48 +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
7e98fdc3bb
Update api/src/utils/pagination/pagination-query.dto.ts 2024-12-30 08:58:56 +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
Mohamed Marrouchi
1261c804de feat: add support for arrays in search filter 2024-12-29 14:12:53 +01:00
Mohamed Marrouchi
6f60903a7b fix: remove unused fn 2024-12-29 10:35:41 +01:00
Mohamed Marrouchi
79dcaadce8 fix: use Multer File type 2024-12-29 10:27:20 +01:00
Mohamed Marrouchi
c5520c96b3 fix: filename sanitization 2024-12-29 10:08:34 +01:00
Mohamed Marrouchi
b66093612d fix: refactor file upload 2024-12-29 09:08:21 +01:00
Mohamed Marrouchi
29e75e96ba fix: minor refactoring 2024-12-27 17:32:37 +01:00
Mohamed Marrouchi
99c702de17 fix: remove max upload size from settings / use env var instead to centralize the config 2024-12-27 17:22:35 +01:00
Med Marrouchi
bb83cd53bc
Merge pull request #462 from Hexastack/461-issue-saving-nlpsample-as-an-attachment
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker NLU Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
feat: import nlpsamples files without adding them as attachments
2024-12-25 10:16:21 +01:00
Mohamed Marrouchi
717d403532 fix: refactor and enhance 2024-12-25 09:21:54 +01:00
Mohamed Marrouchi
328c5cefb3 fix: refactor + unit tests 2024-12-25 07:36:50 +01:00
Mohamed Marrouchi
d14366786c build: v2.1.9
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
2024-12-24 08:52:10 +01:00
Mohamed Marrouchi
88f3b21763 fix: remove comments 2024-12-23 15:11:50 +01:00
Mohamed Marrouchi
c5799d30ee fix: setting emit + unit tests 2024-12-23 15:07:58 +01:00
Mohamed Marrouchi
79f64ea750 build: v2.1.8
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker NLU Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
2024-12-20 18:59:41 +01:00
Mohamed Marrouchi
4329b21cd1 fix: lint 2024-12-20 18:55:25 +01:00
Med Marrouchi
b594cb2dd6
fix: config 2024-12-20 18:44:24 +01:00