This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from a6271b8 Merge branch '4.16' into main
add 619c754 Clear cache APIs when the switch domain with SAML user (#5855)
add 59a615c ui: fix deploy vm in basic zone (#5856)
add a42ed1f add a setting to config.json that allows users to set theme
(#5584)
add f5b0d2f ui: fix create user domain, account selection (#5487)
add e18ff60 Prevent upgrade failures if there are existing annotations
permissions (#5846)
new 0efdc53 Merge branch '4.16' into main
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/upgrade/RolePermissionChecker.java | 61 ++++++++++++++++++++++
.../com/cloud/upgrade/dao/Upgrade41520to41600.java | 27 ++++++++++
.../resources/META-INF/db/schema-41520to41600.sql | 11 ----
ui/public/config.json | 1 +
ui/src/components/header/SamlDomainSwitcher.vue | 2 +-
ui/src/components/page/GlobalLayout.vue | 5 +-
ui/src/store/modules/user.js | 4 +-
ui/src/views/compute/DeployVM.vue | 2 +-
ui/src/views/iam/AddUser.vue | 25 +++++----
ui/src/views/iam/ConfigureSamlSsoAuth.vue | 1 +
10 files changed, 113 insertions(+), 26 deletions(-)
create mode 100644
engine/schema/src/main/java/com/cloud/upgrade/RolePermissionChecker.java