Compare commits

..

18 Commits

Author SHA1 Message Date
Sosthene
a6a67d4b7c Fix DeedType and DocumentType 2025-09-10 15:56:30 +02:00
Sosthene
caff36edcc Refactor DeedTypeService
* async/await pattern where possible
* remove unused getDeedTypeByUid()
2025-09-10 15:56:30 +02:00
Sosthene
e2cd9a46b0 Update contracts for DeedType 2025-09-10 15:56:30 +02:00
Sosthene
297568d020 Catch empty attributes in completeCollaborators 2025-09-10 15:56:30 +02:00
Sosthene
c511aebbe4 Use the VALIDATOR_ID const 2025-09-10 15:56:30 +02:00
Sosthene
830524a2e9 Add getIdNotUserForOffice 2025-09-10 15:56:30 +02:00
Sosthene
f13eeedf73 LoginCallback heavy refactoring (wip?) 2025-09-10 15:56:30 +02:00
Sosthene
993e26c30b Add addCollaborators method to OfficeService 2025-09-10 15:56:30 +02:00
Sosthene
ceca20c9c7 Remove broken completeOfficeRoles 2025-09-10 15:56:30 +02:00
Sosthene
de2ff30960 MessageBus refactoring
* better error management
* Keep tracks of when messages sent don't have answers
* New convenient methods
2025-09-10 15:56:30 +02:00
Sosthene
68ecdf181f Make AuthModal works with decoupled Pairing creation 2025-09-10 15:56:30 +02:00
Sosthene
3c1196fb44 Heavy refactoring of importData 2025-09-10 15:56:30 +02:00
Sosthene
288f9b97e6 Update of process definition for most process creations 2025-09-10 15:56:30 +02:00
Sosthene
5b9184dfea Proper url for database calls in DatabaseService 2025-09-10 15:56:30 +02:00
Sosthene
1730c1d56f Add AppConstants 2025-09-10 15:56:30 +02:00
Sosthene
8a820d4cd3 Add NEXT_PUBLIC_BACK_API_PORT env variable 2025-09-10 15:56:30 +02:00
Sosthene
e3aadd67d8 Log as client (no verification) 2025-09-10 15:56:30 +02:00
Sosthene
a5ff28539c Set callbackurl to 127.0.0.1:3000 2025-09-10 15:56:30 +02:00

View File

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