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 d6811ed000f 4.20 Health Check, please don't merge this!
     add 3aabedd4473 UI: Proper explanation for the global setting to avoid 
ambiguity (#10042)
     add f0179855f54 add use of virsh domifaddr to get VM external DHCP IP 
(#10376)
     add f50de8981af cloudstack-setup-databases: fix mode and group of key file 
(#10466)
     add 217e5344461 linstor: improve integration-tests (#10439)
     add a9fbc6b0563 UI: Filter accounts by domain while creating templates - 
from Volume / Snapshot (#10455)
     add a89607da659 UI: List host OOBM details when enabled and configured 
(#10472)
     add b41acf28d4c UI: Show Host OOBM parameter in form if configured (#10484)
     add 48ed5e24175 Merge branch '4.19' into 4.20
     add 5cbe3da703c Remove isMirrored hardcoded parameter value from execution 
of createDiskOffering API through UI (#10474)
     add a6b1403ca6c Merge branch '4.20' of 
https://github.com/apache/cloudstack into 4.20
     add 7f4e6a9d51d NAS B&R Plugin enhancements (#9666)
     add 80b5d5c0298 ui: do not cache config.json and locale files (#10497)
     add a841ed949fc Refactor alert email generation method (#8831)
     add 13c9faf7b61 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   (d6811ed000f)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (13c9faf7b61)

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:
 .../user/backup/DeleteBackupScheduleCmd.java       |  14 +-
 .../api/response/BackupRepositoryResponse.java     |  12 -
 .../apache/cloudstack/backup/BackupManager.java    |   5 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   2 +-
 packaging/el8/cloud.spec                           |   1 +
 .../cloudstack/backup/NASBackupProvider.java       |  10 +-
 .../LibvirtGetVmIpAddressCommandWrapper.java       | 167 +++++++----
 .../LibvirtRestoreBackupCommandWrapper.java        |  22 +-
 .../LibvirtGetVmIpAddressCommandWrapperTest.java   | 320 +++++++++++++++++++++
 .../cluster/KubernetesClusterManagerImpl.java      |  14 +
 .../KubernetesClusterDestroyWorker.java            |   4 +
 scripts/vm/hypervisor/kvm/nasbackup.sh             |  68 ++++-
 .../java/com/cloud/alert/AlertManagerImpl.java     | 160 +++++------
 .../main/java/com/cloud/api/ApiResponseHelper.java |   1 -
 .../com/cloud/resource/ResourceManagerImpl.java    |   4 +-
 .../cloudstack/backup/BackupManagerImpl.java       |  44 ++-
 setup/bindir/cloud-setup-databases.in              |   2 +
 .../plugins/linstor/test_linstor_volumes.py        | 252 +++++++++++++---
 ui/public/index.html                               |   2 +-
 ui/public/locales/en.json                          |   6 +
 ui/src/config/section/config.js                    |   2 +-
 ui/src/config/section/infra/hosts.js               |  12 +-
 ui/src/config/section/storage.js                   |  21 +-
 ui/src/locales/index.js                            |   2 +-
 ui/src/main.js                                     |   2 +-
 ui/src/views/infra/ConfigureHostOOBM.vue           | 172 +++++++++++
 ui/src/views/infra/HostEnableDisable.vue           |  12 +-
 ui/src/views/infra/HostInfo.vue                    |  46 ++-
 ui/src/views/offering/AddDiskOffering.vue          |   1 -
 ui/src/views/storage/CreateTemplate.vue            | 113 ++++----
 30 files changed, 1175 insertions(+), 318 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtGetVmIpAddressCommandWrapperTest.java
 create mode 100644 ui/src/views/infra/ConfigureHostOOBM.vue

Reply via email to