1758 Commits

Author SHA1 Message Date
Corina Olariu
c79c653382 Merge branch 'RED-7185-clone' into 'master'
RED-7185 - RM-46 - Error message when adjusting the Justification

Closes RED-7185

See merge request redactmanager/persistence-service!165
2023-10-09 12:15:28 +02:00
Corina Olariu
97ab8a0783 RED-7185 - RM-46 - Error message when adjusting the Justification
- check for null for dossier template's name
- update junit test
2023-10-09 12:01:25 +03:00
Kilian Schuettler
0e74e88f21 hotfix: update database-tenant-commons 2023-10-09 10:44:02 +02:00
Corina Olariu
a0c62274ef RED-7185 - RM-46 - Error message when adjusting the Justification
- adding the validation of dossier template's name and description when requesting a clone dossier template
2023-10-09 10:57:09 +03:00
yhampe
1a92b3db26 RED-7653: added cases for importing escaped and unescaped rule files 2023-10-09 09:28:13 +02:00
Kilian Schuettler
dd5bcfd4f9 DM-504: always exclude hard deleted files 2023-10-06 15:19:00 +02:00
Kilian Schuettler
f706619140 DM-504: always exclude hard deleted files 2023-10-06 15:11:09 +02:00
Yannik Hampe
670b60041c Merge branch 'windows-hotfix' into 'master'
fixed errors on windows because of not closed input stream

See merge request redactmanager/persistence-service!161
2023-10-06 12:04:52 +02:00
yhampe
24af307fb7 added dependency to server pom 2023-10-06 11:56:50 +02:00
Kilian Schuettler
1f9a0e6326 DM-285: add description to Component Endpoint
* also remove field value from EntityReference
2023-10-06 11:46:10 +02:00
yhampe
02d87d7c14 fixed errors on windows because of not closed input stream
removed FileSystemBackedStorageService.java and started using import from storage-commons
2023-10-06 11:44:02 +02:00
Dominique Eifländer
7d3da44a97 RED-7715: Changed logging output to json 2023-10-05 16:26:30 +02:00
Kilian Schuettler
fc198aa34f DM-285: added componentLog sorting in ComponentLogService 2023-10-05 14:25:40 +02:00
Andrei Isvoran
79bc6d2b39 RED-7694 - Throw BadRequest if startDate is null or in the future for license report 2023-10-05 12:28:56 +03:00
Kilian Schuettler
8fa082f7a0 DM-285: add internal component controller 2023-10-04 16:18:41 +02:00
Andrei Isvoran
ad20a1f9f5 RED-7687 - Check if startDate is before endDate for license before overwriting the endDate if it's in the future. 2023-10-02 16:18:52 +03:00
Corina Olariu
b706a71ec1 Merge branch 'RED-7185-adjustLimit' into 'master'
RED-7185 - RM-46 - Error message when adjusting the Justification

Closes RED-7185

See merge request redactmanager/persistence-service!150
2023-10-02 11:44:29 +02:00
Andrei Isvoran
97d2af3eb5 Merge branch 'RED-7676' into 'master'
RED-7676 - Copy ocrByDefault and removeWatermark flags when cloning dossier template

Closes RED-7676

See merge request redactmanager/persistence-service!151
2023-10-02 11:39:14 +02:00
Andrei Isvoran
d3f3817ea1 RED-7676 - Copy ocrByDefault and removeWatermark flags when cloning dossier template 2023-10-02 12:32:39 +03:00
Kilian Schuettler
941990787c DM-504: re-add includeSoftDeleted flag
* minor renames of ComponentLog fields
2023-09-29 17:56:54 +02:00
Kilian Schuettler
fb63bf65b0 DM-285: fix order of Components 2023-09-29 17:22:03 +02:00
Kilian Schuettler
0c91fff875 DM-285: fix order of Components 2023-09-29 12:47:58 +02:00
Corina Olariu
7f7ca627d6 RED-7185 - RM-46 - Error message when adjusting the Justification
- permit only comments with length <= 4000 characters
2023-09-29 13:23:52 +03:00
Timo Bejan
3e43fe0382 Fixed binary file upload for swagger 2023-09-28 13:09:14 +03:00
Kilian Schuettler
f9f5dfd1c9 DM-504: Remove unnecessary flag for requesting specific file or dossier 2023-09-27 11:18:36 +02:00
Kilian Schuettler
d49300659b DM-503: Wrong query parameter for "keepManualChanges" 2023-09-27 11:11:49 +02:00
Kilian Schuettler
f8231a6499 DM-502: Dossier Endpoint returns all dossiers regardless of the set dossierTemplateId 2023-09-27 11:08:29 +02:00
Corina Olariu
bfa88fd082 Merge branch 'RED-7185-checkComment' into 'master'
RED-7185 - RM-46 - Error message when adjusting the Justification

