Compare commits

..

19 Commits

Author SHA1 Message Date
Sosthene
2213168f8e Fix DeedType and DocumentType 2025-09-10 16:00:20 +02:00
Sosthene
6ec7d8318e Refactor DeedTypeService
* async/await pattern where possible
* remove unused getDeedTypeByUid()
2025-09-10 16:00:20 +02:00
Sosthene
cfad52c5ec Update contracts for DeedType 2025-09-10 16:00:20 +02:00
Sosthene
4c67ac5986 Catch empty attributes in completeCollaborators 2025-09-10 16:00:20 +02:00
Sosthene
3f413a885f Use the VALIDATOR_ID const 2025-09-10 16:00:20 +02:00
Sosthene
cf51fff97a Add getIdNotUserForOffice 2025-09-10 16:00:20 +02:00
Sosthene
429d3243a4 LoginCallback heavy refactoring (wip?) 2025-09-10 16:00:20 +02:00
Sosthene
6f1f542dd2 Add addCollaborators method to OfficeService 2025-09-10 16:00:20 +02:00
Sosthene
c8f7c3e08e Remove broken completeOfficeRoles 2025-09-10 16:00:20 +02:00
Sosthene
e4d8064abc MessageBus refactoring
* better error management
* Keep tracks of when messages sent don't have answers
* New convenient methods
2025-09-10 16:00:20 +02:00
Sosthene
87483af243 Make AuthModal works with decoupled Pairing creation 2025-09-10 16:00:20 +02:00
Sosthene
e081585fd9 Heavy refactoring of importData 2025-09-10 16:00:20 +02:00
Sosthene
58d421ae57 Update of process definition for most process creations 2025-09-10 16:00:20 +02:00
Sosthene
371ff69a35 Proper url for database calls in DatabaseService 2025-09-10 16:00:20 +02:00
Sosthene
108419b381 Add AppConstants 2025-09-10 16:00:20 +02:00
Sosthene
b97bbcd087 Add NEXT_PUBLIC_BACK_API_PORT env variable 2025-09-10 16:00:20 +02:00
Sosthene
0536b98ea8 Log as client (no verification) 2025-09-10 16:00:20 +02:00
Sosthene
0986d60974 Set callbackurl to 127.0.0.1:3000
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m54s
2025-09-10 15:58:57 +02:00
Omar Oughriss
a78666b4a9 Add "dev" tagged image
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 4m5s
2025-09-08 16:10:26 +02:00

View File

@ -38,4 +38,5 @@ jobs:
ssh: default
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}