1534 Commits

Author SHA1 Message Date
Dominique Eifländer
ef6c268c2b RED-8175: Use only one thread for @Async deletion of files that are already added to download package 2024-01-11 12:40:16 +01:00
Andrei Isvoran
41d25ff924 RED-8043 - Fix section 2024-01-11 12:29:47 +01:00
Andrei Isvoran
369e944255 RED-8043 - Check for null AND empty before updating the section 2024-01-10 16:42:03 +01:00
Kilian Schüttler
2da3b3d30c Merge branch 'RED-7384' into 'master'
RED-7384: delete NER_ENTITIES file

Closes RED-7384

See merge request redactmanager/persistence-service!300
2024-01-10 13:37:56 +01:00
Kilian Schuettler
0312656ad6 RED-7384: delete NER_ENTITIES file 2024-01-10 12:41:19 +01:00
Andrei Isvoran
c7c22bfd06 RED-8043 - Save section for manual redactions and unprocessed manual redactions 2024-01-09 16:02:24 +01:00
Dominique Eifländer
cf4a650fb5 RED-8174: Fixed transaction handling for notification preferences 2024-01-09 10:38:09 +01:00
Timo Bejan
d0571a436c Fixed transitive dependencies and concurrent download issue RED-8175 2024-01-08 10:20:10 +02:00
Andrei Isvoran
08b4883e5e RED-8043 - Correctly convert resize redactions 2024-01-05 09:51:16 +02:00
Ali Oezyetimoglu
41791c7e07 Merge branch 'RED-5246' into 'master'
RED-5246: changed permission check for getDossier(...)

Closes RED-5246

See merge request redactmanager/persistence-service!293
2024-01-04 16:41:16 +01:00
Ali Oezyetimoglu
f5f1bde988 RED-5246: changed permission check for getDossier(...) 2024-01-04 14:23:55 +01:00
Andrei Isvoran
c4a354560d RED-8043 - Only send local manual redactions/resizes to surrounding text... 2024-01-04 13:45:28 +01:00
Andrei Isvoran
a1a8e14419 RED-8043 - General fixes 2024-01-03 14:13:47 +01:00
Andrei Isvoran
1761528c23 RED-8114 - Add fetchtype 2023-12-22 16:02:43 +02:00
Andrei Isvoran
3335c54000 RED-8114 - Also copy new value for resize 2023-12-22 16:01:47 +02:00
Andrei Isvoran
150df5e721 Merge branch 'RED-7662' into 'master'
RED-7662 - Don't display hasHints flag if there are no hints

Closes RED-7662

See merge request redactmanager/persistence-service!288
2023-12-22 11:46:16 +01:00
Andrei Isvoran
568979a4e1 RED-7662 - Don't display hasHints flag if there are no hints 2023-12-22 12:21:28 +02:00
Dominique Eifländer
e10681a0c0 hotfix: Fixed 'idle in transaction' connections when loading entityLog 2023-12-22 10:51:45 +01:00
Dominique Eifländer
701e173b99 RED-8034: Filter out entityLog entries for excluded pages 2023-12-22 10:19:40 +01:00
Andrei Isvoran
bd5756a06b RED-7784 - Correctly set state for forced hints 2023-12-21 15:49:17 +02:00
Andrei Isvoran
d190291b5b RED-8043 - Fix surrounding text not updating when adding manual redaction 2023-12-21 14:05:00 +01:00
Ali Oezyetimoglu
0d705f53ca Revert "RED-5246: updated ACLBeanConfiguration to use CustomAclPermissionEvaluator and also changed to custom NotFoundException"
This reverts commit 7172ae55d661374f4bbdfbc6398636909ebc3c52.
2023-12-21 11:40:27 +01:00
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