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

pearl11594 pushed a change to branch support-list-policies
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 7ec4f5d7615 remove trailing spaces and fix lint failure
     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
     add 8089d327403 Merge remote-tracking branch 'apache/4.20'
     add 1e91364efcf Merge branch 'main' of 
https://github.com/apache/cloudstack into support-list-policies
     add 452b0e6bb4f Add upgrade test

No new revisions were added by this update.

Summary of changes:
 .../snapshot/CreateSnapshotFromVMSnapshotCmd.java  |   5 +
 .../com/cloud/upgrade/dao/Upgrade42100to42200.java |   4 +-
 .../cloud/upgrade/dao/Upgrade42100to42200Test.java | 243 +++++++++++++++++++++
 .../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 ++--
 27 files changed, 635 insertions(+), 90 deletions(-)
 create mode 100644 
engine/schema/src/test/java/com/cloud/upgrade/dao/Upgrade42100to42200Test.java

Reply via email to