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 207a2c1da35 Support ConfigDrive with VPC (#10495)
add 99ea77dc839 Usage server: remove logging of prameters including secret
keys (#10649)
add f13cf597a2e 4.19 fix saml account selector (#10311)
add 53d3d19606b server: check startip and endip of shared network (#10704)
add 8db248e4b40 UI: Move templates creation date to the Zones tab (#10709)
add 7b68615bd97 HA: set correct hostId of HA work for vm migration (#10591)
add 8c9216d11b6 only clean details and annotations when this tamplate no
longer exists on any zone (#10728)
add d7765343efe Merge branch '4.19' into 4.20
No new revisions were added by this update.
Summary of changes:
.../com/cloud/vm/VirtualMachineManagerImpl.java | 3 +-
.../src/main/java/com/cloud/vm/VMInstanceVO.java | 2 +-
.../api/command/ListAndSwitchSAMLAccountCmd.java | 25 ++++--
.../api/command/SAML2LoginAPIAuthenticatorCmd.java | 14 ++--
.../apache/cloudstack/saml/SAML2AuthManager.java | 4 +
.../cloudstack/saml/SAML2AuthManagerImpl.java | 2 +-
.../java/org/apache/cloudstack/saml/SAMLUtils.java | 88 +++++++++++++---------
.../java/org/apache/cloudstack/SAMLUtilsTest.java | 6 +-
.../command/ListAndSwitchSAMLAccountCmdTest.java | 2 -
server/src/main/java/com/cloud/api/ApiServer.java | 9 ++-
.../com/cloud/ha/HighAvailabilityManagerImpl.java | 25 +++++-
.../java/com/cloud/network/NetworkServiceImpl.java | 15 +++-
.../cloud/template/HypervisorTemplateAdapter.java | 35 +++++----
.../java/com/cloud/user/AccountManagerImpl.java | 63 ++++++++++++----
.../com/cloud/user/AccountManagerImplTest.java | 71 +++++++++++++++++
ui/src/components/header/SamlDomainSwitcher.vue | 3 +
ui/src/components/view/InfoCard.vue | 4 +-
ui/src/store/modules/user.js | 4 +-
ui/src/views/image/IsoZones.vue | 8 ++
ui/src/views/image/TemplateZones.vue | 8 ++
ui/vue.config.js | 2 +-
21 files changed, 295 insertions(+), 98 deletions(-)