This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard dc3fc176068 DO NOT MERGE add f199783c751 VMware import - logs sanitation (#10433) add 1507a5633e7 Correct typo in exception (#10876) add 13ab8a04d13 Fix for Vlan doesn't match issue while adding IP range for the shared network without any IP range (#10837) add c183fc9859e Prevent data corruption for StorPool volumes (#10799) add 112dfddd40b Reset the pool id when create volume fails on the allocated pool, and update the resize error when no endpoint exists (#10777) add 951863c3fe9 ui: add an infinite scroll select component (#10840) add 39a0ba96704 Fix issue with security group selection box display (#10849) add bd85fa88321 DO NOT MERGE 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 (dc3fc176068) \ N -- N -- N refs/heads/healthcheck-4.19 (bd85fa88321) 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: .../command/admin/vlan/CreateVlanIpRangeCmd.java | 3 - .../com/cloud/vm/VirtualMachineManagerImpl.java | 11 + .../storage/volume/VolumeServiceImpl.java | 24 +- .../LibvirtConvertInstanceCommandWrapper.java | 1 - .../CloudStackPrimaryDataStoreDriverImpl.java | 11 +- .../configuration/ConfigurationManagerImpl.java | 106 +++++--- .../storage/snapshot/SnapshotManagerImpl.java | 2 +- .../configuration/ConfigurationManagerTest.java | 6 + ui/public/locales/en.json | 1 + ui/src/components/header/ProjectMenu.vue | 117 +++----- ui/src/components/widgets/InfiniteScrollSelect.vue | 298 +++++++++++++++++++++ ui/src/views/compute/EditVM.vue | 8 +- ui/src/views/network/CreateNetworkPermission.vue | 124 +++------ .../main/java/com/cloud/utils/script/Script.java | 27 +- 14 files changed, 492 insertions(+), 247 deletions(-) create mode 100644 ui/src/components/widgets/InfiniteScrollSelect.vue