Timo Bejan
57b8e9034a
liquibase for tests. dug
2021-11-22 12:24:17 +02:00
Timo Bejan
ebfdda24c1
liquibase update
2021-11-22 12:16:53 +02:00
Timo Bejan
2bfa0f34a8
liquibase update
2021-11-22 12:14:12 +02:00
devplant
43c499414b
Merge branch 'master' of ssh://git.iqser.com:2222/red/persistence-service into RED-2661
...
# Conflicts:
# persistence-service-v1/persistence-service-processor-v1/src/main/java/com/iqser/red/service/persistence/management/v1/processor/service/persistence/FileStatusPersistenceService.java
2021-11-22 12:11:54 +02:00
devplant
2e38d1171e
RED-2661 Removing a dossier member or deleting a user must not change the status of a file
...
- add check for null before overwritten the lastReviewer and lastAprrover
2021-11-22 11:45:29 +02:00
Timo Bejan
35d688c135
Test fix
2021-11-22 10:18:59 +02:00
devplant
104f44b06f
RED-2661 Removing a dossier member or deleting a user must not change the status of a file
...
- renamed currentReviewer to assignee, "Unassigned" status into "NEW"
- added lastApprover
- modified logic for setCurrentAssignee, setUnderReview, setUnderApproval and setApproved
- integration tests updated
2021-11-19 13:01:32 +02:00
Timo Bejan
243db42b0f
dossier information endpoint
2021-11-19 09:51:10 +02:00
Timo Bejan
2a1d89fa35
added counter for soft-deleted files in dossier-stats
2021-11-19 09:30:08 +02:00
Timo Bejan
0f2e04aedf
2 new redaction-log flags for UI indicators - version cleanup
2021-11-18 11:29:44 +02:00
Ali Oezyetimoglu
79154a3ef1
Pull request #118 : RED-2438:
...
Merge in RED/persistence-service from RED-2438-ps1 to master
* commit '383ce5cce272d03d496a3d759888eeb07947d5a9':
RED-2438: Implement Liquibase based DB setup and migration
2021-11-17 18:26:49 +01:00
Philipp Schramm
9ca9bf80b3
RED-2775 Removed unused and not working code
2021-11-17 10:10:54 +01:00
Philipp Schramm
220d5fa075
RED-2775 Bugfix, uploading deleted file will ignore excluded pages
2021-11-17 10:10:42 +01:00
aoezyetimoglu
383ce5cce2
RED-2438:
...
Implement Liquibase based DB setup and migration
2021-11-17 10:01:27 +01:00
Corina Olariu
ce1553bb77
Pull request #116 : RED-2664 All manual Redactions deleted after toggling enable/disable-redaction
...
Merge in RED/persistence-service from bugfix/RED-2664 to master
* commit '121d1b7f2515f3ce2832fe0e2335b375446359ee':
RED-2664 All manual Redactions deleted after toggling enable/disable-redaction
2021-11-17 08:55:46 +01:00
devplant
c8afc5f735
RED-2664 SQL Exception 'value too long for type character varying(255)' only for resizing Values
...
- increase value size to maximum for varchar2 4000
2021-11-16 10:49:25 +02:00
devplant
121d1b7f25
RED-2664 All manual Redactions deleted after toggling enable/disable-redaction
...
- remove the wipeFileData when toggleExclusion(true)
- integration tests updated
2021-11-16 10:18:25 +02:00
Philipp Schramm
fdad7ac50f
Merge branch 'RED-2633-2' of ssh://git.iqser.com:2222/red/persistence-service into HEAD
2021-11-15 14:03:44 +01:00
Philipp Schramm
d8ac7a7671
RED-2633 Added section to manual redactions and extended ManualRedactionTest
2021-11-15 13:51:43 +01:00
Corina Olariu
091a088c83
Pull request #112 : RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
...
Merge in RED/persistence-service from bugfix/RED-2666 to master
* commit 'd548dc0883f367a84800e0d725d0d855fb0cf777':
RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
2021-11-15 08:49:17 +01:00
deiflaender
7a32ddc4e6
Fixed nullpointer
2021-11-11 16:23:19 +01:00
Philipp Schramm
8b1c2eb558
RED-2604 Extended DossierTest and Bugfix for saving/updating dossiers with ReportTemplates
2021-11-11 16:15:44 +01:00
devplant
d548dc0883
RED-2666 OwnerId as FileName after soft-/hard-delete and Reupload
...
- update file repository with correct order of parameters for overwriteFile
- integration tests updated
2021-11-11 14:50:11 +02:00
Timo Bejan
ec292dacbe
conditional reprocess
2021-11-10 16:20:42 +02:00
Timo Bejan
0045f46c7f
handle optimize and infinite loop on analysis
2021-11-10 16:20:06 +02:00
Timo Bejan
fffad3ab80
Fixed optimize issue
2021-11-10 15:40:49 +02:00
deiflaender
3a03bd2d3d
RED-2537: Fixed not working full reanalyse after ocr
2021-11-10 12:16:23 +01:00
deiflaender
ac760c6718
RED-2590: Do not delete text on exclude from redaction to reindex after undelete, fixed reanalyse after include for redaction
2021-11-09 13:18:34 +01:00
devplant
d5471a0153
RED-2488 As an admin I want to set if the report is included in the download package by default
...
- allow update of activeByDefault, multiFileReport and filename properties
- integration tests updated
2021-11-09 12:38:50 +02:00
deiflaender
d5b70932b2
RED-2441: Fixed dossierTemplateId is null for soft deleted files
2021-11-08 14:19:28 +01:00
Timo Bejan
f2b4d175c2
fixed hard delete and dossier template
2021-11-08 14:27:58 +02:00
Timo Bejan
57006ff6a4
fixes
2021-11-08 14:18:43 +02:00
Corina Olariu
e22034aa01
Pull request #104 : RED-2501 Excluding a file from redaction removes reviewer
...
Merge in RED/persistence-service from bugfix/RED-2501 to master
* commit '9d20bc3c0e61662a8f45bb0244cb512f7ae6239f':
RED-2501 Excluding a file from redaction removes reviewer
2021-11-08 12:40:22 +01:00
deiflaender
6145ac114c
RED-2525: Only accept png, jpg, jpeg for image dossier attributes
2021-11-08 11:51:23 +01:00
devplant
9d20bc3c0e
RED-2501 Excluding a file from redaction removes reviewer
...
- update file repository to update the excluded flag for the file id given
2021-11-08 12:07:56 +02:00
Corina Olariu
7fe73674d2
Pull request #99 : RED-2583 conflict with deleted dossierTemplate name
...
Merge in RED/persistence-service from bugfix/RED-2583 to master
* commit '0305694baa8dea453f9137362a54dcd880b7f08b':
RED-2583 conflict with deleted dossierTemplate name
2021-11-03 15:19:23 +01:00
Corina Olariu
cd460af9a6
Pull request #103 : RED-2508 empty pdf file
...
Merge in RED/persistence-service from bugfix/RED-2508 to master
* commit '10287b658e490a21330eaa20ad28a1c1b02e448a':
RED-2508 empty pdf file
2021-11-03 15:19:15 +01:00
Corina Olariu
16bde8fbee
Pull request #101 : RED-2526 only one primary attribute in file-attributes
...
Merge in RED/persistence-service from bugfix/RED-2526 to master
* commit '5d5ea1446e108fdf1953d931aa9ac2f235c7bb47':
RED-2526 only one primary attribute in file-attributes
2021-11-03 15:19:08 +01:00
devplant
10287b658e
RED-2508 empty pdf file
...
- throw bad request exception when an empty file is uploaded
2021-11-03 15:10:53 +02:00
Dominique Eiflaender
c6e09535b4
Pull request #102 : RED-2562 Added watermark flag for previews to DossierEntity.java
...
Merge in RED/persistence-service from RED-2562 to master
* commit 'ddfa83873ff44e151b3c729eb554bbaf8531758d':
RED-2562 Added watermark flag for previews to DossierEntity.java
2021-11-03 13:25:22 +01:00
Philipp Schramm
ddfa83873f
RED-2562 Added watermark flag for previews to DossierEntity.java
2021-11-03 13:22:00 +01:00
Corina Olariu
bb5b93e923
Pull request #98 : RED-2529 deleting dossier attributes connected to dossiers
...
Merge in RED/persistence-service from bugfix/RED-2529 to master
* commit '9427124a7456a85da5d75082ee1d236393bf0548':
RED-2529 deleting dossier attributes connected to dossiers
2021-11-03 11:56:06 +01:00
devplant
5d5ea1446e
RED-2526 only one primary attribute in file-attributes
...
- upon creation/updating a file attribute with primary attribute, update all other dossier template attributes with primary key set to false
2021-11-03 12:49:17 +02:00
Dominique Eifländer
e90b09aa74
RED-2668: Fixed create dossier dictionaries for multiple dossiers
2021-11-03 11:26:39 +01:00
devplant
0305694baa
RED-2583 conflict with deleted dossierTemplate name
...
- change entity attribute from boolean delete to OffsetDateTime softDeleteTime
- remove unique constraint for name of dossier template
- add a unique constraint on table on columns: name and softDeleteTime
2021-11-03 11:53:55 +02:00
Timo Bejan
001d0862d3
Pull request #97 : notification preferences fix
...
Merge in RED/persistence-service from fixes to master
* commit '374fde2263304eae9c4c8c33b38b0384d8a1a379':
test-fix
notification preferences fix
2021-11-03 10:40:35 +01:00
Timo Bejan
374fde2263
test-fix
2021-11-03 11:28:51 +02:00
Timo Bejan
f9f9a03186
notification preferences fix
2021-11-03 10:56:26 +02:00
devplant
9427124a74
RED-2529 deleting dossier attributes connected to dossiers
...
-update to delete also the child entities when deleting attribute configs
2021-11-03 10:54:44 +02:00
Philipp Schramm
c48b497695
RED-2562 Added watermark flag for previews to DownloadPreparationService.java
2021-11-02 16:23:45 +01:00