This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch 4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from b3dc402aa8f engine/schema: move SQLs to 4.20.0 to 4.20.1 upgrade (#10018) add ef1a58d8370 Remove user from project before deletion (#10008) add a2ea719bced cloudstack-migrate-databases: sql AND added (#10033) add 52584d93dc7 Prevent password updates for SAML and LDAP users (#9999) new 5ee61c226a3 Merge branch '4.19' into 4.20 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../com/cloud/projects/dao/ProjectAccountDao.java | 2 ++ .../cloud/projects/dao/ProjectAccountDaoImpl.java | 11 ++++++++ ...e41110to41120.java => Upgrade41910to41920.java} | 20 +++++++-------- ...cleanup.sql => schema-41910to41920-cleanup.sql} | 5 ++-- ...21to430-cleanup.sql => schema-41910to41920.sql} | 2 +- .../utils/crypt/EncryptionSecretKeyChanger.java | 2 +- .../java/com/cloud/user/AccountManagerImpl.java | 8 ++++++ .../com/cloud/user/AccountManagerImplTest.java | 30 ++++++++++++++++++++++ 8 files changed, 65 insertions(+), 15 deletions(-) copy engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade41110to41120.java => Upgrade41910to41920.java} (83%) copy engine/schema/src/main/resources/META-INF/db/{schema-302to40-cleanup.sql => schema-41910to41920-cleanup.sql} (78%) copy engine/schema/src/main/resources/META-INF/db/{schema-421to430-cleanup.sql => schema-41910to41920.sql} (94%)