Merge in RED/persistence-service from hotfix/sas to master
* commit 'd34aaff5000dffa6ea53b9014e5845c9a1c29aca':
hotfix: extend azure connection string for SAS
Merge in RED/persistence-service from AzureConectionString to master
* commit '3fa4693bd5765ce5bd7583d15f2291c776e56fea':
hotfix: Change Azure connection string db field limit
- 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
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
Merge in RED/persistence-service from bugfix/RED-6362-kms to master
* commit '52480314c35562b8f15e7cee4e6b5f87538b1a3a':
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
- update saveDigitalSignatureKms signature
- move the convert from DigitalSignatureKms to DigitalSignatureKmsEntity to the service
- remove the magicConvertor which cause problem for the certificate
Merge in RED/persistence-service from bugfix/RED-6496 to master
* commit '64ff80c444cb23719e1e1b55eb04aaa24722cc28':
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
Merge in RED/persistence-service from RED-6523-ui-multitenancy to master
* commit 'd8d37170667996f08ed2c31e507a278c4d9533f8':
RED-6523 - ui multitenancy issue for dev realms
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
Merge in RED/persistence-service from RED-6531 to master
* commit '71d42dfdbb6062350481f02989e4893c0cc91c47':
RED-6531: Enabled to set email, firstname and lastname for users at create realm
Merge in RED/persistence-service from RED-4515-ri to master
* commit '1d759c8e30abaf83a30638a4aeb39671dceb8f9f':
RED-4515: Reimplemented datasource cache
RED-4515: Enabled to set tenant connection pool size
Merge in RED/persistence-service from RED-6224 to master
* commit 'ed33991438fa7d1871c167e6682f76416b2cc85e':
RED-6224: Fixed log output in tenant datasource cache
Merge in RED/persistence-service from RED-4515 to master
* commit '8fd0dd5735d310927b19980fc099ef07bf18cfa2':
RED-4515: Do not set schema when create datasource for tenant
Merge in RED/persistence-service from RED-6224 to master
* commit '904de033a0917830ea63a5786f0fbb48abce8fe7':
RED-6224: Fixed non working redis config for user cache
Merge in RED/persistence-service from RED-6497 to master
* commit '78758a2a418a816f4efe0f7d64647926377ad4f7':
RED-6497: Moved test to the same package as the class being tested
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
RED-6497: Fixed issue where the file-size of download was saved incorrectly.
RED-6497: Changed code to use a different method of getting a file size to have better error reporting
RED-6497: Removed explicit variable initialization because its marked as a checkstyle violation.
RED-6497: Removed alternate file size check because it offers less error reporting capabilities
* Changed the update to the DownloadStatusEntity to use the entity object instead of using a query on JPA-repo. This prevents values from the object being incorrectly inserted otherwise.
* Extended the DownloadPreparationTest to check the resulting download state and file size.