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

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


 discard 1c174e76441 4.20/main Health Check, please don't merge this!
     add eab37eca437 Change L2 network offering form to not require a compute 
offering (#10389)
     add bdae23ed536 Fix listing disk offerings for newly created VMs that 
haven't yet been started (#10476)
     add 9b8c862f9f6 removing the usage of volumeFreeze StorPool API call 
(#8575)
     add b92fd17ef15 UI: Add change host password (#10337)
     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 cdf19b552ca lint: fix test_linstor_volumes.py (#10502)
     add 35a7438033a test: fix failure in 
test_06_purge_expunged_vm_background_task (#10501)
     add 1c1dad977e5 Merge remote-tracking branch 'apache/4.20'
     add 6b6ae4f9885 4.20/main 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   (1c174e76441)
            \
             N -- N -- N   refs/heads/healthcheck-main (6b6ae4f9885)

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 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |   3 +
 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 +
 .../driver/StorPoolPrimaryDataStoreDriver.java     | 119 ++++----
 .../storage/datastore/util/StorPoolUtil.java       |   6 +
 .../storage/motion/StorPoolDataMotionStrategy.java |  15 +-
 scripts/vm/hypervisor/kvm/nasbackup.sh             |  68 ++++-
 .../java/com/cloud/alert/AlertManagerImpl.java     | 160 +++++------
 server/src/main/java/com/cloud/api/ApiDBUtils.java |   2 +-
 .../main/java/com/cloud/api/ApiResponseHelper.java |   1 -
 .../com/cloud/resource/ResourceManagerImpl.java    |   4 +-
 .../cloudstack/backup/BackupManagerImpl.java       |  58 ++--
 setup/bindir/cloud-setup-databases.in              |   2 +
 .../plugins/linstor/test_linstor_volumes.py        | 252 +++++++++++++---
 test/integration/smoke/test_purge_expunged_vms.py  |   4 +-
 ui/public/index.html                               |   2 +-
 ui/public/locales/el_GR.json                       |   1 -
 ui/public/locales/en.json                          |   8 +-
 ui/public/locales/pt_BR.json                       |   2 +-
 ui/public/locales/te.json                          |   1 -
 ui/src/config/section/config.js                    |   2 +-
 ui/src/config/section/infra/hosts.js               |  20 +-
 ui/src/config/section/storage.js                   |  21 +-
 ui/src/locales/index.js                            |   2 +-
 ui/src/main.js                                     |   2 +-
 .../ChangeHostPassword.vue}                        |  60 ++--
 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/offering/AddNetworkOffering.vue       |  17 +-
 ui/src/views/storage/CreateTemplate.vue            | 113 ++++----
 41 files changed, 1291 insertions(+), 456 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtGetVmIpAddressCommandWrapperTest.java
 copy ui/src/views/{iam/ChangeUserPassword.vue => infra/ChangeHostPassword.vue} 
(69%)
 create mode 100644 ui/src/views/infra/ConfigureHostOOBM.vue

Reply via email to