Viktor Seifert
f4c53c722e
RED-6467: Remove debug config and add some debugging output
2023-04-19 17:31:16 +02:00
Viktor Seifert
fd03adefd6
RED-6467: Added config to see more information about transactions in the logs
2023-04-19 12:35:05 +02:00
Viktor Seifert
9295725adc
RED-6467: Expanded dossier-template import (integration) test to use the client, to test the complete code flow
2023-04-18 15:58:21 +02:00
Viktor Seifert
225bdd5500
RED-6467: Upgrade test db version to the same version as in production
2023-04-18 12:00:47 +02:00
Viktor Seifert
749138a77b
Merge branch 'master' into RED-6467
2023-04-17 14:23:55 +02:00
Viktor Seifert
1fe598f407
RED-6467: Rearranged code so that query-objects are not re-used to see if it fixes transaction behavior
2023-04-17 12:34:07 +02:00
Viktor Seifert
d8a0ec0467
RED-6467: Split query into a select and a update query to prevent transaction rollbacks
2023-04-17 11:48:12 +02:00
Corina Olariu
6220a85c76
Pull request #672 : RED-6468 - Exception in persistence service for DownloadCleanupJob (very rarely)
...
Merge in RED/persistence-service from bugfix/RED-6468 to master
* commit 'a2feec73e65115063366223e4347e60f5fcf37cf':
RED-6468 - Exception in persistence service for DownloadCleanupJob (very rarely) - changed the lazy loading to eager for dossier in download status entity
2023-04-13 17:17:53 +02:00
Viktor Seifert
a029bb5bf7
RED-6467: Added missing transaction annotation
2023-04-13 17:06:58 +02:00
Viktor Seifert
66ff55f826
RED-6467: Removed debugging logs
2023-04-13 16:58:17 +02:00
Viktor Seifert
fee9fedbb2
RED-6467: Added missing lombok annotations
2023-04-13 16:35:19 +02:00
Viktor Seifert
c4648fa9fb
RED-6467: Implemented undeletion of dictionary entries by running a native query in chunks.
...
This avoids a limitation in the JDBC driver.
2023-04-13 15:34:07 +02:00
Corina Olariu
413ff8fa8a
Pull request #668 : RED-6548 - Username not saved / Email saved as username
...
Merge in RED/persistence-service from bugfix/RED-6548 to master
* commit '47df255e12a67059bf9f318fe03756ea15fa0d28':
RED-6362 - Cannot add KMS signature - rework after review
RED-6548 - Username not saved / Email saved as username - extend createUserRequest with username - update the username with the one provided - update also the username in case of updating profile with a new email address
2023-04-13 14:45:45 +02:00
Viktor Seifert
62dbe67d63
RED-6467: Implemented undeletion of dictionary entries via the criteria builder.
...
Hopefully, this solves the db-driver issue with large numbers of entries.
2023-04-13 12:08:48 +02:00
devplant
a2feec73e6
RED-6468 - Exception in persistence service for DownloadCleanupJob (very rarely)
...
- changed the lazy loading to eager for dossier in download status entity
2023-04-13 12:33:44 +03:00
Christoph Schabert
d34aaff500
hotfix: extend azure connection string for SAS
2023-04-13 11:27:50 +02:00
Viktor Seifert
e72c68843c
RED-6467: Implemented undeletion as operation on entities
2023-04-12 18:22:53 +02:00
Viktor Seifert
7a6a357d03
RED-6467: Corrected criteria query
2023-04-12 17:38:27 +02:00
Christoph Schabert
3fa4693bd5
hotfix: Change Azure connection string db field limit
2023-04-12 16:02:30 +02:00
Viktor Seifert
5092b00f41
RED-6467: Implemented undeletion of dictionary entries via the criteria builder.
...
Hopefully, this solves the db-driver issue with large numbers of entries.
2023-04-12 13:02:07 +02:00
devplant
47df255e12
RED-6362 - Cannot add KMS signature
...
- rework after review
2023-04-12 09:49:34 +03:00
Viktor Seifert
b14d56195e
RED-6467: Fix test by using a comparison method that is not dependent on a specific sorting being provided by the client
2023-04-11 16:14:19 +02:00
Viktor Seifert
05e03b8982
RED-6467: Added some debugging information
2023-04-11 15:17:44 +02:00
Viktor Seifert
78fcb0a394
RED-6467: Added some debugging information
2023-04-11 14:34:02 +02:00
devplant
6f39a6582f
RED-6548 - Username not saved / Email saved as username
...
- extend createUserRequest with username
- update the username with the one provided
- update also the username in case of updating profile with a new email address
2023-04-11 13:42:06 +03:00
Corina Olariu
796cc3c8cc
Pull request #666 : RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
Merge in RED/persistence-service from RED-5504-message to master
* commit 'd92409dadbeb8a48a377d079a5d49ac6d0476d43':
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - extract the name of the unique constraint
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - update the sql messages
2023-04-10 10:32:42 +02:00
devplant
52480314c3
RED-6362 - Cannot add KMS signature
...
- update saveDigitalSignatureKms signature
- move the convert from DigitalSignatureKms to DigitalSignatureKmsEntity to the service
- remove the magicConvertor which cause problem for the certificate
2023-04-07 16:29:42 +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
64ff80c444
RED-6496 - By create new dossier states: DossierTemplateId and ColorCode mixed up
...
- switch the dossierTemplateId with color when retrieving information from repository into model DossierStatusInfo
2023-04-06 16:36:37 +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
76d264ec43
Pull request #664 : RED-6523 - ui multitenancy issue for dev realms
...
Merge in RED/persistence-service from RED-6523-ui-multitenancy to master
* commit 'd8d37170667996f08ed2c31e507a278c4d9533f8':
RED-6523 - ui multitenancy issue for dev realms
2023-04-05 15:22:37 +02:00
Timo Bejan
d8d3717066
RED-6523 - ui multitenancy issue for dev realms
2023-04-05 13:58:08 +03:00
Viktor Seifert
45d23e3ff4
Merge branch 'master' into RED-6501
2023-04-05 12:07:09 +02:00
Viktor Seifert
e3dbd3ea1d
RED-6501: Re-added a simpler manual definition of deletion methods.
...
They are needed to prevent exceptions in the case of non-existing entities
2023-04-05 11:22:49 +02:00
Viktor Seifert
b81aaedeab
RED-6501: Removed unneeded manually implemented delete queries
2023-04-04 16:13:07 +02:00
Corina Olariu
4c3e116447
Pull request #657 : RED-5504
...
Merge in RED/persistence-service from RED-5504 to master
* commit '663770bf9b262c30af3f5c9ccf034bea65100dc2':
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - remove tenantsHostAndSchemaMap - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add unique constraints to tenants table
2023-04-04 14:21:46 +02:00
devplant
663770bf9b
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- remove tenantsHostAndSchemaMap
- update junit test
2023-04-04 14:43:20 +03:00
deiflaender
71d42dfdbb
RED-6531: Enabled to set email, firstname and lastname for users at create realm
2023-04-04 11:08:09 +02:00
deiflaender
1d759c8e30
RED-4515: Reimplemented datasource cache
2023-04-04 10:47:37 +02:00
deiflaender
3e1157f85f
RED-4515: Enabled to set tenant connection pool size
2023-04-04 09:00:09 +02:00
Viktor Seifert
ffc4e9bd0e
RED-6501: Corrected manual-redaction deletion.
...
Removed manual delete-query implementation because it was redundant and also contained an incorrect destination entity.
2023-04-03 16:56:34 +02:00
deiflaender
ed33991438
RED-6224: Fixed log output in tenant datasource cache
2023-04-03 11:53:29 +02:00
devplant
de8d1178e7
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- update junit test
2023-04-03 12:04:57 +03:00
devplant
308811f942
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- add junit test
2023-04-03 09:56:39 +03:00
devplant
58accbd54d
Merge branch 'master' of ssh://git.iqser.com:2222/red/persistence-service into RED-5504
2023-03-31 18:00:33 +03:00
deiflaender
8fd0dd5735
RED-4515: Do not set schema when create datasource for tenant
2023-03-31 16:25:38 +02:00
devplant
0decb33035
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants
...
- add unique constraints to tenants table
2023-03-31 16:19:42 +03:00
deiflaender
904de033a0
RED-6224: Fixed non working redis config for user cache
2023-03-31 13:01:26 +02:00
Viktor Seifert
78758a2a41
RED-6497: Moved test to the same package as the class being tested
2023-03-31 12:03:40 +02:00
Viktor Seifert
4c25ac402d
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
2023-03-31 12:00:56 +02:00