87 Commits

Author SHA1 Message Date
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
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
Timo Bejan
374fde2263 test-fix 2021-11-03 11:28:51 +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
Timo Bejan
615e5bba55 test fix 2021-10-29 15:46:20 +03:00
Timo Bejan
2231c9773c test fixes 2021-10-29 15:44:34 +03:00
Ali Oezyetimoglu
233f7fa47e Pull request #85: RED-2429: As a user I want to resize a redaction - fixed positions bug
Merge in RED/persistence-service from RED-2429-ps3 to master

* commit '4339bcee917c54b722193fe82baea2473164c8f1':
  RED-2429: As a user I want to resize a redaction - fixed positions bug
2021-10-26 10:06:36 +02:00
aoezyetimoglu
4339bcee91 RED-2429: As a user I want to resize a redaction - fixed positions bug 2021-10-26 09:58:53 +02:00
Timo Bejan
a973e0789b merged stuff 2021-10-25 11:21:25 +03:00
Timo Bejan
b83e915feb status poll and rework of dossier-stats 2021-10-25 09:15:24 +03:00
Philipp Schramm
d8303c5f4c RED-2513 If file is deleted, processState can not be updated 2021-10-25 07:31:50 +02:00
Ali Oezyetimoglu
b4b42496f9 Pull request #80: RED-2429: As a user I want to resize a redaction
Merge in RED/persistence-service from RED-2429-ps2 to master

* commit 'b4d00a5602c935de4128895312a87ba47eadae8c':
  RED-2429: As a user I want to resize a redaction
2021-10-22 10:53:25 +02:00
aoezyetimoglu
b4d00a5602 RED-2429: As a user I want to resize a redaction 2021-10-22 10:46:04 +02:00
Ali Oezyetimoglu
85edd79114 Pull request #78: RED-2429: As a user I want to resize a redaction
Merge in RED/persistence-service from RED-2429-ps1 to master

* commit '3dc0218a28f33b3f7341b318066394b12d5aa930':
  RED-2429: As a user I want to resize a redaction
2021-10-20 15:31:34 +02:00
aoezyetimoglu
3dc0218a28 RED-2429: As a user I want to resize a redaction 2021-10-20 15:14:56 +02:00
Dominique Eifländer
2c06826c52 RED-2187: Splitted processing status from workflow status 2021-10-20 12:54:16 +02:00
devplant
3f7f27c791 RED-2437 Notification Preferences Persistence
-first implementation, including integration tests
2021-10-19 10:32:41 +03:00
Philipp Schramm
b7107e3520 RED-2455 Bugfix: Delete file attributes if hard deleting file. And added test 2021-10-18 11:02:53 +02:00
Timo Bejan
6dea6e1c18 Pull request #73: enumerated type -> int to string in db
Merge in RED/persistence-service from 3.0-efsa-readiness to master

* commit '693a92bf10960a0e4664964a0e1e696792a0df7d':
  unique constraint fix
  unique constraint fix
  enumerated type -> int to string in db
2021-10-17 16:58:54 +02:00
Timo Bejan
693a92bf10 unique constraint fix 2021-10-17 17:41:17 +03:00
Timo Bejan
0a6dc82e63 unique constraint fix 2021-10-15 19:04:21 +03:00
Timo Bejan
6da7d089ca Pull request #71: fixed createdDated/ModifiedDate dossierTemplate update
Merge in RED/persistence-service from 3.0-efsa-readiness to master

* commit '00116d93469dbcfc05c4226d12555fd915701be6':
  fixed createdDated/ModifiedDate dossierTemplate update
2021-10-15 08:40:07 +02:00
Timo Bejan
00116d9346 fixed createdDated/ModifiedDate dossierTemplate update 2021-10-15 09:31:22 +03:00
Dominique Eifländer
f82bbf76f9 RED-2403: Fixed duplicate multifile nameing in downloads 2021-10-14 14:11:09 +02:00
Philipp Schramm
8b0d5b63d5 RED-2403 Adopted controller and test to handle fileNames containing dots 2021-10-14 10:03:18 +02:00
Philipp Schramm
3105367aa9 RED-2403 Fixed issue with file collision for multi file report template uploads 2021-10-14 08:55:46 +02:00
Dominique Eifländer
a0c6180eb9 RED-2411: Fixed reupload of csv file 2021-10-12 15:23:05 +02:00
Ali Oezyetimoglu
7aedcb0c57 Pull request #54: RED-2395: Fixed: Chosen report types while creating a dossier are not selected in download package
Merge in RED/persistence-service from RED-2395-ps1 to master

