This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 3d6ec29c9bb Don't show backup in list_capacity for dummy plugin or if 
backup_framework is disabled (#11485)
     add f24b1757a0b ui: donot filter edge zones while registering 
directdownload iso (#10865)
     add 25f1d203403 ui: show multiple domains as links in list view (#11536)
     add db5b6a54a1e systemvm template: update URLs of debian ISOs (#11543)
     add adec5f439df kvm: add ssvm storage nic null uri check during plug 
(#11557)
     add af2a911f1b7 UI: Make logout function more robust to prevent session 
issues (#11361)
     add 90681df1b5b Primera: Delete session after key expiration (#11487)
     add fd46e61032f Added events for snapshots, vmsnapshots, internalLB 
operations (#11230)
     add a4cf47a9b80 server: remove extra chars when template status is error 
string (#11329)
     add f4802f30ed6 UI: fix display of disk size and IOPS fields in the scale 
VM form (#11553)
     add f99942cf9a2 Merge remote-tracking branch 'apache/4.19' into 4.20
     add 6868f052de4 2fa: log error on totp mismatch (#10734)
     add 9349b69b7e6 server,kvm: detect boot options for vm import (#11218)
     add 3ffd4442946 ui: donot remove account, domain from query on public ip 
filter change (#11575)
     add 4f5f7d46d28 CKS: Validate network offering from network if provided 
rather than global setting (#11528)
     add f26f8cce178 server: allow adding non-overlapping ipv6 ranges in same 
vlan (#11556)
     add fe120b64e70 server: prevent vm schedule update failure for time when 
not changed (#11314)
     add 7044564bab1 Merge remote-tracking branch 'apache/4.19' into 4.20
     new 8089d327403 Merge remote-tracking branch 'apache/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:
 .../snapshot/CreateSnapshotFromVMSnapshotCmd.java  |  5 ++
 .../hypervisor/kvm/resource/BridgeVifDriver.java   | 27 ++++---
 .../kvm/resource/LibvirtDomainXMLParser.java       | 34 ++++++++
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |  4 +-
 ...LibvirtGetUnmanagedInstancesCommandWrapper.java |  6 ++
 .../kvm/resource/BridgeVifDriverTest.java          | 58 ++++++++++++--
 .../kvm/resource/LibvirtDomainXMLParserTest.java   | 90 ++++++++++++++++++++++
 .../cluster/KubernetesClusterManagerImpl.java      | 35 ++++++---
 .../lb/InternalLoadBalancerVMManagerImpl.java      |  4 +
 .../internallbvmmgr/InternalLBVMServiceTest.java   | 16 +++-
 .../datastore/adapter/primera/PrimeraAdapter.java  | 38 +++++++++
 .../auth/TotpUserTwoFactorAuthenticator.java       |  4 +-
 .../cloud/api/query/dao/TemplateJoinDaoImpl.java   |  6 +-
 .../configuration/ConfigurationManagerImpl.java    |  4 -
 .../com/cloud/resource/ResourceManagerImpl.java    |  6 ++
 .../storage/snapshot/SnapshotManagerImpl.java      |  2 +
 .../vm/schedule/VMScheduleManagerImpl.java         | 54 ++++++++-----
 .../template-base_aarch64-target_aarch64.json      |  2 +-
 .../template-base_x86_64-target_aarch64.json       |  2 +-
 .../template-base_x86_64-target_x86_64.json        |  2 +-
 ui/src/components/view/ListView.vue                | 12 ++-
 ui/src/store/modules/user.js                       | 12 ++-
 ui/src/views/AutogenView.vue                       |  6 +-
 ui/src/views/compute/ScaleVM.vue                   |  4 +-
 ui/src/views/image/RegisterOrUploadIso.vue         | 45 +++++++----
 25 files changed, 390 insertions(+), 88 deletions(-)

Reply via email to