180 Commits

Author SHA1 Message Date
Philipp Schramm
e76a0c6ade Merge branch 'master' into RED-3450
# Conflicts:
#	persistence-service-v1/persistence-service-server-v1/src/main/resources/db/changelog/db.changelog-master.yaml
2022-03-24 14:35:08 +01:00
Philipp Schramm
33876b761d RED-3450 Added digital kms signature 2022-03-24 14:27:49 +01:00
Corina Olariu
9f414b2d0b Pull request #311: RED-3594 - archived dossier can be unarchived, when using trash
Merge in RED/persistence-service from bugfix/RED-3594 to master

* commit '9fa238f817505086a4949f158ec7fa6a7d1d063f':
  RED-3594 - archived dossier can be unarchived, when using trash
2022-03-21 11:42:22 +01:00
devplant
9fa238f817 RED-3594 - archived dossier can be unarchived, when using trash
- removed the ACTIVE/ARCHIVED/DELETED state from dossier
- soft delete means softDeletedTime not null
- archived means archiveTimestamp not null
- update junit tests
2022-03-18 15:22:54 +02:00
aoezyetimoglu
ba37f0eed1 RED-3246: As an admin I want to clone a dossier template 2022-03-18 14:04:21 +01:00
deiflaender
ae54932a32 RED-3653: Added new processing status FULL_PROCESSING 2022-03-18 13:47:57 +01:00
deiflaender
8ab286da94 RED-3618: Fixed renalyse after removing hint, add also to priority queue on approve 2022-03-17 11:32:19 +01:00
Timo Bejan
1b20e4e387 rank for 3.3.x 2022-03-14 20:02:34 +02:00
Timo Bejan
ec00322167 From Version parameter for dictionary controller 2022-03-14 16:24:13 +02:00
Corina Olariu
bc4298b83e Pull request #287: RED-3252 - Provide endpoint to accept a recommendation instead of storing the ID in the reason field
Merge in RED/persistence-service from bugfix/RED-3252 to master

* commit 'a397cbf660e7149580bdc64b10ce3fa1ec7c7bc5':
  RED-3252 - Provide endpoint to accept a recommendation instead of storing the ID in the reason field
2022-03-14 13:45:41 +01:00
devplant
a397cbf660 RED-3252 - Provide endpoint to accept a recommendation instead of storing the ID in the reason field
- add the sourceId to manual add redaction
- update junit tests
2022-03-14 11:32:35 +02:00
Philipp Schramm
133a523f60 RED-3334 Added dropIndex parameter to reindex method 2022-03-14 10:23:39 +01:00
Corina Olariu
5e2903995d Pull request #283: RED-3587 - Return the most recent file modification date in the dossier stats
Merge in RED/persistence-service from feature/RED-3587 to master

* commit '066134be3470c32b37ebacb98f1eb7a1a7a86f9e':
  RED-3587 - Return the most recent file modification date in the dossier stats
2022-03-11 12:05:43 +01:00
Timo Bejan
86aed6b961 dossier status count 2022-03-11 12:52:03 +02:00
devplant
066134be34 RED-3587 - Return the most recent file modification date in the dossier stats
- add the recent lastUpdated file date and the recent fileManipulation date
- add junit tests
2022-03-10 18:01:42 +02:00
Timo Bejan
c7dc76d123 test fix 2022-03-09 20:00:03 +02:00
devplant
5569695ca6 RED-3433 - When importing redactions from a redacted file the system should decline a file that is not a PDF and has a different number of pages
- check for validating the pdf file and the number of pages
- add junit test
2022-03-09 15:45:58 +02:00
Corina Olariu
2b29fcafa1 Pull request #273: RED-3505 - Show files and dossiers in a combined trash
Merge in RED/persistence-service from feature/RED-3505 to master

* commit '5c46e819de79293d223ab7833d998fa0c465f69d':
  RED-3505 - Show files and dossiers in a combined trash
