Andrei Isvoran
4deadfec0b
RED-8114 - Allow editing of unprocessed manual changes
2023-12-21 09:45:13 +01:00
Andrei Isvoran
6ba76e66ec
RED-7784 - Refactor merge logic to not loop multiple times through the entire entity log entries
2023-12-20 13:43:16 +01:00
Dominique Eifländer
a71e75da90
RED-1137: Do not observe actuator endpoints
2023-12-20 12:58:09 +01:00
Kilian Schüttler
1ea65a256c
RED-7834: fix migration issues
2023-12-20 12:28:46 +01:00
Corina Olariu
85d12f9355
RED-7256 - Overlapping annotation color from imported redaction and resized redaction
...
- fix merge from master
2023-12-20 11:14:30 +02:00
Corina Olariu
2948ae1c10
Merge branch 'master' into RED-7256-npe
...
# Conflicts:
# persistence-service-v1/persistence-service-processor-v1/src/main/java/com/iqser/red/service/persistence/management/v1/processor/service/EntityLogMergeService.java
2023-12-20 11:07:11 +02:00
Dominique Eifländer
f2352413e1
Merge branch 'RED-8034' into 'master'
...
RED-8034: Always load entityLog from persistence-service because excluded...
Closes RED-8034
See merge request redactmanager/persistence-service!275
2023-12-19 16:48:07 +01:00
Dominique Eifländer
f568cf2eec
RED-8034: Always load entityLog from persistence-service because excluded pages are calculated there
2023-12-19 16:34:09 +01:00
Andrei Isvoran
b5794f7fdf
RED-7784 - Don't update changes dateTime on every merge.
2023-12-19 17:14:49 +02:00
Andrei Isvoran
f71976e595
RED-8043 - Refactor entity log merge & don't send surrounding analysis request for dictionary adds
2023-12-19 16:06:39 +01:00
Dominique Eifländer
995ff6b725
RED-8034: Exclude entries from entitylog for exluded pages without analyse
2023-12-19 13:40:32 +01:00
Corina Olariu
6e7dadd0cf
RED-7256 - Overlapping annotation color from imported redaction and resized redaction
...
- fix immutable map
2023-12-19 14:17:15 +02:00
Corina Olariu
705dd42333
RED-7256 - Overlapping annotation color from imported redaction and resized redaction
...
- fix the NPE aldo for legalBasis changes
2023-12-19 13:50:38 +02:00
Corina Olariu
85737653f7
RED-7256 - Overlapping annotation color from imported redaction and resized redaction
...
- use Strings from guave for empty or null and set empty value in case of null value
2023-12-19 12:50:21 +02:00
Ali Oezyetimoglu
7172ae55d6
RED-5246: updated ACLBeanConfiguration to use CustomAclPermissionEvaluator and also changed to custom NotFoundException
2023-12-19 11:22:11 +01:00
Corina Olariu
36755e5958
RED-7256 - Overlapping annotation color from imported redaction and resized redaction
...
- fix NPE which is caused by the null value in case of resize imported redaction
2023-12-15 11:17:29 +02:00
Andrei Isvoran
8c854900cc
RED-8043 - Refactor EntityLog merge mechanism
2023-12-14 15:06:32 +01:00
Yannik Hampe
464d5e2ef3
Merge branch 'RED-8078' into 'master'
...
RED-8078: Removing an entity type should trigger complete reanalysis
Closes RED-8078
See merge request redactmanager/persistence-service!267
2023-12-14 14:07:35 +01:00
Dominique Eifländer
56038f13b9
hotfix: Fixed old versions in project, because of cycling dependencies
2023-12-14 13:50:50 +01:00
yhampe
c6d330f1df
RED-8078: Removing an entity type should trigger complete reanalysis
...
added parameter to include deleted dictionary types
2023-12-14 13:48:00 +01:00
Dominique Eifländer
36e76b0273
RED-5223: Added tracing for scheduled analysis, and add fileId on upload to trace
2023-12-14 11:28:14 +01:00
Timo Bejan
a62f642c28
migration for uncompressed azure blobs
2023-12-13 16:21:38 +02:00
Dominique Eifländer
56db92bf39
RED-5223: Use tracing-commons from fforesight
2023-12-13 14:50:37 +01:00
Dominique Eifländer
9e3191dabd
RED-5223: Fixed not working tracing when comes from queue, upgraded ocr service
2023-12-12 15:05:18 +01:00
Kilian Schüttler
cdf37fd486
RED-7834: fix migration issues
2023-12-12 13:58:05 +01:00
Kilian Schüttler
87f841d9dd
RED-7834: fix migration issues
2023-12-11 15:46:32 +01:00
Andrei Isvoran
9b8e6a0e84
RED-8057 - Fix issue with adding dict based manual redactions with no position specified
2023-12-08 16:21:02 +01:00
Dominique Eifländer
c1540943a4
RED-1137: Enabled tracing, enabled traceId/spanId in Json logging, send custom attributes for namespace and version
2023-12-08 13:40:11 +01:00
Andrei Isvoran
77d1e6ed4c
RED-7404 - Add publishing for all modules
2023-12-08 11:27:46 +01:00
Timo Bejan
f8157e4448
Merge branch 'RED-6661' into 'master'
...
Por change for local dev
Closes RED-6661
See merge request redactmanager/persistence-service!255
2023-12-07 00:24:42 +01:00
Timo Bejan
05db55adca
Por change for local dev
2023-12-07 01:13:45 +02:00
Andrei Isvoran
5c215f3a47
RED-8043 - Add new MessageType and queue
2023-12-06 14:49:57 +01:00
Andrei Isvoran
170cc61000
RED-7715 - Modify log4j config to enable switching between console and json based on env var
2023-12-06 09:30:37 +01:00
Andrei Isvoran
37c2eef2f9
RED-7404 - Add lombok.config
2023-12-04 17:50:39 +01:00
Ali Oezyetimoglu
e52c60c669
Merge branch 'RED-8014' into 'master'
...
RED-8014: Remove spaces as suffix and prefix on dossier creation
Closes RED-8014
See merge request redactmanager/persistence-service!238
2023-12-04 14:10:23 +01:00
Andrei Isvoran
8dad6c44df
RED-7404 - Migrate to gradle
2023-12-04 12:31:47 +01:00
Ali Oezyetimoglu
47e268287e
RED-8014: Remove spaces as suffix and prefix on dossier creation
2023-12-04 09:54:10 +01:00
Timo Bejan
b5cd72c7bf
RED-8031 - Migration for non gzipped files
2023-12-03 21:45:50 +02:00
Kresnadi Budisantoso
1de6210993
RED-962 Fixup response type & error 500
2023-11-29 23:58:40 +01:00
Kresnadi Budisantoso
b9d473677c
Hotfix: Download file name not properly recognized by the browser as the response header is malformed
2023-11-29 23:25:46 +01:00
Kresnadi Budisantoso
9d84085d46
Hotfix: Download rule file endpoint (old version) ignores the file type
2023-11-29 23:16:31 +01:00
Kresnadi Budisantoso
4c4e1ced91
RED-7962 Changed response type to "text/plain; charset=utf-8"
...
- Fixup of previous commit
- Use "text/plain; charset=utf-8" instead of "application/octet-stream" as response type for rule files
as they are actually text files.
2023-11-29 23:07:14 +01:00
Kresnadi Budisantoso
9aff9e2d71
RED-7962 Fix error 500 for rule download endpoints.
...
The previous fix just corrected missing 404 response for the upload endpoints.
In case of a 404 error, the response entity is not a InputStreamResource anymore but an object containing the error message.
2023-11-29 17:23:45 +01:00
Kresnadi Budisantoso
d4a9afb8fe
RED-7962 Fix error 500 for rule endpoints if dossier template does not exist
...
Also return 404 for file attribute definition endpoint if dossier template does not exist.
2023-11-29 16:18:46 +01:00
Kresnadi Budisantoso
9985e9b0af
RED-7962 Fix wrong CSV mapping active flag
2023-11-29 16:18:46 +01:00
Dominique Eifländer
e55cd716cc
DM-602: Do not always set addToDictionary for recategorizations
2023-11-29 11:28:28 +01:00
Andrei Isvoran
88736855b4
RED-7785 - Fix false positives not getting removed for unprocessed changes & refactor merging unprocessed changes into entitylog logic.
2023-11-29 11:03:51 +01:00
Corina Olariu
c036acc81d
Merge branch 'RED-7979' into 'master'
...
RED-7979 - Force Hint leads to 500 BE Error
Closes RED-7979
See merge request redactmanager/persistence-service!232
2023-11-29 10:24:36 +01:00
Corina Olariu
22d837a35f
RED-7979 - Force Hint leads to 500 BE Error
...
- in case of force hint, there is no legalBasis so do not add property changes for legalBasis
2023-11-29 10:40:07 +02:00
Kresnadi Budisantoso
06d3b282cc
RED-7962 Updated platform dependency to 2.20.0
2023-11-29 00:05:22 +01:00