This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch
9962-ssvm-unable-to-find-valid-certification-path-to-requested-target
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 969205abd35 Remove SNI option that is correct as default in _run.sh
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)
add 762d5493ddc move sql code to the right file (#10035)
add 47f60190a92 .github: fix test_certauthority_root in 4.19 (#10037)
add 0bfaef3fd1f Remove SNI option that is correct as default in _run.sh
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (969205abd35)
\
N -- N -- N
refs/heads/9962-ssvm-unable-to-find-valid-certification-path-to-requested-target
(0bfaef3fd1f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 4 +--
.../com/cloud/projects/dao/ProjectAccountDao.java | 2 ++
.../cloud/projects/dao/ProjectAccountDaoImpl.java | 11 ++++++
.../com/cloud/upgrade/DatabaseUpgradeChecker.java | 2 ++
...grade440to441.java => Upgrade41910to41920.java} | 19 +++++-----
.../resources/META-INF/db/schema-41900to41910.sql | 3 --
...to41520.sql => schema-41910to41920-cleanup.sql} | 5 +--
...ma-41510to41520.sql => schema-41910to41920.sql} | 5 +--
.../utils/crypt/EncryptionSecretKeyChanger.java | 2 +-
.../java/com/cloud/user/AccountManagerImpl.java | 18 +++++++++-
.../com/cloud/user/AccountManagerImplTest.java | 40 ++++++++++++++++++++++
11 files changed, 90 insertions(+), 21 deletions(-)
copy engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade440to441.java
=> Upgrade41910to41920.java} (83%)
copy engine/schema/src/main/resources/META-INF/db/{schema-41510to41520.sql =>
schema-41910to41920-cleanup.sql} (78%)
copy engine/schema/src/main/resources/META-INF/db/{schema-41510to41520.sql =>
schema-41910to41920.sql} (81%)