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

dahn pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 0ec97296029 4.20 Health Check, please don't merge this!
     add 9f229600e6a Add new config (non-dynamic) for  agent connections 
monitor thread, and keep timeunit to secs (in sync with the earlier Wait 
config) (#10525)
     add 0e0ae226bd2 Xenserver smoke-test: Allow emojis to be accepted in 
volume name during volume creation (#10774)
     add 030ed55f36c server/test: ResourceCleanupService test fix for daylight 
saving time (#10749)
     add 02d1c61cf77 add amount of system VMs that are allocated to each host 
in the hosts ListView (#10791)
     add dfd64b1a672 Ceph object store: Fix LocationConstraint error  (#10772)
     add fe77f5f2856 server: apply network ACL even if there is no network ACLs 
in the ACL list (#9374) (#10241)
     add 7f16a207e0a cloudutils: use ip command instead of route in 
networkConfig.py (#10726)
     add 0c4ed1e5b72 UI: Allow editing VM name of a Running VM in an Advanced 
zone with security groups (#10714)
     add 4c072b5bf97 UI: show checksum field when register or upload 
template/isos (#10725)
     add 01d87b77479 Merge branch '4.19' into 4.20
     add 32cc45e8405 [UI] Allow quiescevm and asyncbackup flags while taking 
volume snapshot from UI when these are supported for the volume (#10265)
     add 91c11688618 Merge branch '4.19' of 
https://github.com/apache/cloudstack into 4.20
     add 83c3ea2e67f smoke tests / CI : Fix test_vm_stric_host_tags (#10806)
     add 74e9146cfb4 check for custom offering and trim size (#10629)
     add d697cff8987 Update dependency required for test_outofbandmanagement.py 
(#10805)
     add 1f8442eb69a Extra checks in UI when deleting accounts (#10760)
     add f6d05904243 Merge branch '4.19' of 
https://github.com/apache/cloudstack into 4.20
     add c1923a2dcb3 test: cleanup test_guest_os.py for multiple execution 
(#10818)
     add 4ba27ccce34 4.20 Health Check, please don't merge this!

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   (0ec97296029)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (4ba27ccce34)

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:
 .github/workflows/ci.yml                           |   2 +-
 .../main/java/com/cloud/agent/AgentManager.java    |   4 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |  47 +++---
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |   2 +-
 .../vmsnapshot/StorageVMSnapshotStrategy.java      |  13 +-
 .../vmsnapshot/VMSnapshotStrategyKVMTest.java      |   4 +-
 .../resource/XenServerStorageProcessor.java        |  23 ++-
 .../driver/CephObjectStoreDriverImpl.java          |  10 +-
 .../driver/CephObjectStoreDriverImplTest.java      |   2 +-
 python/lib/cloudutils/networkConfig.py             |   2 +-
 .../network/topology/AdvancedNetworkTopology.java  |   5 -
 .../resource/ResourceCleanupServiceImplTest.java   |  25 ++-
 test/integration/smoke/test_guest_os.py            |  21 ++-
 test/integration/smoke/test_vm_strict_host_tags.py |   6 +-
 tools/marvin/marvin/lib/base.py                    |  15 +-
 ui/public/locales/en.json                          |   9 +-
 ui/src/config/section/account.js                   |   5 +-
 ui/src/config/section/compute.js                   |   8 +-
 ui/src/config/section/infra/hosts.js               |   7 +-
 ui/src/views/compute/CreateSnapshotWizard.vue      |  13 +-
 ui/src/views/compute/EditVM.vue                    |   1 -
 ui/src/views/iam/DeleteAccount.vue                 | 176 +++++++++++++++++++++
 ui/src/views/iam/DeleteAccountWrapper.vue          |  74 +++++++++
 ui/src/views/image/RegisterOrUploadIso.vue         |   9 ++
 ui/src/views/image/RegisterOrUploadTemplate.vue    |   6 +-
 ui/src/views/storage/CreateVolume.vue              |   3 +
 ui/src/views/storage/TakeSnapshot.vue              |   9 +-
 .../java/com/cloud/utils/nio/NioConnection.java    |   1 -
 28 files changed, 424 insertions(+), 78 deletions(-)
 create mode 100644 ui/src/views/iam/DeleteAccount.vue
 create mode 100644 ui/src/views/iam/DeleteAccountWrapper.vue

Reply via email to