2712 Commits

Author SHA1 Message Date
Andrei Isvoran
f9d2a7a53d Merge branch 'RED-9604-41-bp' into 'release/2.465.x'
RED-9604 - Don't check that removed entries still have comments

See merge request redactmanager/persistence-service!581
2.465.11
2024-07-11 08:57:29 +02:00
Andrei Isvoran
1766c40c6e RED-9604 - Don't check that removed entries still have comments 2024-07-10 17:37:00 +03:00
Corina Olariu
b4c7ae0990 Merge branch 'RED-9515-bp' into 'release/2.465.x'
RED-9515 - When locally added annotations are locally removed while...

See merge request redactmanager/persistence-service!578
2.465.10
2024-07-10 13:04:10 +02:00
corinaolariu
bf6ec0897a RED-9515 - When locally added annotations are locally removed while auto-analysis is off, its skipped - bp
- fix sonar issues
2024-07-10 13:18:44 +03:00
corinaolariu
54dbd1cdff RED-9515 - When locally added annotations are locally removed while auto-analysis is off, its skipped - bp
- special case when removing local add (and other local changes to this add annotation) annotations to set the state to REMOVED instead of IGNORED.
- unit tests done
2024-07-10 13:16:03 +03:00
Andrei Isvoran
1a9523812d Merge branch 'RED-9496-fix-shutdown-bp' into 'release/2.465.x'
RED-9496 - Implement graceful shutdown

See merge request redactmanager/persistence-service!572
2024-07-05 10:57:42 +02:00
Andrei Isvoran
c747961b94 RED-9496 - Implement graceful shutdown 2024-07-04 17:06:55 +03:00
Andrei Isvoran
91e39bb8ca Merge branch 'RED-9498-bp' into 'release/2.465.x'
RED-9496 - Implement graceful shutdown

See merge request redactmanager/persistence-service!568
2.465.9
2024-07-04 14:11:25 +02:00
Andrei Isvoran
2118559264 RED-9496 - Implement graceful shutdown 2024-07-04 13:15:07 +03:00
Ali Oezyetimoglu
f76d55137f Merge branch 'RED-9499-bp' into 'release/2.465.x'
RED-9499: increased id size of entity fo fit typeId length of a created entity

See merge request redactmanager/persistence-service!577
2.465.8
2024-07-04 09:19:30 +02:00
Ali Oezyetimoglu
0fafad458d Update TypeTest.java tag-9499-bp 2024-07-03 16:17:53 +02:00
Ali Oezyetimoglu
81198cc946 RED-9499: increased id size of entity fo fit typeId length of a created entity
* catch too long names
* added JUnit test
2024-07-03 15:44:53 +02:00
Dominique Eifländer
eeb2838bcb Merge branch 'RED-9530-4.1' into 'release/2.465.x'
RED-9530: Fixed single and bulk create download endpoints in api v2

See merge request redactmanager/persistence-service!574
2.465.7
2024-07-03 11:39:20 +02:00
Dominique Eifländer
9b2e17f079 RED-9530: Fixed single and bulk create download endpoints in api v2 2024-07-03 11:22:39 +02:00
Dominique Eifländer
31c2d48371 Merge branch 'RED-9487-4.1' into 'release/2.465.x'
RED-9487: Fixed resizing of manual redactions when auto analysis is disabled

See merge request redactmanager/persistence-service!570
2.465.6
2024-07-01 12:24:40 +02:00
Dominique Eifländer
c0c2f453ab RED-9487: Fixed resizing of manual redactions when auto analysis is disabled 2024-07-01 12:09:55 +02:00
Andrei Isvoran
674ca41df3 Merge branch 'RED-9348' into 'release/2.465.x'
RED-9349 - Add check for dossier template length

See merge request redactmanager/persistence-service!568
2.465.5
2024-07-01 10:20:22 +02:00
Andrei Isvoran
63c3b347cc RED-9349 - Add check for dossier template length 2024-07-01 10:18:49 +03:00
Dominique Eifländer
459467e824 Merge branch 'hotfix-bp' into 'release/2.465.x'
hotfix: Fixed logging

See merge request redactmanager/persistence-service!566
2.465.4
2024-06-28 10:46:01 +02:00
Dominique Eifländer
a5350d048a hotfix: Fixed logging
(cherry picked from commit c4e682254b81c3a45391b88921b7d2c73f37eb56)
2024-06-28 10:31:45 +02:00
Kilian Schüttler
9afd6ab594 Merge branch 'RED-9255-bp' into 'release/2.465.x'
RED-9255: fix annotations, refactor for observability

See merge request redactmanager/persistence-service!563
2.465.3
2024-06-28 09:55:54 +02:00
Corina Olariu
ca3cad0270 Merge branch 'RED-9347-bp' into 'release/2.465.x'
Revert "RED-9347 - Make /rss controller unavailable"

