1159 Commits

Author SHA1 Message Date
corinaolariu
0aeabbaed7 RED-10628 - Cloning dossier template after removing and editing component definitions causes chain of issues
- when cloning a dossier template clone only the component definitions which are not soft deleted
- unit test added
2024-12-10 19:58:57 +02:00
maverickstuder
9b9f268fe3 RED-10529: Primary attribute removed after changing encoding type 2024-11-25 17:26:03 +01:00
corinaolariu
d3deab3462 RED-10443 - 500 Error occurs when selecting ISO-8859-1 as Encoding Type for any CSV File Format - bp
- accept only the IS-8859-1 as encoding. Meaningful message (400) is returned in case of bad encoding
- update unit tests and add unit test
2024-11-22 12:46:41 +02:00
maverickstuder
1159d544b6 RED-10415: Error when deleting entities from Templates without dossiers 2024-11-19 15:35:28 +01:00
corinaolariu
b551092071 RED-10381 - Include system-managed entities in dossier template export
- The system manager entities will be exported.
- At import dossier template if system managed are present in the import then they should be used and not ignored
- update unit tests
2024-11-14 23:04:55 +02:00
Corina Olariu
17453a889f Merge branch 'RED-10425-bp' into 'release/2.589.x'
RED-10425 - Annotation added twice when bulk-force while auto-analysis is disabled

See merge request redactmanager/persistence-service!856
2024-11-14 13:29:24 +01:00
corinaolariu
ab2a0a446e RED-10425 - Annotation added twice when bulk-force while auto-analysis is disabled
- use a custom query to get the dictionary entity log entries with the found value and positions list needed instead of the entire entity log
- add index for entityLogId and value
2024-11-13 13:31:52 +02:00
Maverick Studer
4121be2b44 migration hotfixes 2024-11-13 11:20:41 +01:00
corinaolariu
51010c07d2 RED-10425 - Annotation added twice when bulk-force while auto-analysis is disabled
- check for link with dictionary entry in the entity log after the found terms are received for an addbulklocal
- unit test added
2024-11-13 10:37:47 +02:00
Maverick Studer
bbe49c2bbb RED-10444: Update Value/Classification for bulk-local rectangle redactions 2024-11-12 11:01:32 +01:00
Timo Bejan
2d31ed9886 RED-10422 - improved number of requests with help of new changes endpoint 2024-11-12 09:31:07 +02:00
corinaolariu
419fa4628b RED-9588 - No "You have been unassigned..." Notification after setting file status to back to new
- update the condition for sending unassigned notification
- unit test added
2024-11-08 14:50:39 +02:00
Dominique Eifländer
92fc6f7f8c RED-10353: Added error code to file 2024-11-05 14:45:43 +01:00
corinaolariu
356a0e8561 RED-10186 - Unlinked annotation with manual changes still linked and removed in specific corner case
- update unit test
2024-11-01 15:32:16 +02:00
corinaolariu
29469008d2 RED-10186 - Unlinked annotation with manual changes still linked and removed in specific corner case
- update unit test
2024-11-01 15:00:35 +02:00
corinaolariu
c126be9b2d RED-10186 - Unlinked annotation with manual changes still linked and removed in specific corner case
- when a local removal is done the MANUAL engine is not added anymore.
- removed basedOnDictAnnotationId from manual changes. The add which is always created at a local change with unlink with save the dictionary annotation id in the source id
- unit tests updated
2024-11-01 13:27:28 +02:00
Maverick Studer
71a10569f5 Merge branch 'RED-10335-bp1' into 'release/2.589.x'
RED-10335: New entity created when editing/working with annotation while auto-analysis is disabled

