Kilian Schuettler
5e7627862e
RED-9995: reset document_chunks in repeatStructureAnalysis
2024-09-09 13:19:23 +02:00
Kilian Schuettler
44f5a45887
RED-9995: fix error handling for llm-ner
2024-09-06 15:37:02 +02:00
Kilian Schüttler
7dc6a56902
RED-9850: 500 from duplicate entityLogEntries
2024-09-06 14:38:15 +02:00
corinaolariu
38a6ca6a82
RED-9495 - Remove here for locally resized dictionary entry should remove the entry completly
...
- update the merge of entity log for force redactions
- add DICTIONARY engine to the local entry if based on DICT entry
2024-09-05 18:32:19 +03:00
Maverick Studer
d7694b37a2
Merge branch 'RED-9796' into 'master'
...
RED-9796: Links should not be removed on upload
Closes RED-9796
See merge request redactmanager/persistence-service!723
2024-09-05 16:29:49 +02:00
Maverick Studer
32e0436f9e
RED-9796: Links should not be removed on upload
2024-09-05 16:29:49 +02:00
Maverick Studer
c03b489650
RED-9540: Workload columns in dossier are not showing the "R" (redacted)...
2024-09-05 15:51:53 +02:00
Kilian Schuettler
99b6310d60
RED-9995: fix queue names
2024-09-04 12:45:18 +02:00
Yannik Hampe
60371fb34b
Merge branch 'RED-9958-fix' into 'master'
...
RED-9958:Several problems after technical_name refactoring
Closes RED-9958
See merge request redactmanager/persistence-service!717
2024-09-04 12:10:42 +02:00
yhampe
0d4c005862
RED-9958:Several problems after technical_name refactoring
...
changed it so name and technical name are unique, rest is optional
2024-09-04 11:57:50 +02:00
Maverick Studer
149ce5144d
Merge branch 'RED-9947' into 'master'
...
RED-9947: added record for positions list for code readability
Closes RED-9947
See merge request redactmanager/persistence-service!718
2024-09-04 10:51:28 +02:00
maverickstuder
9c0c442eb6
RED-9947: added record for positions list for code readability
2024-09-04 10:38:51 +02:00
yhampe
e5271c928e
RED-9958:Several problems after technical_name refactoring
...
changed it so name and technical name are unique, rest is optional
2024-09-04 10:28:14 +02:00
Maverick Studer
52bd1dea3c
RED-9947: case sensitivity can now be set as param
2024-09-03 15:49:16 +02:00
Maverick Studer
342257a9c6
RED-9947: Bulk-local redactions (replacement for group redactions)
2024-09-03 13:49:47 +02:00
Dominique Eifländer
4349fdc152
RED-9994: Removed not working transactions to avoid long open db connections in SyncUserPermissionsJob
2024-09-03 12:11:34 +02:00
Corina Olariu
6957857b42
Merge branch 'RED-9548' into 'master'
...
RED-9495 - Remove here for locally resized dictionary entry should remove the entry completly
Closes RED-9548
See merge request redactmanager/persistence-service!709
2024-08-30 09:46:10 +02:00
Yannik Hampe
3d9b7fc03f
Merge branch 'RED-9958' into 'master'
...
RED-9958:Several problems after technical_name refactoring
Closes RED-9958
See merge request redactmanager/persistence-service!711
2024-08-29 15:16:13 +02:00
Maverick Studer
4789a89257
Tenant retry and queue renames
2024-08-29 15:11:03 +02:00
yhampe
3f9afa49e8
RED-9958:Several problems after technical_name refactoring
...
changed a lot of filtering from name to technical name
2024-08-29 13:31:22 +02:00
Kilian Schüttler
cfcff1f069
Merge branch 'RED-9864' into 'master'
...
RED-9864: prevent ocr being queued multiple times
Closes RED-9864
See merge request redactmanager/persistence-service!701
2024-08-29 12:14:21 +02:00
Kilian Schüttler
5188ab416e
RED-9864: prevent ocr being queued multiple times
2024-08-29 12:14:20 +02:00
corinaolariu
a42e24d7f4
RED-9495 - Remove here for locally resized dictionary entry should remove the entry completly
...
- update db.changelog
2024-08-29 11:43:30 +03:00
Corina Olariu
65c6cdb3c9
Merge branch 'RED-9868-update' into 'master'
...
RED-9868 - Import older template zip with incompatible component rules breaks the stack
Closes RED-9868
See merge request redactmanager/persistence-service!702
2024-08-29 10:40:35 +02:00
corinaolariu
78e0859c02
Merge branch 'master' into RED-9548
...
# Conflicts:
# persistence-service-v1/persistence-service-processor-v1/src/main/java/com/iqser/red/service/persistence/management/v1/processor/service/EntityLogMergeService.java
# persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml
2024-08-29 11:16:18 +03:00
Maverick Studer
f1b1f270d6
Revert "RED-7237 - Change to group annotation"
2024-08-29 09:24:00 +02:00
corinaolariu
2ad5232e41
RED-9495 - Remove here for locally resized dictionary entry should remove the entry completly
...
- any force made to a dictionary entry will be unlinked and will create a new id to be used and will introduce 2 manual changes: local add and the manual change.
- unit tests updated
2024-08-28 11:11:46 +03:00
Dominique Eifländer
1377394d6a
RED-9959: Delete and recreate acl entries that can not be created after they are not found.
2024-08-28 09:42:28 +02:00
yhampe
06f7e57a74
RED-9790: manual changes not applied
...
added logging
2024-08-27 15:03:26 +02:00
corinaolariu
8683480c40
RED-9868 - Import older template zip with incompatible component rules breaks the stack
...
- specify the step in which the import process failed.
- unit test updated
2024-08-27 15:03:55 +03:00
Yannik Hampe
33cec84890
Merge branch 'RED-9717' into 'master'
...
Resolve RED-9717
Closes RED-9717
See merge request redactmanager/persistence-service!700
2024-08-27 12:53:49 +02:00
yhampe
6feb0d2a58
RED-9717: made fileId field required and removed it from WarningModel
...
fixed tests
2024-08-27 12:36:57 +02:00
Maverick Studer
22bf27dd73
RED-9331: Explore possibilities for fair upload / analysis processing per tenant
2024-08-27 11:29:14 +02:00
Kilian Schüttler
a99b2e8165
Spike: LLM NER
2024-08-27 10:28:29 +02:00
yhampe
2908477ce8
RED-9717: made fileId field required and removed it from WarningModel
2024-08-27 09:53:58 +02:00
Kilian Schuettler
a377270141
RED-9965: component definitions are outside of template folder for file export
2024-08-26 16:10:02 +02:00
Maverick Studer
5494d92f39
RED-9918: Azure entity recognition (Spike)
2024-08-26 11:39:07 +02:00
maverickstuder
2697f014e6
RED-9865: fix
2024-08-23 13:19:08 +02:00
Andrei Isvoran
7a9bffa3c5
Merge branch 'RED-7327-update' into 'master'
...
RED-7237 - Change to group annotation
Closes RED-7327
See merge request redactmanager/persistence-service!686
2024-08-22 09:24:33 +02:00
Yannik Hampe
fd910bf189
Merge branch 'RED-3813-refactoring' into 'master'
...
RED-3813: image similarity refactoring
Closes RED-3813
See merge request redactmanager/persistence-service!690
2024-08-21 11:20:36 +02:00
yhampe
963cf0137b
RED-3813: image similarity refactoring
...
seperated logic for image similarity search to service
changed some logic when filtering for scope
changed some logic for filtering bad request
2024-08-21 11:05:20 +02:00
Kilian Schuettler
a3d15f59c1
RED-9902: fix applicationtype check
2024-08-20 16:56:28 +02:00
Andrei Isvoran
555dd3330a
RED-7237 - Change to group annotation
2024-08-20 17:20:50 +03:00
yhampe
833b391f47
RED-3813: image similarity hotifx
...
fixed mistake in spelling
2024-08-20 14:15:05 +02:00
yhampe
630cde1f8f
RED-3813: image similarity hotifx
...
added action role to red_admin_action_roles
2024-08-20 14:15:05 +02:00
Kilian Schuettler
7eea40cc6c
RED-9902: create component definitions in migration
2024-08-20 10:52:17 +02:00
Maverick Studer
4beb6e0647
RED-9888 && RED-9891
2024-08-19 16:46:14 +02:00
Andrei Isvoran
ef98112871
Merge branch 'RED-7327' into 'master'
...
RED-7327 - Add group redactions
Closes RED-7327
See merge request redactmanager/persistence-service!662
2024-08-19 15:17:49 +02:00
Andrei Isvoran
6d1b1ca31b
RED-7327 - Add group redactions
2024-08-19 15:17:48 +02:00
Andrei Isvoran
2a0d9ce3f9
RED-9717 - Add warnings on approval
2024-08-19 14:27:38 +02:00