See merge request redactmanager/persistence-service!564
2.465.2
2024-06-28 09:54:56 +02:00
corinaolariu
1c859184e2 Revert "RED-9347 - Make /rss controller unavailable"
This reverts commit 94ecfbd1b48d8330770f3da6bea1555a677e6e97.
2024-06-28 10:35:13 +03:00
Kilian Schuettler
b3c899e6f8 RED-9255: fix annotations, refactor for observability 2024-06-27 19:08:27 +02:00
Kilian Schüttler
c34af58aa0 Merge branch 'RED-9375' into 'master'
RED-9375: fix component mapping endpoint validation

Closes RED-9375

See merge request redactmanager/persistence-service!561
2.465.1 2.465.0
2024-06-27 09:42:21 +02:00
Kilian Schüttler
c55aa9d206 RED-9375: fix component mapping endpoint validation 2024-06-27 09:42:21 +02:00
Corina Olariu
6956e49f4a Merge branch 'RED-9347' into 'master'
RED-9347 - Make /rss controller unavailable

Closes RED-9347

See merge request redactmanager/persistence-service!560
2.464.0
2024-06-27 07:18:00 +02:00
corinaolariu
94ecfbd1b4 RED-9347 - Make /rss controller unavailable
- delete unused rss files
2024-06-26 11:40:32 +03:00
Ali Oezyetimoglu
71c81631f9 Merge branch 'RED-9392-fp' into 'master'
RED-9392: added JUnit test

Closes RED-9392

See merge request redactmanager/persistence-service!559
2.463.0
2024-06-21 17:33:07 +02:00
Ali Oezyetimoglu
a05bbc9c7f RED-9392: added JUnit test 2024-06-21 17:22:04 +02:00
Ali Oezyetimoglu
649b8b6a46 Merge branch 'RED-9392-fp' into 'master'
RED-9392: added new entity DownloadStatusReportEntity and corresponding...

Closes RED-9392

See merge request redactmanager/persistence-service!558
2.462.0
2024-06-21 16:33:49 +02:00
Ali Oezyetimoglu
4af3ada659 RED-9392: added new entity DownloadStatusReportEntity and corresponding repository DownloadStatusReportRepository tag-9392-fp 2024-06-21 16:03:07 +02:00
Maverick Studer
aafe9fa31a Merge branch 'migration-version-fix' into 'master'
fixed duplicate version numbers in migrations

See merge request redactmanager/persistence-service!556
2.461.0
2024-06-21 12:12:40 +02:00
maverickstuder
808ce8cbaf fixed duplicate version numbers in migrations 2024-06-21 12:00:39 +02:00
Kilian Schüttler
436368b5e6 Merge branch 'RED-9255' into 'master'
RED-9255: implement file exchange

Closes RED-9255

See merge request redactmanager/persistence-service!554
2.460.0
2024-06-20 16:49:00 +02:00
Kilian Schuettler
07a0bacf55 RED-9375: fix component mapping endpoint validation 2024-06-20 14:31:05 +02:00
Kilian Schuettler
a1b224adbd RED-9375: fix component mapping endpoint validation 2024-06-20 13:53:51 +02:00
Kilian Schuettler
23929d2772 RED-9375: fix component mapping endpoint validation 2024-06-20 13:43:20 +02:00
Kilian Schuettler
1a585e9fe3 RED-9375: fix component mapping endpoint validation 2024-06-20 13:42:29 +02:00
Kilian Schuettler
5dd27f682b RED-9375: fix component mapping endpoint validation 2024-06-20 11:57:18 +02:00
Kilian Schuettler
e382e4e833 RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:55:48 +02:00
Kilian Schuettler
4b61a19a95 RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:46:13 +02:00
Kilian Schuettler
fbf9320f6c RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:42:51 +02:00
Kilian Schuettler
46f9523b2c RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:40:52 +02:00
Kilian Schuettler
cdece93037 RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:22:39 +02:00
Kilian Schuettler
999ecafdf8 RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:21:34 +02:00
Kilian Schuettler
f77c08aac8 RED-9255: implement file exchange
* add simplified text file to layoutparsing file export
* add validation for fileId/dossierId combinations
2024-06-20 11:13:28 +02:00
Kilian Schuettler
27d2208a72 RED-9255: give reanalysis endpoint a request model 2024-06-20 11:13:28 +02:00
Ali Oezyetimoglu
856f09583a Merge branch 'RED-8339' into 'master'
RED-8339: added NonNull constraints

Closes RED-8339

See merge request redactmanager/persistence-service!553
2.459.0
2024-06-19 17:49:02 +02:00
Maverick Studer
596a8dba31 Merge branch 'RED-9374' into 'master'
RED-9374: Ner Entities are at wrong locations

Closes RED-9374

See merge request redactmanager/persistence-service!552
2.458.0
2024-06-19 16:41:30 +02:00