822 Commits

Author SHA1 Message Date
Kilian Schüttler
bb4f6e1c88 DM-285: set correct versions in EntityLog 2023-09-20 13:04:15 +02:00
Ali Oezyetimoglu
b543952c4a RED-6807: updated EntityCreationService and RedactionSearchUtility to combine... 2023-09-20 10:59:35 +02:00
Kilian Schüttler
82f255a486 DM-285: fix betweenTextRanges 2023-09-19 15:18:12 +02:00
Kilian Schüttler
5c8ff74107 DM-285: improve EntityLog change computation 2023-09-19 11:49:57 +02:00
Andrei Isvoran
ebb16c9110 DM-428 - Fix bulk annotations not saving correctly 2023-09-18 14:17:20 +02:00
Dominique Eifländer
04e618d2e9 Merge branch 'DM-285' into 'master'
DM-285: fix string NPE

Closes DM-285

See merge request redactmanager/redaction-service!132
2023-09-15 15:09:01 +02:00
Kilian Schüttler
39b754e5b1 DM-285: fix string NPE 2023-09-15 15:09:01 +02:00
deiflaender
b3af87e932 DM-410: Added timeout to Drools execution 2023-09-15 14:27:06 +02:00
Kilian Schüttler
75d677942a DM-285: fix component drools execution 2023-09-15 13:11:11 +02:00
Kilian Schüttler
e410383fb6 DM-285: downgrade storage-service 2023-09-14 17:03:08 +02:00
Kilian Schüttler
27c058707d DM-285: Entity to component mappings with new ruleset 2023-09-14 14:43:57 +02:00
Kilian Schüttler
d5944cef3f DM-285: Deactivate timeout detection 2023-09-14 13:33:12 +02:00
Kilian Schüttler
40da9d9c5f DM-285: Entity to component mappings with new ruleset 2023-09-14 09:35:42 +02:00
Kilian Schüttler
fcc04ed585 DM-285-prep: prepare rule endpoint to avoid cyclic dependency resolution 2023-09-11 14:54:40 +02:00
Dominique Eifländer
59a45ede62 DM-410: Changed from drools timeout handling from CompletableFuture to... 2023-09-11 12:34:16 +02:00
Dominique Eifländer
15df495507 DM-410: Added timeout to Drools execution 2023-09-08 09:00:26 +02:00
Kilian Schüttler
f16378bded RED-7317: fix behavior of recategorize 2023-09-04 17:26:27 +02:00
Kilian Schüttler
b9c9d76442 RED-7317: fix behavior of recategorize 2023-09-04 09:34:53 +02:00
Kilian Schüttler
f81f7bd788 RED-7317: fix behavior of recategorize 2023-09-01 13:50:47 +02:00
Kilian Schüttler
ecbc656365 RED-7317: fix behavior of recategorize 2023-08-31 15:23:42 +02:00
Kilian Schuettler
8bea6bc890 change method name EntitiyCreationService.byEntities to mergeEntitiesOfSameType 2023-08-24 15:50:12 +02:00
Renovate Bot
4248d3ea82 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.40.0 (master) 2023-08-24 09:07:54 +02:00
Renovate Bot
1c8bb686b5 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.39.0 (master) 2023-08-23 09:08:16 +02:00
Kilian Schuettler
314ed866a2 RED-7493: make classes deserializable 2023-08-22 17:35:00 +02:00
Kilian Schuettler
cb01987c83 RED-7493: maven publish api module 2023-08-22 14:04:44 +02:00
Kilian Schuettler
a6a6ae0e26 RED-7493: provide error messages in testRules Endpoint 2023-08-22 12:32:47 +02:00
Renovate Bot
8cc04ee568 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.38.0 (master) 2023-08-22 12:08:14 +02:00
Renovate Bot
0b178bbed9 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.37.0 (master) 2023-08-22 06:06:41 +02:00
Renovate Bot
813d1c384a fix(deps): update dependency com.iqser.red.commons:spring-commons to v2.7.0 (master) 2023-08-20 03:06:41 +02:00
Renovate Bot
68a053308a fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.36.0 (master) 2023-08-19 09:07:33 +02:00
Renovate Bot
bbe2d7cc1c fix(deps): update droolsversion to v8.43.0.final (master) 2023-08-18 12:09:39 +02:00
Renovate Bot
eb7c5c3cb8 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.35.0 (master) 2023-08-18 09:08:06 +02:00
Kilian Schüttler
bcc64c4fd4 DM-357: apply rectangle, change annotationId of found entities to the id of the manualredaction 2023-08-17 15:48:08 +02:00
Renovate Bot
932cda4d32 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.34.0 (master) 2023-08-17 12:07:26 +02:00
Ali Oezyetimoglu
3313b7c16d RED-7400: engines will be empty set if null 2023-08-16 18:15:24 +02:00
Renovate Bot
0b94a746e4 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.33.0 (master) 2023-08-16 18:07:26 +02:00
Andrei Isvoran
766f8c9801 Resolve RED-6864 2023-08-16 14:29:11 +02:00
Kilian Schüttler
380d70b8a8 Resolve DM-357 2023-08-16 12:36:04 +02:00
Kilian Schüttler
81cde25fef Merge branch 'DM-357' into 'master'
DM-357 Add positions when creating RedactionLogEntry

Closes DM-357

See merge request redactmanager/redaction-service!89
2023-08-14 10:09:50 +02:00
Renovate Bot
60ea2b494f chore(deps): update plugin io.freefair.lombok to v8.2.2 (master) 2023-08-12 06:07:07 +02:00
Andrei Isvoran
158dd50a01 DM-357 Add positions when creating RedactionLogEntry 2023-08-11 14:04:28 +03:00
deiflaender
f2bc10d142 RED-6725: Fixed wrong file encoding in container, that leads to not working rules on terms with special chars 2023-08-11 11:10:49 +02:00
Renovate Bot
8fb83dc432 chore(deps): update plugin io.freefair.lombok to v8.2.1 (master) 2023-08-11 06:06:33 +02:00
Renovate Bot
0e5bb01ad6 chore(deps): update plugin io.spring.dependency-management to v1.1.3 (master) 2023-08-10 21:06:34 +02:00
Andrei Isvoran
3533899a57 Fix checkstyle 2023-08-10 13:01:01 +03:00
Kilian Schüttler
4c125cf0f7 DM-357: duplicate redactionLogEntries for manualAddRedactions 2023-08-10 11:29:57 +02:00
Andrei Isvoran
6db3ca0968 DM-357 - Save manual redactions for which we did not find an exact match 2023-08-08 16:32:51 +03:00
Renovate Bot
18c3989395 fix(deps): update dependency com.iqser.red.commons:storage-commons to v2.25.0 (master) 2023-08-08 09:07:51 +02:00
deiflaender
12fcc6ca6d DM-165: Updated documine rules 2023-08-07 13:38:28 +02:00
deiflaender
ea36f31df4 DM-165: Renamed isOnPage to onPage to prevent not working drools optimizations 2023-08-07 13:19:47 +02:00