2022-03-08 17:11:24 +01:00
aoezyetimoglu
62a0a74abe RED-3246: As an admin I want to clone a dossier template 2022-03-07 15:26:58 +01:00
devplant
5c46e819de RED-3505 - Show files and dossiers in a combined trash
- add endpoint to get the files in soft delete state
- update junit tests
2022-03-07 09:37:29 +02:00
deiflaender
2f0e03af34 RED-2836: First steps for false_positive/false_reommendation per entity 2022-03-04 11:51:24 +01:00
devplant
cecd7fb6d5 RED-3382 - Manual redaction controller needs to support bulk requests
- refactoring the apis to support bulk operations (without addRedaction and addComment)
- update junit tests
2022-02-25 14:44:40 +02:00
deiflaender
b83c262b2d RED-3408: Set fileManipulationDate if file is modified. Updated api of text highlight processing 2022-02-23 14:53:44 +01:00
deiflaender
553ee37479 Removed 2.5.x migration for 3.1 2022-02-21 16:59:32 +01:00
Timo Bejan
d34473f684 performance updates 2022-02-17 10:30:25 +02:00
Timo Bejan
9c097475ff dossier stats optimization 2022-02-15 14:53:18 +02:00
Timo Bejan
44347564c7 extended test 2022-02-14 20:16:03 +02:00
Timo Bejan
16fc22387f added metrics 2022-02-14 11:50:52 +02:00
Timo Bejan
01569b6a0d reanalyse cleanup, imported flag for redaction-log 2022-02-11 12:57:15 +02:00
Philipp Schramm
ffd4da35ad RED-3350 Communication with entity recognition via queues 2022-02-09 15:46:56 +01:00
Corina Olariu
84a2e00f02 Pull request #217: RED-3333 - Optional false_positives in redaction log
Merge in RED/persistence-service from feature/RED-3333 to master

* commit '7f1b924b5c78ae72ab8234f05fa47bc354e14857':
  RED-3333 - Optional false_positives in redaction log
2022-02-04 10:07:49 +01:00
devplant
7f1b924b5c RED-3333 - Optional false_positives in redaction log
- include request param excludedType (8f952128803)
2022-02-03 14:27:00 +02:00
devplant
f493166bcc RED-3240 - Dossier Status
- update repository to fix exception
- update junit tests
2022-02-03 12:28:08 +02:00
Timo Bejan
f55db3eaf4 Dossier Status Self name 2022-02-01 15:20:32 +02:00
Timo Bejan
a3e42db426 Dossier Status dossier count 2022-02-01 15:13:36 +02:00
deiflaender
98d4a65638 RED-3243: Removed unneeded code for imported redactions 2022-01-31 15:43:32 +01:00
Timo Bejan
f1181177d4 fixed tests and cleanup on dossier status removal 2022-01-31 10:54:23 +02:00
Timo Bejan
03bcfb8cc3 added integration-test for dossier status 2022-01-31 10:33:37 +02:00
Timo Bejan
1d7d0fe285 added integration-test for dossier status 2022-01-31 10:31:53 +02:00
Timo Bejan
d1ff64310b Fixed changelog and tests 2022-01-31 10:10:54 +02:00
Timo Bejan
7a72d04ccd Merged master into current branch 2022-01-31 09:26:07 +02:00
Dominique Eiflaender
440275da30 Pull request #199: RED-3239: Fixed persistence for imported redactions
Merge in RED/persistence-service from RED-3243-1 to master

* commit 'd9aa5c4efe12afe4247ee24551e0896a995559d6':
  RED-3239: Fixed persistence for imported redactions
2022-01-27 11:18:09 +01:00
deiflaender
d9aa5c4efe RED-3239: Fixed persistence for imported redactions 2022-01-27 11:14:28 +01:00
Timo Bejan
d14ee9984c Final touches for RED-3242 2022-01-27 11:15:24 +02:00
Timo Bejan
cf62a4f07b RED-3242 - excluded from automatic analysis 2022-01-27 11:14:44 +02:00
deiflaender
d8d9b1c2a7 RED-3243: Fixed not working tests 2022-01-27 09:20:26 +01:00
devplant
2a4ac35d78 RED-3240 - Dossier Status
- add new entity DossierStatusEntity, add crud operations
- update DossierEntity to add dossierStatus
2022-01-27 09:55:06 +02:00
Philipp Schramm
2e992c3f31 RED-3239 Implemented feature to archive dossiers 2022-01-25 09:14:29 +01:00
devplant
4dedbf2bfd RED-3011 - DossierTemplate Stat
- add in the final list of stats the dossier templates with dossier and type asociated to the dossier but not valid to be in the initial search
2022-01-18 15:26:35 +02:00
Timo Bejan
36353463c9 analysis version in redactionlog and changes 2022-01-13 10:56:57 +02:00