Dominique Eifländer
ab2991ea88
RED-7738: Do not catch database execetions that breaks transactions
2023-10-10 15:01:11 +02:00
Andrei Isvoran
829132199e
RED-7326 - Backport fileSize fix
2023-10-05 16:28:46 +02:00
Andrei Isvoran
dbb1f21a52
RED-7326 - Backport license storage implementation
2023-09-22 08:33:16 +02:00
Corina Olariu
7b2ccaea84
RED-6912- Entries not sorted correctly in the dossier dictionary - backport to 3.6
...
- update the sorting to be case-insensitive
- update junit tests
2023-06-26 10:41:18 +03:00
Corina Olariu
a0c7d88767
RED-6912 - Entries not sorted correctly in the dossier dictionary -backport to 3.6.2
...
- sort entries and falsePositives and falseRecommendations in endpoint getDictionaryForType
- add junit tests
2023-06-22 11:06:46 +03:00
Viktor Seifert
cf0c2d6100
RED-6467: Backport of change from 4.0.
...
* Implemented undeletion of dictionary entries by running a native query in chunks.
This avoids a limitation in the JDBC driver.
* Changed unique name check to not use Exceptions to prevent transaction rollbacks
2023-04-21 16:53:04 +02:00
Viktor Seifert
6a3db677ef
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
2023-03-30 17:37:18 +02:00
Viktor Seifert
6f203f07e1
RED-6497: Fixed issue where the file-size of download was saved incorrectly.
...
* Changed the update to the DownloadStatusEntity to use the entity object instead of using a query on JPA-repo. This prevents values from the object being incorrectly inserted otherwise.
* Extended the DownloadPreparationTest to check the resulting download state and file size.
2023-03-30 17:30:16 +02:00
Viktor Seifert
284738b59e
RED-6497: Changed code to use a different method of getting a file size to have better error reporting
2023-03-30 15:43:07 +02:00
Viktor Seifert
d74b8bf4ba
RED-6497: Corrected handling of the stream, temp-file and exceptions.
...
* Corrected the order of closing the steam and deleting the file.
* Switched the output of exception to the WARN level, since the hint at potential problems.
* Corrected the tests so that they clean-up resources.
* Changed the tests to use an archiver that re-throws exceptions, so that problems are not swallowed in testing.
2023-03-29 18:36:48 +02:00
Viktor Seifert
b9345110aa
RED-6310: Updated test for download preparation test to execute all preparation steps.
...
Previously the last step was not executed.
2023-03-10 17:39:53 +01:00
Viktor Seifert
c698bf3a68
RED-6310: Backported test to Junit 4
2023-03-09 15:56:32 +01:00
Viktor Seifert
551840a46f
RED-6310: Moved code for multithreaded tests to a helper class
...
(cherry picked from commit 40d6961742436fd4f7c5e07616850d8b1eb31a43)
2023-03-09 15:42:42 +01:00
Viktor Seifert
a0e0aadb61
RED-6310: Removed not needed code from test
...
(cherry picked from commit fd7f39bc7e4b4cc67ed55d5e77ef84d93779b342)
2023-03-09 15:42:41 +01:00
Viktor Seifert
d42d56e7f1
RED-6310: Added setup of tenant id to fix the service test
...
(cherry picked from commit b1d79970c033822ddffb47be199c379cada2ce40)
2023-03-09 15:42:39 +01:00
Viktor Seifert
bbc58379f4
RED-6310: Added tests to check if concurrent access to notification-preferences works
...
(cherry picked from commit ef36f5c10f21042ce74621dd8e48a754b6a7258f)
2023-03-09 15:42:38 +01:00
Timo Bejan
00a6b2f075
RED-4188 added timed dependencies and metric for calculateFlags since this method is calld several times per file each time something happens inside it
2023-02-09 12:54:36 +02:00
devplant
c3477d78e1
RED-6105 - Cannot import exported specific Dossier Template
...
- add the compression ratio threshold constant as an environment value
- add a junit test with threshold ratio surpassed
2023-02-02 16:07:29 +02:00
Timo Bejan
1ba979a257
RED-5883 - duplicate dossier fix
2023-01-27 18:03:08 +07:00
devplant
b8653ce0ba
RED-5784 - As the admin I want to configure the applied redaction color
...
- update junit tests
2023-01-25 15:07:31 +02:00
deiflaender
20b2e13abb
RED-5785: Removed restriction for watermarks to contain only ASCII chars
2023-01-25 10:34:18 +01:00
devplant
51db508448
RED-5784 - As the admin I want to configure the applied redaction color
...
- add new color to the colors list (applied redaction color)
- send the color to the message queue for download package
2023-01-20 13:08:43 +02:00
devplant
09fc65541f
RED-5724 - Pressing Reanalyze-Button should reset processing_error_counter
...
- reset the counter in state of REPROCESS
2023-01-16 12:43:23 +02:00
Philipp Schramm
fb98380543
RED-5608: Ocr is only possible for processed files
2023-01-05 14:08:54 +01:00
Viktor Seifert
6d28dac9cf
RED-5479: Added preview-color field to download.
...
The field value will be used for preview-redaction as an override for the default value.
2022-12-05 13:25:50 +01:00
Viktor Seifert
b890b2b171
RED-5479: Deleted mocking of endpoints that are no longer available
2022-12-02 16:43:58 +01:00
Viktor Seifert
0b7f3d1c0e
RED-5670: Changed temp file creation so that it works on any OS, not just on Unix/Linux
2022-11-28 15:02:28 +01:00
devplant
54fcb5076b
RED-4543 - In fileAttributesController, support ASCII and ISO as Encoding Type
...
- add column encoding to file attribute config
- update junit tests
2022-10-27 17:14:08 +03:00
devplant
b5573ac9d5
RED-5403 - Dossier Template export and import
...
- merge master into
2022-10-18 09:54:27 +03:00
Philipp Schramm
6a763e0575
RED-5232: Formatted service with latest styleguide
2022-10-17 14:43:45 +02:00
devplant
61c60b30c4
RED-3894 - Allow the user to define a page range for imported redactions
...
- fix dependency issues
2022-10-17 13:41:30 +03:00
devplant
fa5a8245a1
RED-5403 - Dossier Template export and import
...
- delete current justifications when the import has none
- update junit tests
2022-10-17 12:18:02 +03:00
Philipp Schramm
4035abe2f3
Pull request #551 : RED-5292: Split Tenant object into Request and Response without password
...
Merge in RED/persistence-service from RED-5292 to master
* commit '2dabbb1193edd11c6337f7aa286d1ba8457004e1':
RED-5292: Split Tenant object into Request and Response without password
2022-10-13 09:11:04 +02:00
Philipp Schramm
2dabbb1193
RED-5292: Split Tenant object into Request and Response without password
2022-10-12 16:05:23 +02:00
devplant
9fedb2f1aa
RED-5375 - Dossier Template export and import
...
- ignore file attribute general config in export in case of not found
2022-10-12 15:32:16 +03:00
Timo Bejan
3c2c0a8822
RED-5097 - ocr status updates - lastUpdated needs to change when ocr values change
2022-10-12 13:09:24 +03:00
Timo Bejan
7d42753bf2
RED-5097 - ocr status updates
2022-10-07 16:15:15 +03:00
devplant
132d8c5a0e
RED-2200 - Dossier Template export and import
...
- fix problems for reports.
2022-10-06 16:52:08 +03:00
deiflaender
18569a0960
RED-5151: Reject redelivered messages
2022-09-27 13:00:08 +02:00
Timo Bejan
e967f7aabb
RED-4479 and RED-4793
2022-09-25 22:56:01 +03:00
deiflaender
6b639b0078
RED-3925: Implemented logic to get deploymentKey
2022-09-23 10:48:50 +02:00
devplant
ddf78824c9
RED-2200 - Dossier Template export and import
...
- rework: reports with duplicate names for reports, find types and dossier states by id first then by name
- delete existing types/ dossier states that were not in the import
- update name of queue
2022-09-22 11:00:49 +03:00
devplant
16e3c562f5
RED-2200 - Dossier Template export and import
...
- return the dossier template as result of the import
2022-09-16 14:21:41 +03:00
devplant
35f3b3e06c
RED-2200 - Dossier Template export and import
...
- add implementation for import and export.
- add tests
2022-09-14 09:42:06 +03:00
deiflaender
f9f2e7435a
RED-4512: Added endpoint to get tenants and added additional attributes to tenants
2022-09-01 09:40:54 +02:00
deiflaender
0adf8026ce
RED-4512: Implemented multitenancy for persistence
2022-08-31 16:16:39 +02:00
Viktor Seifert
1a290b80db
RED-4928: Added assertions to the license-report test to check basic properties of the result
2022-08-15 15:05:14 +02:00
Ali Oezyetimoglu
39c2dd0101
RED-4961: "numberOfSoftDeletedFiles" for soft-deleted archived-dossier is always 0
2022-08-10 15:41:33 +02:00
deiflaender
a07369b7b4
RED-4782: Enabled pdftron-redaction-service to set files in pocessing states when it takes them out of the queue
2022-08-10 11:15:18 +02:00
deiflaender
726d31c967
RED-4753: Fixed migration with objectMapper
2022-08-01 11:03:02 +02:00