4933d2251c
fix tests about PdfSignedMessageHandler.php
2024-12-16 16:50:07 +01:00
c939ff4a4e
Release v3.5.1
v3.5.1
2024-12-16 15:45:29 +01:00
82fb98348b
Wrap PdfSignedMessage handling in a transaction
...
Ensure atomicity when writing stored objects and marking signatures as signed by wrapping these operations in a database transaction. This reduces the risk of partial updates and improves data consistency.
2024-12-16 15:44:40 +01:00
d56d00421a
Add convetion on database table and add translation file in english for the conventions
2024-12-12 11:37:54 +01:00
de11fa86c6
Add database table naming convention
2024-12-12 10:52:39 +01:00
4cc254a3e5
Add script to package.json for eslint + take ts files into account with new baseline
2024-12-11 14:24:53 +01:00
22ce16ef49
Fix display of gender label in the filiation
2024-12-11 14:12:54 +01:00
1e52a93cbe
ignore certain folders for eslint
2024-12-11 12:26:41 +01:00
16fe07cce7
More automatic eslint fixes, update baseline and eslint docs
2024-12-11 11:32:29 +01:00
e8962782ed
Merge branch 'implement_eslint' into 'master'
...
Implement ESLint
See merge request Chill-Projet/chill-bundles!752
2024-12-11 10:26:35 +00:00
64a853fb6d
Renew baseline after applying prettier
2024-12-11 10:50:01 +01:00
ebfd48e41f
Apply prettier to files
2024-12-11 10:49:11 +01:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
98d29c2134
Add baseline to eslint
2024-12-11 10:38:55 +01:00
559901e528
Update chill bundles version to v3.5.0
v3.5.0
2024-12-09 11:35:16 +01:00
05bc69fd33
Fix display of gender label
...
Label already localized in serialization so not to be accessed as label.fr within vue component
2024-12-09 11:32:28 +01:00
49da62d364
Merge branch 'signature-state-change-wrapped-into-transaction' into 'master'
...
Refactor transaction handling for signature state changes, to wrap them into transactions
See merge request Chill-Projet/chill-bundles!771
2024-12-06 11:43:08 +00:00
3af7824d01
Refactor transaction handling for signature state changes, to wrap them into transactions
...
Wrap signature state changes in transactions to prevent race conditions and ensure data integrity. Update controller and test class names to reflect broader state change capabilities. Enhance documentation with comments to clarify transaction requirements and procedure details for signature operations.
2024-12-06 12:37:17 +01:00
033053c437
Restrict the version of amqp-messenger
2024-12-06 12:37:16 +01:00
633bb00154
fix typing of Datetime
2024-12-06 12:37:16 +01:00
f5c1b5cf8a
Merge branch '318-signature-vue-app-show-full-doc' into 'master'
...
Resolve "[App de signature] Pouvoir voir le document en continu (toutes les pages ensemble)"
Closes #318
See merge request Chill-Projet/chill-bundles!761
2024-12-05 16:31:04 +00:00
ccd71da4e4
Add changie
2024-12-05 17:25:08 +01:00
1eadb3bbdb
add missing configuration for chill_workflow_signature_documents.yaml
2024-12-05 17:16:06 +01:00
nobohan
0bb5a79cae
FEATURE signature: show full pages - show next signature button even if one signature
2024-12-05 17:16:06 +01:00
nobohan
bd3198e42b
FEATURE signature: show full pages - UI and turn pages
2024-12-05 17:16:05 +01:00
nobohan
96dfddc55f
FEATURE signature: show full pages - can add zone + fix hitSignature is canvas-aware
2024-12-05 17:16:05 +01:00
nobohan
da37a3db5f
FEATURE signature: show full pages - can select zone
2024-12-05 17:16:04 +01:00
nobohan
c2882b1079
FEATURE signature: show full pages - WIP
2024-12-05 17:16:01 +01:00
b9e515f4e6
Merge branch '317-add-zone-bug-with-zoom' into 'master'
...
Resolve "Lorsqu'on place manuellement une zone de signature avec le zoom actif, la zone n'est pas placée correctement sur la page"
Closes #317
See merge request Chill-Projet/chill-bundles!757
2024-12-05 15:49:38 +00:00
nobohan
df2ea7e1ba
FIXED adding zone in signature vue app was not placed correctly when zooming
2024-12-05 16:41:51 +01:00
nobohan
d59cda9cc4
DX format signature vue app
2024-12-05 16:41:51 +01:00
54e10cacd3
git use apk instead of apt-get to install jq
2024-12-05 16:25:40 +01:00
3ca126804b
Implement baseline comparison for eslint in the CI
2024-12-05 16:13:07 +01:00
40d733c290
Add a baseline for eslint
2024-12-05 16:08:42 +01:00
7a98bb5a06
release v3.4.3
2024-12-05 15:44:51 +01:00
2ce8f540fe
release v3.4.3
v3.4.3
2024-12-05 15:34:28 +01:00
6c4d8990cc
Merge branch '342-error-while-deploying-chill-version-v3-4-2-migrations-are-blocked' into 'master'
...
Resolve "Error while deploying chill version v3.4.2: migrations are blocked"
Closes #342
See merge request Chill-Projet/chill-bundles!770
2024-12-05 14:33:34 +00:00
351e9c3fcc
Remove custom join table configuration for documents
...
The custom join table setup for the 'documents' relation has been removed. This change relies on the default naming and configuration provided by Doctrine, simplifying the code and reducing potential configuration errors.
2024-12-05 15:32:35 +01:00
1b65cac1df
Make person phone number nullable
...
Removed the "not null" constraint from the person phone number field to allow for better flexibility in data storage, such as storing notes. This change rectifies issues in certain instances where the migration had incorrectly set the field to "not null". Adjustments include updating the database schema and modifying the entity definition to reflect this change.
2024-12-05 15:30:25 +01:00
4ebec02178
Release v3.4.2
v3.4.2
2024-12-05 13:41:01 +01:00
6aceec6df7
Merge branch '337-activity-storedobject-unique-constraint' into 'master'
...
Enforce unique constraint on relation activity storedobject
Closes #337
See merge request Chill-Projet/chill-bundles!768
2024-12-05 12:37:39 +00:00
b0f1cf272f
Enforce unique constraint on relation activity storedobject
2024-12-05 12:37:39 +00:00
486ad3bb41
Add changie for cleaning migrations [ci skip]
2024-11-29 12:21:17 +01:00
a4cd15d2f5
Merge branch 'clean_migrations' into 'master'
...
Clean migrations
See merge request Chill-Projet/chill-bundles!741
2024-11-29 11:18:11 +00:00
4bc92a61ca
Fix typo
2024-11-29 12:09:03 +01:00
6ebab8e4fb
Process review of migrations
2024-11-29 12:06:44 +01:00
9c918a151c
Php cs fix
2024-11-29 12:06:43 +01:00
5eec4f1281
Fix pipeline rector and phpunit
2024-11-29 12:06:43 +01:00
b01c9b86db
php cs fixer
2024-11-29 12:06:42 +01:00
55c4ba3f04
Clean migration with diverse alter type statements + drop cfdata_old on chill_person_person table
2024-11-29 12:06:41 +01:00