Thomas Beyer
428088e46c
RED-4875 - set version of pdftron-service to latest
2023-03-21 13:13:17 +01:00
deiflaender
3f65a7ff00
RED-6444: Download with onetime token uses tenant from request parameter
2023-03-21 12:54:34 +01:00
deiflaender
d392c1dae7
RED-6224: Enabled multitenancy for user cache
2023-03-21 12:28:36 +01:00
Thomas Beyer
f85a6a7757
RED-4875 - delete tmp log
2023-03-20 14:31:20 +01:00
Thomas Beyer
67622e65f7
RED-4875 - add tmp log
2023-03-20 13:57:55 +01:00
Thomas Beyer
96e2eb6237
RED-4875 - change version of pdftron-service to newest
2023-03-20 11:32:17 +01:00
Thomas Beyer
c024b8bc59
RED-4875 - add new column keepHiddenText in dossiertemplate and corresponding classes/methods, and set version of pdftron-service to newest
2023-03-20 09:53:15 +01:00
deiflaender
246cc0d6de
RED-5481: Reuse datasource if only schema is different
2023-03-17 11:48:28 +01:00
deiflaender
71a5f56fd5
RED-4515: Added workaround to keep swagger running without tenant header for now
2023-03-16 13:14:25 +01:00
deiflaender
ef859f527d
RED-4515: Removed workarounds that set default tenant if no tenant is available
2023-03-16 12:07:09 +01:00
Viktor Seifert
33dafca80e
Pull request #626 : RED-6310
...
Merge in RED/persistence-service from RED-6310 to master
* commit 'ac5406291ab286d793a23c674ecfe10b069cc734':
RED-6310: Fixed and cleaned up test after the merge from release 3.6
RED-6310: Changed element-collection fetch to eager because lazy loading runs into timing based errors
RED-6310: Updated test for download preparation test to execute all preparation steps.
2023-03-15 11:02:51 +01:00
Thomas Beyer
16d7b78a3f
RED-4874 - add new column/field keepImageMetadata in convert-method
2023-03-15 09:41:57 +01:00
Viktor Seifert
ac5406291a
RED-6310: Fixed and cleaned up test after the merge from release 3.6
2023-03-14 16:17:23 +01:00
Viktor Seifert
550c9c3bf0
RED-6310: Changed element-collection fetch to eager because lazy loading runs into timing based errors
2023-03-14 14:07:19 +01:00
Viktor Seifert
1e2388dcae
RED-6310: Updated test for download preparation test to execute all preparation steps.
...
Previously the last step was not executed.
2023-03-14 14:07:19 +01:00
Thomas Beyer
751cc93453
Pull request #625 : RED-4874 2
...
Merge in RED/persistence-service from RED-4874_2 to master
* commit 'dc1f1c3562f5c4546dd5810f7be398bfe6311d4b':
RED-4874 - only slighty change of a comment for bamboo-test
RED-4874 - add column keepImageMetadata to CreateOrUpdateDossierTemplateRequest
RED-4874 - activated keepImageMetaData and set pdftron-version to newest
2023-03-14 10:19:15 +01:00
Thomas Beyer
dc1f1c3562
RED-4874 - only slighty change of a comment for bamboo-test
2023-03-13 16:56:40 +01:00
Timo Bejan
5291820052
RED-6162 - swagger fix
2023-03-13 17:16:03 +02:00
Thomas Beyer
06d1290b5e
RED-4874 - add column keepImageMetadata to CreateOrUpdateDossierTemplateRequest
2023-03-13 16:11:40 +01:00
Thomas Beyer
a7fc2619e9
RED-4874 - activated keepImageMetaData and set pdftron-version to newest
2023-03-13 15:00:31 +01:00
Dominique Eiflaender
1e6bd14b88
Pull request #622 : RED-4645: Multitenancy for storage
...
Merge in RED/persistence-service from RED-4645 to master
* commit 'eb2580e8428afc4e1888d80b988076cd96a5eff5':
RED-4645: Multitenancy for storage
2023-03-10 16:39:43 +01:00
deiflaender
eb2580e842
RED-4645: Multitenancy for storage
2023-03-10 15:16:03 +01:00
Timo Bejan
f30714b123
RED-6162 - bumped version
2023-03-10 16:09:32 +02:00
Timo Bejan
7a2d756d3a
RED-6162 - bumped version
2023-03-10 16:02:06 +02:00
Timo Bejan
f731f732d7
RED-6162 - bumped version
2023-03-10 15:50:55 +02:00
Timo Bejan
cf6af4ba91
RED-5255 - ported to merged version - pmd fix
2023-03-10 13:26:23 +02:00
Timo Bejan
273563076b
RED-5255 - ported to merged version
2023-03-10 13:24:39 +02:00
Timo Bejan
c58c9012bf
RED-6162 - fixed swagger url
2023-03-10 12:57:18 +02:00
Timo Bejan
2126073c59
RED-6162 - test fixes
2023-03-10 10:56:58 +02:00
Timo Bejan
47e0e16fd9
RED-6162 - redis test container
2023-03-10 10:47:41 +02:00
Timo Bejan
cabdb5a507
RED-6162 - transactional fixes
2023-03-10 10:39:59 +02:00
Timo Bejan
5f772026b7
RED-6162 - migration fixes
2023-03-10 09:02:07 +02:00
Timo Bejan
1b13a19c70
RED-6162 - pmd fix and gw ports
2023-03-10 09:01:25 +02:00
Timo Bejan
72b0a3d933
RED-6162
2023-03-10 08:58:51 +02:00
Timo Bejan
d6948571c5
RED-6254 - hotfix
2023-03-08 16:50:50 +01:00
Viktor Seifert
dcc83474e6
Pull request #616 : RED-6310
...
Merge in RED/persistence-service from RED-6310 to master
* commit '45bd8e600328ce85c8457525b605da2c16dd70c8':
RED-6310: Moved code to create user-preferences to a separate class so that the calling code can handle a persistence exception
RED-6310: Corrected services so that they use the user id instead of wrongly using the entity id
RED-6310: Moved code for multithreaded tests to a helper class
RED-6310: Removed not needed code from test
RED-6310: Added setup of tenant id to fix the service test
RED-6310: Added tests to check if concurrent access to notification-preferences works
RED-6310: Refomatted sql query for readability
2023-03-08 09:32:53 +01:00
Viktor Seifert
45bd8e6003
RED-6310: Moved code to create user-preferences to a separate class so that the calling code can handle a persistence exception
2023-03-07 18:43:11 +01:00
deiflaender
ec7ad9a0e8
RED-6254: Store all connection information in master database
2023-03-07 16:51:00 +01:00
Viktor Seifert
643ffc8723
RED-6310: Corrected services so that they use the user id instead of wrongly using the entity id
2023-03-07 13:34:05 +01:00
Viktor Seifert
40d6961742
RED-6310: Moved code for multithreaded tests to a helper class
2023-03-07 11:36:44 +01:00
Viktor Seifert
fd7f39bc7e
RED-6310: Removed not needed code from test
2023-03-07 10:57:33 +01:00
Viktor Seifert
b1d79970c0
RED-6310: Added setup of tenant id to fix the service test
2023-03-07 10:53:47 +01:00
Viktor Seifert
ef36f5c10f
RED-6310: Added tests to check if concurrent access to notification-preferences works
2023-03-06 18:58:07 +01:00
Viktor Seifert
1fb8e0c135
RED-6310: Refomatted sql query for readability
2023-03-06 18:48:37 +01:00
Viktor Seifert
63741b08d6
RED-5481: Split jdbc-url field into multiple fields
...
Replaced the single jdbc-url field with multiple fields for each url part. This makes it possible to use just a part of the db-connection. We need the schema for multitenancy.
2023-03-06 11:55:14 +01:00
devplant
c735a5d0ef
RED-4988- Check jacoco version in poms and update to a current compatible version
...
- update junit test
2023-03-01 15:57:18 +02:00
devplant
9b5c6b876e
RED-4988- Check jacoco version in poms and update to a current compatible version
...
- update junit failure
2023-03-01 14:59:51 +02:00
devplant
119c5aeb33
RED-4988- Check jacoco version in poms and update to a current compatible version
...
- update junit test failure
2023-03-01 14:51:41 +02:00
devplant
ec002c399b
RED-4988- Check jacoco version in poms and update to a current compatible version
...
- update junit test
2023-03-01 14:47:18 +02:00
devplant
dc1ccebcbe
RED-4988- Check jacoco version in poms and update to a current compatible version
...
- update junit tests from 4 to 5
2023-03-01 14:38:44 +02:00