maverickstuder
5a690af28b
RED-8702: Explore document databases to store entityLog
...
* refactoring
RED-8702: Explore document databases to store entityLog
* refactoring
RED-8702: Explore document databases to store entityLog
* fix for AbstractPersistenceServerServiceTest to include mongodb container
RED-8702: Explore document databases to store entityLog
* first fix for failing tests
RED-8702: Explore document databases to store entityLog
RED-8702: Explore document databases to store entityLog
* added mongodb documents, repositories and EntityLogMongoService
* refactored places where entity logs were stored and loaded to use new logic
RED-8702
RED-8702
2024-03-25 10:05:59 +01:00
Timo Bejan
d849859def
CLARI-30 - reworked OCR service integration to work via queue only, depercated old rest endpoints. Renamed queues to naming convetion.
2024-03-04 11:46:27 +02:00
Kilian Schuettler
4aa5b0ee34
reformat
2024-02-28 14:57:21 +01:00
Ali Oezyetimoglu
9162bb7edc
RED-7252: Not possible anymore to ocr deleted or approved file
2024-01-23 16:45:41 +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
Andrei Isvoran
77d1e6ed4c
RED-7404 - Add publishing for all modules
2023-12-08 11:27:46 +01:00
Andrei Isvoran
8dad6c44df
RED-7404 - Migrate to gradle
2023-12-04 12:31:47 +01:00
Andrei Isvoran
93bbdd768d
RED-7784 - Report with unprocessed redactions
2023-11-07 11:50:32 +01:00
Kilian Schüttler
f250c6b961
Merge branch 'RED-7384' into 'master'
...
RED-7384: create shared models in persistence service
Closes RED-7384
See merge request redactmanager/persistence-service!201
2023-10-27 12:19:44 +02:00
Kilian Schuettler
d91bbc6d0e
RED-7384: create shared models in persistence service
2023-10-27 12:09:48 +02:00
Andrei Isvoran
da43634b19
RED-7782 - Address PR comments
2023-10-27 12:09:20 +03:00
Andrei Isvoran
75847a43d5
RED-7782 - Merge unprocessed redactions into entity log without re-analysis.
2023-10-26 15:37:33 +03:00
Corina Olariu
3611c9e33f
RED-7763 - Use EntityLog in tests in persistence-service
...
- replaced redaction log with entity log
- updates junit tests
2023-10-17 13:22:38 +03:00
Andrei Isvoran
0d150c3aa6
RED-7745 - Refactor to EntityLog
2023-10-17 09:22:21 +02:00
Kilian Schuettler
8fa082f7a0
DM-285: add internal component controller
2023-10-04 16:18:41 +02:00
deiflaender
ad9ef6351f
RED-7578: Implemented logic of components endpoint for api v2
2023-09-15 10:36:13 +02:00
deiflaender
cb269b8e86
RED-7578: Fixed order of endpoints, set swagger endpoint to /api, fixed not used Error codes in spec
2023-09-14 14:11:40 +02:00
Kilian Schuettler
9bca6b406a
DM-285: make rule value non nullable
2023-09-13 13:59:31 +02:00
Kilian Schuettler
368cf13586
DM-285: add pathvariable annotation to internal rules controller
2023-09-11 17:36:44 +02:00
Kilian Schuettler
b4527e4bfe
DM-285: fully deprecated RedactionLog, added component rule file
2023-09-11 13:35:02 +02:00
deiflaender
c4d8f16c2e
DM-410: Added endpoint to set that a timeout was detected during rule execution
2023-09-07 10:54:25 +02:00
Kilian Schuettler
aab2971d6e
RED-7317: Endpoint to change entity types of dict-based annotations
...
* major refactor of manual redaction service
2023-08-30 15:28:20 +02:00
Kilian Schuettler
4105563036
RED-6725: deprecate FileType.TEXT, fix tests
2023-08-01 10:45:26 +02:00
Andrei Isvoran
bb799a15b3
RED-6992 - Add removeWatermark flag for dossier template
2023-07-31 14:27:54 +03:00
Timo Bejan
a2f7a2d85b
RED-7094 - extracted liquibase code
2023-07-06 12:30:15 +03:00
Corina Olariu
d7e61e0fa4
RED-6575- Failed report generation after upload KMS Certificate
...
- add convert method for the certificate, entity uses byte[] and the model has the certificate as string
2023-06-28 08:50:10 +03:00
Timo Bejan
dc6a004365
RED-6686 Extract Tenant and user-management code into a separate service.
2023-06-26 22:44:52 +02:00
Corina Olariu
004fe8d0d2
RED-6734 - Get merged dossier and template dictionaries
...
- add endpoint for the merged dictionaries
- use DictionaryEntry from commons service
- add junit tests
2023-06-20 11:28:55 +03:00
Corina Olariu
7d15f30ca7
RED-6072 - As Operation I want to see why files are in an ERROR state
...
- add timestamp to file error info
- reset error info when file is overwritten
2023-06-13 14:13:53 +03:00
devplant
43e7b0a3eb
RED-6072 - As Operation I want to see why files are in an ERROR state
...
- set back the initial endpoints for backward compatibility
2023-05-17 15:32:41 +03:00
devplant
5bf42a6c60
RED-6072 - As Operation I want to see why files are in an ERROR state
...
- add to file entity and models information about the error state
- update endpoints with the error information in case of failure
2023-05-16 18:55:59 +03:00
devplant
d92409dadb
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- extract the name of the unique constraint
2023-04-07 16:22:07 +03:00
devplant
be0978a299
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- update the sql messages
2023-04-06 16:34:26 +03:00
Timo Bejan
7a2d756d3a
RED-6162 - bumped version
2023-03-10 16:02:06 +02:00
Timo Bejan
72b0a3d933
RED-6162
2023-03-10 08:58:51 +02:00