Closes RED-7185

See merge request redactmanager/persistence-service!145
2023-09-27 08:15:26 +02:00
Kilian Schuettler
c1ea8bbb4f RED-7416: only write value if not equal to originalValue 2023-09-26 18:04:20 +02:00
Kresnadi Budisantoso
87e27050dd OpenAPI Specification for DocuMine 2023-09-26 17:52:16 +02:00
Kilian Schuettler
fbae5ff3a0 DM-285: ensure request bodies are not empty 2023-09-26 14:47:26 +02:00
Corina Olariu
91ffe50781 RED-7185 - RM-46 - Error message when adjusting the Justification
- add checkComment in addComment when making changes to a redaction
2023-09-26 15:01:39 +03:00
Kilian Schuettler
e94d3c6146 DM-285: polish component log and component endpoints 2023-09-25 17:10:02 +02:00
Kilian Schuettler
919825774d DM-285: add containing Node to EntityLogEntry 2023-09-25 16:39:12 +02:00
Corina Olariu
6cdd2178f1 Merge branch 'RED-7185' into 'master'
RED-7185 - Fix comment too long

Closes RED-7185

See merge request redactmanager/persistence-service!138
2023-09-25 10:27:15 +02:00
Kilian Schüttler
93d40366c7 Merge branch 'DM-285' into 'master'
DM-285: Change component log

Closes DM-285

See merge request redactmanager/persistence-service!137
2023-09-25 09:57:50 +02:00
Timo Bejan
4a63c48ad9 Fixed wrong execution of liquibase on staging envs 2023-09-22 17:32:33 +03:00
Andrei Isvoran
f006af37e4 RED-7185 - Fix comment too long 2023-09-22 17:10:10 +03:00
Kilian Schuettler
3f64fa6c40 DM-285: Change component log
* split AnalysisLogController into EntityLogController and ComponentLogController
* fully deprecate RSSController
2023-09-22 15:19:57 +02:00
Kilian Schuettler
54ce629a1c DM-285: Change component log
* apply overrides in ComponentLogService
* added a test for manual type change
* include overrides in getComponentLog
* split AnalysisLogController into EntityLogController and ComponentLogController
* fully deprecate RSSController
2023-09-22 15:10:18 +02:00
Kilian Schuettler
3c9d247432 DM-285: Change component log
* apply overrides in ComponentLogService
* added a test for manual type change
* include overrides in getComponentLog
2023-09-22 14:16:03 +02:00
Kilian Schuettler
e651c8225f DM-285: Change component log 2023-09-22 10:32:09 +02:00
Kilian Schuettler
55153d0a09 RED-6835: clean incoming strings 2023-09-21 14:55:21 +02:00
Andrei Isvoran
51da8f5d58 DM-498 - Fix 500 internal server error when overrides do not exist 2023-09-21 14:10:45 +02:00
Andrei Isvoran
b5c832c8a3 RED-7185 - Error message when adjusting the Justification 2023-09-20 12:31:39 +03:00
Kilian Schuettler
1b0323839e DM-285: validate rules on dossier template import 2023-09-18 16:16:14 +02:00
Andrei Isvoran
5beaa3ab2b Merge branch 'RED-5205-fix' into 'master'
RED-5205 - fix getmapping path for download

Closes RED-5205

See merge request redactmanager/persistence-service!127
2023-09-15 11:01:36 +02:00
Andrei Isvoran
f8dec7f671 RED-5205 - fix getmapping path for download 2023-09-15 11:55:17 +03:00
deiflaender
ad9ef6351f RED-7578: Implemented logic of components endpoint for api v2 2023-09-15 10:36:13 +02:00
Andrei Isvoran
837822b7dd RED-7185 - RM-46 - Error message when adjusting the Justification 2023-09-15 09:35:57 +02:00