Commit Graph

  • 04ec3cb7b9 RED-8877 - Remove X.1.0 rule Andrei Isvoran 2024-04-03 15:33:10 +02:00
  • 22ec044503 Merge branch 'RED-8773-bp' into 'release/4.244.x' 4.244.38 Kilian Schüttler 2024-04-03 15:18:49 +02:00
  • fcae77dcd4 Merge branch 'RED-8773' into 'master' 4.288.0 Kilian Schüttler 2024-04-03 15:18:06 +02:00
  • 13e60e05b6 RED-8773 - Wrong value for recategorized and forced logo Corina Olariu 2024-04-03 15:18:06 +02:00
  • 72f324bb11 Merge branch 'RED-7384' into 'release/4.244.x' Kilian Schüttler 2024-04-03 15:17:03 +02:00
  • 5031b17a7d RED-7384: handle pending dict application in redaction-service instead of persistence Kilian Schüttler 2024-04-03 15:17:03 +02:00
  • 8187983944 Merge branch 'RED-8776-bp' into 'release/4.244.x' 4.244.37 Andrei Isvoran 2024-04-03 14:55:45 +02:00
  • c99716e7db RED-8702: Explore document databases to store entityLog * updated versions RED-8702-backup maverickstuder 2024-04-03 14:26:23 +02:00
  • 1337bd8c05 Merge remote-tracking branch 'origin/RED-8702' into RED-8702 RED-8702 maverickstuder 2024-04-03 14:12:14 +02:00
  • b5340e7fa4 RED-8702: Explore document databases to store entityLog * updated versions maverickstuder 2024-04-03 14:07:42 +02:00
  • 28932e3187 RED-8702: Explore document databases to store entityLog * fix for duplicate key exception maverickstuder 2024-04-02 14:32:18 +02:00
  • a6b25f6f58 RED-8702: Explore document databases to store entityLog * fix for analysisnumber 1 as first maverickstuder 2024-03-28 15:39:06 +01:00
  • ec33d24413 RED-8702: Explore document databases to store entityLog * typo maverickstuder 2024-03-28 14:58:21 +01:00
  • 1333eb40bc RED-8702: Explore document databases to store entityLog * bugfix for failing tests maverickstuder 2024-03-28 14:09:50 +01:00
  • f4090b4c79 RED-8702: Explore document databases to store entityLog maverickstuder 2024-03-28 13:00:39 +01:00
  • 7203a7fde4 RED-8702: Explore document databases to store entityLog * updated versions for eval maverickstuder 2024-03-28 12:51:27 +01:00
  • 53d3f37aa1 RED-8702: Explore document databases to store entityLog maverickstuder 2024-03-28 09:22:01 +01:00
  • dade37bf42 RED-8702: Explore document databases to store entityLog * fix for test failing due to bson npe (wrong projection) maverickstuder 2024-03-27 17:34:54 +01:00
  • a57cdf7157 RED-8702: Explore document databases to store entityLog * partial fix for wrong service call maverickstuder 2024-03-27 15:12:27 +01:00
  • 31def9fab3 RED-8702: Explore document databases to store entityLog * fix for all but one (some fixes are hotfixes though) maverickstuder 2024-03-27 14:47:10 +01:00
  • 9a836387be RED-8702: Explore document databases to store entityLog * wip - rewrite entity log creation and update with mongodb maverickstuder 2024-03-26 17:15:54 +01:00
  • e26c492ba8 RED-8702: Explore document databases to store entityLog * removed observed maverickstuder 2024-03-26 14:13:09 +01:00
  • e499caa6c6 RED-8702: Explore document databases to store entityLog * now using shared mongo maverickstuder 2024-03-26 12:09:51 +01:00
  • 04418f57d3 RED-8702: Explore document databases to store entityLog * bugfix maverickstuder 2024-03-22 17:06:59 +01:00
  • 7b40d5735c RED-8702: Explore document databases to store entityLog * added observed maverickstuder 2024-03-21 09:52:19 +01:00
  • e04017c795 RED-8702: Explore document databases to store entityLog * pmd + checkstyle maverickstuder 2024-03-20 15:49:41 +01:00
  • 5a536569a9 RED-8702: Explore document databases to store entityLog * updated dependencies maverickstuder 2024-03-20 15:42:29 +01:00
  • 89d7112694 RED-8702: Explore document databases to store entityLog * refactoring maverickstuder 2024-03-20 11:51:52 +01:00
  • 420f1be079 RED-8702: Explore document databases to store entityLog * refactoring maverickstuder 2024-03-20 11:43:41 +01:00
  • 00e5d9d9b1 RED-8702: Explore document databases to store entityLog * refactoring maverickstuder 2024-03-20 11:32:39 +01:00
  • bda482fe56 RED-8702: Explore document databases to store entityLog * refactoring maverickstuder 2024-03-20 11:24:54 +01:00
  • 0128542e72 RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-20 10:49:54 +01:00
  • e372148e84 RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-19 18:02:32 +01:00
  • 7c0b44b80a RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-19 17:00:44 +01:00
  • c9664a407d RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-19 15:33:52 +01:00
  • 6f1269cec2 RED-8702: Explore document databases to store entityLog * added new CRUD operations to repositories and services * removed cascade logic as updates and deletes are not trivial to implement, and thus it is better to do all CRUD operations alike maverickstuder 2024-03-18 13:48:35 +01:00
  • 8d1c59027e RED-8702: Explore document databases to store entityLog * added experimental logic for mongodb integration maverickstuder 2024-03-15 15:11:33 +01:00
  • 14b024b718 RED-8702 maverickstuder 2024-03-14 10:04:47 +01:00
  • 5f873fad7c RED-8702 maverickstuder 2024-03-13 16:07:22 +01:00
  • 3d72f8f23a RED-8702 maverickstuder 2024-03-12 17:56:50 +01:00
  • dc7989e4f8 RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-19 15:33:52 +01:00
  • 811d794d9f RED-8702: Explore document databases to store entityLog * added new CRUD operations to repositories and services * removed cascade logic as updates and deletes are not trivial to implement, and thus it is better to do all CRUD operations alike maverickstuder 2024-03-18 13:48:35 +01:00
  • e59a05534e RED-8702: Explore document databases to store entityLog * added experimental logic for mongodb integration maverickstuder 2024-03-15 15:11:33 +01:00
  • 27e3f5c61c RED-8702 maverickstuder 2024-03-14 10:04:47 +01:00
  • a10c680b26 RED-8702 maverickstuder 2024-03-13 16:07:22 +01:00
  • 77efe5e9b4 RED-8702 maverickstuder 2024-03-12 17:56:50 +01:00
  • 352c461ac5 RED-8702: Explore document databases to store entityLog * pre-test eval version maverickstuder 2024-03-12 17:56:50 +01:00
  • b26f0f0427 RED-8702: Explore document databases to store entityLog * updated versions maverickstuder 2024-04-03 14:07:42 +02:00
  • 99951dd1bb RED-8776 - Add local redaction when we do a manual change on a non-manual redaction Andrei Isvoran 2024-04-03 14:02:25 +03:00
  • 67184eb861 Merge branch 'RED-7384' into 'release/4.244.x' 4.244.35 Kilian Schüttler 2024-04-02 15:01:41 +02:00
  • a72d96c646 RED-7384: also migrate annotation Ids with unprocessed manual changes Kilian Schuettler 2024-04-02 14:53:24 +02:00
  • 0818bfd490 RED-8702: Explore document databases to store entityLog * fix for duplicate key exception maverickstuder 2024-04-02 14:32:18 +02:00
  • 146ec1f3c8 RED-8702: Explore document databases to store entityLog * version maverickstuder 2024-04-02 09:11:40 +02:00
  • 90ba3239fc Merge branch 'RED-8775' into 'master' 4.287.0 4.286.0 Andrei Isvoran 2024-04-02 08:33:54 +02:00
  • 6de0346052 RED-8775 - Add X.11 remove rule Andrei Isvoran 2024-04-02 08:33:54 +02:00
  • 7b520ee0ab Merge branch 'RED-8828-fix-npe' into 'master' Andrei Isvoran 2024-04-02 08:33:43 +02:00
  • e5641d7097 Merge branch 'RED-8828-fix-npe-bp' into 'release/4.244.x' 4.244.34 Andrei Isvoran 2024-04-02 08:33:37 +02:00
  • 62c0a7eb09 RED-8828 - Fix error when resizing dict based redaction Andrei Isvoran 2024-03-29 14:32:45 +02:00
  • bf638dac01 RED-8828 - Fix error when resizing dict based redaction Andrei Isvoran 2024-03-29 14:30:55 +02:00
  • b9553e1f8d RED-8828 - Fix error when resizing dict based redaction RED-8828-bp Andrei Isvoran 2024-03-28 17:21:03 +02:00
  • 4f758c7311 RED-8828 - Fix error when resizing dict based redaction RED-8828 Andrei Isvoran 2024-03-28 17:20:30 +02:00
  • 1c3205851b RED-8702: Explore document databases to store entityLog * fix for analysisnumber 1 as first maverickstuder 2024-03-28 15:39:06 +01:00
  • 70d591dc55 RED-8828 - Fix error when resizing dict based redaction Andrei Isvoran 2024-03-28 16:35:17 +02:00
  • d48e698167 RED-8828 - Fix error when resizing dict based redaction Andrei Isvoran 2024-03-28 16:01:05 +02:00
  • fdfc56f9e6 RED-8702: Explore document databases to store entityLog * typo maverickstuder 2024-03-28 14:58:21 +01:00
  • c2c53f8998 RED-8702: Explore document databases to store entityLog * bugfix for failing tests maverickstuder 2024-03-28 14:09:50 +01:00
  • 3b4c34eafe RED-8702: Explore document databases to store entityLog maverickstuder 2024-03-28 13:00:39 +01:00
  • 32c60814c9 RED-8702: Explore document databases to store entityLog * updated versions for eval maverickstuder 2024-03-28 12:51:27 +01:00
  • 0485587450 RED-8702: Explore document databases to store entityLog maverickstuder 2024-03-28 09:22:01 +01:00
  • 7dbc585274 Merge branch 'RED-7384' into 'release/4.244.x' 4.244.33 Kilian Schüttler 2024-03-27 18:09:10 +01:00
  • 981901012c RED-7384: migration fixes, ignore non-local manual changes in migration Kilian Schüttler 2024-03-27 18:09:10 +01:00
  • fc822da032 RED-8702: Explore document databases to store entityLog * fix for test failing due to bson npe (wrong projection) maverickstuder 2024-03-27 17:34:54 +01:00
  • 9354cbb6bc Merge branch 'hotfix_removechain' into 'master' 4.285.0 Kilian Schüttler 2024-03-27 16:27:09 +01:00
  • 406f5a48cf Hotfix removechain Kilian Schüttler 2024-03-27 16:27:09 +01:00
  • a71ee61e1b Update .gitlab-ci.yml 4.284.0 Christoph Schabert 2024-03-27 15:41:37 +01:00
  • 096544d8e2 Merge branch 'RED-8840-rules' into 'master' 4.283.0 Andrei Isvoran 2024-03-27 15:33:49 +01:00
  • 9b7e5bcca1 Merge branch 'RED-8840-bp' into 'release/4.244.x' 4.244.32 Andrei Isvoran 2024-03-27 15:33:45 +01:00
  • 8e8864fdfa RED-8840 - Adjust rules Andrei Isvoran 2024-03-27 16:15:48 +02:00
  • 646f2020a8 RED-8840 - Adjust rules RED-8840 Andrei Isvoran 2024-03-27 16:14:47 +02:00
  • c3fa3af805 RED-8702: Explore document databases to store entityLog * partial fix for wrong service call maverickstuder 2024-03-27 15:12:27 +01:00
  • a4988002cd RED-8702: Explore document databases to store entityLog * fix for all but one (some fixes are hotfixes though) maverickstuder 2024-03-27 14:47:10 +01:00
  • 72a7761dd8 Merge branch 'RED-8480-B' into 'master' 4.282.0 Ali Oezyetimoglu 2024-03-27 11:24:32 +01:00
  • e3031aa716 Merge branch 'RED-8480-bp2' into 'release/4.244.x' 4.244.31 Ali Oezyetimoglu 2024-03-27 11:23:23 +01:00
  • 793bbc6bde RED-8480: addded property "value" to places with recategorizations Ali Oezyetimoglu 2024-03-27 09:25:53 +01:00
  • c869a624e6 RED-8480: addded property "value" to places with recategorizations Ali Oezyetimoglu 2024-03-27 09:25:53 +01:00
  • 895d56c05f Merge branch 'RED-8834-4.0' into 'release/4.244.x' 4.244.30 Dominique Eifländer 2024-03-27 10:02:00 +01:00
  • 3ca37133c6 Merge branch 'RED-8834' into 'master' 4.281.0 4.280.0 Dominique Eifländer 2024-03-27 09:59:33 +01:00
  • 93baf97ce3 RED-8834: Fixed text entities with empty text range Dominique Eifländer 2024-03-27 09:47:00 +01:00
  • bbac9866d9 RED-8834: Fixed text entities with empty text range Dominique Eifländer 2024-03-27 09:47:00 +01:00
  • c1458fa041 RED-8702: Explore document databases to store entityLog * wip - rewrite entity log creation and update with mongodb maverickstuder 2024-03-26 17:15:54 +01:00
  • c18f433186 RED-8834: Fixed text entities with empty text range 4.190.1 Dominique Eifländer 2024-03-26 16:00:34 +01:00
  • 04fec15490 RED-8702: Explore document databases to store entityLog * removed observed maverickstuder 2024-03-26 14:13:09 +01:00
  • 0e4e615d4a Merge branch 'RED-8854' into 'release/4.244.x' 4.244.29 Kilian Schüttler 2024-03-26 12:40:16 +01:00
  • c5b83bf6e0 RED-8854: Recategorization from formula/image/logo to signature is not displayed in report Kilian Schüttler 2024-03-26 12:40:16 +01:00
  • 280ac027c1 RED-8702: Explore document databases to store entityLog * now using shared mongo maverickstuder 2024-03-26 12:09:51 +01:00
  • a0773d16dc Merge branch 'hotfix-get-dictionary-npe' into 'master' 4.279.0 Andrei Isvoran 2024-03-26 10:36:02 +01:00
  • c4816579c9 Hotfix NPE on getDeepCopyDictionary Andrei Isvoran 2024-03-26 11:23:14 +02:00
  • 455137131c Merge branch 'RED-7384' into 'release/4.244.x' 4.244.28 Kilian Schüttler 2024-03-26 10:00:07 +01:00
  • 097bc34568 RED-7384: migration fixes Kilian Schüttler 2024-03-26 10:00:07 +01:00
  • 3deb002eb7 Merge branch 'RED-8840-bp' into 'release/4.244.x' 4.244.27 Andrei Isvoran 2024-03-25 16:36:43 +01:00