* commit '3143f87a64b39b0ce68ca74357b3d5833e1d336b':
  RED-2395: Fixed: Chosen report types while creating a dossier are not selected in download package
2021-10-11 16:21:34 +02:00
aoezyetimoglu
3143f87a64 RED-2395: Fixed: Chosen report types while creating a dossier are not selected in download package 2021-10-11 16:15:31 +02:00
Timo Bejan
1df38e430f Pull request #52: 3.0 efsa readiness
Merge in RED/persistence-service from 3.0-efsa-readiness to master

* commit '62cbda7214c7dee1233c683ae906ad989c20f833':
  legal basis api reviewer to null
  allow set null for reviewer/approver
  allow set null for reviewer/approver
2021-10-11 16:07:15 +02:00
Timo Bejan
62cbda7214 legal basis api reviewer to null 2021-10-11 17:02:37 +03:00
devplant
43f7bc0327 RED-2325 Dossier Stats Endpoint
-rework after comments, including integration tests
2021-10-11 10:42:01 +03:00
devplant
b688da9c56 RED-2325 Dossier Stats Endpoint
-first implementation, including integration tests
2021-10-09 08:11:28 +03:00
Timo Bejan
c8f81d5e52 RED-2372 2021-10-08 14:42:39 +03:00
Philipp Schramm
f76ec712c9 Bugfix with time precision in windows by adding '.truncatedTo(ChronoUnit.MILLIS)' to 'OffsetDateTime.now()' 2021-10-07 16:54:00 +02:00
Timo Bejan
5c54c531b0 Pull request #41: Fixed various efsa readyness issues
Merge in RED/persistence-service from 3.0-efsa-readiness to master

* commit '38ed95ea949c1848f4aee56f9313fa698405cdab':
  fixed compile error
  fixed err
  added default rules for new dossier template
  Added BG Analysis and required qhere analysisRequired is calculated and how. Fixed more minor issues that where reported for efas
  Fixed various efsa readyness issues
2021-10-07 08:31:36 +02:00
Timo Bejan
a92870dd5e Added BG Analysis and required qhere analysisRequired is calculated and how. Fixed more minor issues that where reported for efas 2021-10-07 08:41:43 +03:00
Timo Bejan
df7091110f Fixed various efsa readyness issues 2021-10-06 17:46:59 +03:00
Ali Oezyetimoglu
ea336a3896 Pull request #38: RED-1810: improvement in test for undeleting dossier
Merge in RED/persistence-service from RED-1810-ps1 to master

* commit '171cc1e298c10b992cfbae8ff4ba7434227c6b3c':
  RED-1810: improvement in test for undeleting dossier
2021-10-06 15:50:28 +02:00
Dominique Eifländer
2acf300bdc RED-2172: Fixed objectmapper problem when jackson-dataformat-xml is in classpath 2021-10-06 14:34:09 +02:00
Dominique Eifländer
4806a31619 RED-2172: Enbled to configure azure blob storage as storage backend 2021-10-06 12:20:59 +02:00
aoezyetimoglu
171cc1e298 RED-1810: improvement in test for undeleting dossier 2021-10-05 21:42:08 +02:00
Dominique Eifländer
da54b946ed Fixed missing report download 2021-10-04 15:59:47 +02:00
Timo Bejan
cd473e2336 updated version calculations 2021-10-04 09:12:58 +03:00
Timo Bejan
daadcf09c7 test improvements for new features 2021-10-04 07:44:50 +03:00
Dominique Eifländer
44dc33be02 RED-2322: Fixed manual redaction are not in redactionLog 2021-10-01 11:44:46 +02:00