See merge request redactmanager/persistence-service!819
2024-10-31 16:22:26 +01:00
maverickstuder
13e5bf1c08 RED-10335: New entity created when editing/working with annotation while auto-analysis is disabled 2024-10-31 15:42:12 +01:00
Maverick Studer
20bed836c3 RED-10334: Wrong engine for add-to-dict dossier-level while auto-analysis is disabled 2024-10-31 14:40:36 +01:00
Kilian Schüttler
2e584f15ba RED-10264: add migration fixing missing legalbasis 2024-10-30 11:34:45 +01:00
corinaolariu
ff6c1d1b2f RED-10071 - Create system-managed entities automatically - fix component definitions - bp
- when import dossier template with update before inserting component definitions, remove the existing ones
- unit test added
2024-10-29 18:47:37 +02:00
Kilian Schuettler
a65cc0f5b5 hotfix: fix merge errors 2024-10-25 12:30:23 +02:00
Kilian Schüttler
949b7636ba RED-10264: always include unprocessed during manual change insertion to avoid... 2024-10-25 11:11:35 +02:00
maverickstuder
30db55df15 RED-10259: Failed recategorize on annotation after re-upload file without keeping changes 2024-10-24 13:55:29 +02:00
Kilian Schüttler
3ad0d8c9ee Resolve RED-10260 "Feature/ bp" 2024-10-24 11:18:36 +02:00
Maverick Studer
5e215c2649 RED-10197: Migration preparations for RM/DM unification 2024-10-17 16:32:52 +02:00
corinaolariu
a65e9e1086 Merge branch 'master' into feature/RED-10071
# Conflicts:
#	persistence-service-v1/persistence-service-server-v1/src/test/java/com/iqser/red/service/peristence/v1/server/integration/tests/ManualRedactionTest.java
2024-10-15 10:34:12 +03:00
Kilian Schüttler
c52dfbdf5a RED-10127: Import/Export of dossiertemplate with preview files 2024-10-14 15:30:18 +02:00
Maverick Studer
cdbf69abbf RED-10104 && RED-10178 2024-10-14 14:30:46 +02:00
Dominique Eifländer
e5bac8f964 RED-10071: Fixed archive 2024-10-10 15:16:01 +02:00
corinaolariu
0ed4759266 RED-10071 - Create system-managed entities automatically
- when exporting the types, do not export system managed types
- when importing a dossier template, ignore the system managed types from the archive
- when importing a dossier template as new or a new dossier template is created, also create the system managed types.
- unit tests updated
2024-10-10 11:16:33 +03:00
Maverick Studer
9b07def91d RED-10112: Wrong role permissions in API endpoints for GUEST and RED_USER_ADMIN role 2024-10-09 14:40:20 +02:00
Maverick Studer
b184217099 RM migration creating unnecessary date formats table entries 2024-10-09 10:34:39 +02:00
Timo Bejan
a557f0ab25 RED-10034 Improved dossier stats performance 2024-10-07 15:10:22 +02:00
Maverick Studer
d794245409 RED-9123: Improve performance of re-analysis (Spike) 2024-10-07 13:31:15 +02:00
maverickstuder
44419f2c6c RED-10104: add comments when automatic analysis enabled 2024-10-02 14:28:04 +02:00
Maverick Studer
45e67b8796 fix duplicated migration version 2024-09-30 17:00:49 +02:00
Maverick Studer
0bc8bac5d3 RED-9947 && RED-10104 2024-09-27 09:25:00 +02:00
Maverick Studer
77c2f9b9a7 RED-9933: DocuMine DateFormat config in dossier templates 2024-09-24 09:28:35 +02:00
Maverick Studer
36eed8d0a1 RED-9348: move component log to mongodb 2024-09-23 16:05:17 +02:00
Maverick Studer
a57aedf52c RED-10088: Reanalyze all files in ERROR should ignore files from deleted dossiers 2024-09-20 13:42:17 +02:00
Maverick Studer
09a060e1a7 RED-9925: 500 when creating justification without technical name or name 2024-09-20 09:39:59 +02:00
Maverick Studer
62719aec6f RED-9010: Remove redaction log 2024-09-19 11:34:42 +02:00
maverickstuder
3a113207d8 RED-10057: legalBasisMapVersion missing in /status endpoint 2024-09-18 16:39:10 +02:00
maverickstuder
7ce90c1986 RED-9925: 500 when creating justification without technical name or name 2024-09-18 12:00:31 +02:00
Maverick Studer
1abcd56e97 RED-9947: different logic in case of disabled auto analysis 2024-09-13 14:29:33 +02:00
Maverick Studer
156337b82c Merge branch 'RED-9936' into 'master'
RED-9936: Clean-up job to delete all files related to hard-deleted files

Closes RED-9936

See merge request redactmanager/persistence-service!729
2024-09-10 09:26:22 +02:00
Maverick Studer
a5dea2acf1 RED-9936: Clean-up job to delete all files related to hard-deleted files 2024-09-10 09:26:22 +02:00
Andrei Isvoran
874fdc85ee RED-9541 - Add extra CSV validation 2024-09-09 16:10:06 +03:00
Kilian Schüttler
7dc6a56902 RED-9850: 500 from duplicate entityLogEntries 2024-09-06 14:38:15 +02:00