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

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


 discard c7050ba14be 4.20 Health Check, please don't merge this!
     add c61a5eb430a Updating pom.xml version numbers for release 4.20.1.0
     add b5e2c181f9c Updating pom.xml version numbers for release 
4.20.2.0-SNAPSHOT
     add c86b2f1da24 update 4.20.2.0-SNAPSHOT version
     add 10fc1f3a1c5 update version
     add 0b841fefcb6 ui: show deploy/create button on right info pane (#10814)
     add 0c7d47138d4 Updating pom.xml version numbers for release 4.19.3.0
     add c4ba601a636 Merge branch '4.19.3.0-RC20250530T0908' into 4.19
     add 379ee07d88b Updating pom.xml version numbers for release 
4.19.4.0-SNAPSHOT
     add 0d5a0ea6815 update 4.19.4.0-SNAPSHOT version
     add 41de0b9dffd Merge branch '4.19' of 
https://github.com/apache/cloudstack into 4.20
     add 8f2735ab462 Accept case insensitive values in boolean settings (#10663)
     add 5790091b25d [Vmware to KVM Migration] Improve the Force MS option text 
(#11035)
     add 75147b78116 [Vmware to KVM Migration] Display virt-v2v and ovftool 
versions for supported hosts for migration (#11019)
     add ba0204f8edd Block volume shrink on Xen (#11004)
     add 544028ca8e6 Do not rely on Memory engine even transiently in DB setup 
scripts (#11106)
     add 3b54194aef1 Correct quota type indexes (#11085)
     add c24e4eea855 server: fix orphan db transaction issue (#11095)
     add cbd2b5a0224 Add check for ldap truststore password (#11055)
     add 7cad65d310d Merge release branch 4.19 to 4.20
     add 1a251c8b789 merge forward fix
     add ed7bd5e5804 ui: fix handler for deploy button menu (#11116)
     add 80f46ad55d6 [VMware to KVM Migration] Fix for converted instance npe 
issue when source vmware instance ovf is exported from management server 
(#11003)
     add 1cbf1cd2cd8 fix volumes search filter (#11168)
     add 699e5d70147 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   (c7050ba14be)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (699e5d70147)

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:
 agent/pom.xml                                      |    2 +-
 api/pom.xml                                        |    2 +-
 api/src/main/java/com/cloud/host/Host.java         |    9 +-
 .../java/com/cloud/storage/VolumeApiService.java   |    7 +
 client/pom.xml                                     |    2 +-
 core/pom.xml                                       |    2 +-
 .../com/cloud/agent/api/ConvertInstanceAnswer.java |   16 -
 .../cloud/agent/api/ConvertInstanceCommand.java    |   11 +-
 debian/changelog                                   |   12 +
 developer/pom.xml                                  |    2 +-
 engine/api/pom.xml                                 |    2 +-
 engine/components-api/pom.xml                      |    2 +-
 engine/orchestration/pom.xml                       |    2 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   17 +-
 engine/pom.xml                                     |    2 +-
 engine/schema/pom.xml                              |    2 +-
 engine/service/pom.xml                             |    2 +-
 engine/storage/cache/pom.xml                       |    2 +-
 engine/storage/configdrive/pom.xml                 |    2 +-
 engine/storage/datamotion/pom.xml                  |    2 +-
 engine/storage/image/pom.xml                       |    2 +-
 engine/storage/integration-test/pom.xml            |    2 +-
 engine/storage/object/pom.xml                      |    2 +-
 engine/storage/pom.xml                             |    2 +-
 engine/storage/snapshot/pom.xml                    |    2 +-
 engine/storage/volume/pom.xml                      |    2 +-
 engine/userdata/cloud-init/pom.xml                 |    2 +-
 engine/userdata/pom.xml                            |    2 +-
 framework/agent-lb/pom.xml                         |    2 +-
 framework/ca/pom.xml                               |    2 +-
 framework/cluster/pom.xml                          |    2 +-
 framework/config/pom.xml                           |    2 +-
 framework/db/pom.xml                               |    2 +-
 framework/direct-download/pom.xml                  |    2 +-
 framework/events/pom.xml                           |    2 +-
 framework/ipc/pom.xml                              |    2 +-
 framework/jobs/pom.xml                             |    2 +-
 framework/managed-context/pom.xml                  |    2 +-
 framework/pom.xml                                  |    2 +-
 framework/quota/pom.xml                            |    2 +-
 framework/rest/pom.xml                             |    2 +-
 framework/security/pom.xml                         |    2 +-
 framework/spring/lifecycle/pom.xml                 |    2 +-
 framework/spring/module/pom.xml                    |    2 +-
 plugins/acl/dynamic-role-based/pom.xml             |    2 +-
 plugins/acl/project-role-based/pom.xml             |    2 +-
 plugins/acl/static-role-based/pom.xml              |    2 +-
 .../explicit-dedication/pom.xml                    |    2 +-
 .../host-affinity/pom.xml                          |    2 +-
 .../host-anti-affinity/pom.xml                     |    2 +-
 .../non-strict-host-affinity/pom.xml               |    2 +-
 .../non-strict-host-anti-affinity/pom.xml          |    2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml         |    2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml       |    2 +-
 plugins/api/discovery/pom.xml                      |    2 +-
 plugins/api/rate-limit/pom.xml                     |    2 +-
 plugins/api/solidfire-intg-test/pom.xml            |    2 +-
 plugins/api/vmware-sioc/pom.xml                    |    2 +-
 plugins/backup/dummy/pom.xml                       |    2 +-
 plugins/backup/nas/pom.xml                         |    2 +-
 plugins/backup/networker/pom.xml                   |    2 +-
 plugins/backup/veeam/pom.xml                       |    2 +-
 plugins/ca/root-ca/pom.xml                         |    2 +-
 plugins/database/mysql-ha/pom.xml                  |    2 +-
 plugins/database/quota/pom.xml                     |    2 +-
 plugins/dedicated-resources/pom.xml                |    2 +-
 .../implicit-dedication/pom.xml                    |    2 +-
 .../user-concentrated-pod/pom.xml                  |    2 +-
 .../deployment-planners/user-dispersing/pom.xml    |    2 +-
 plugins/drs/cluster/balanced/pom.xml               |    2 +-
 plugins/drs/cluster/condensed/pom.xml              |    2 +-
 plugins/event-bus/inmemory/pom.xml                 |    2 +-
 plugins/event-bus/kafka/pom.xml                    |    2 +-
 plugins/event-bus/rabbitmq/pom.xml                 |    2 +-
 plugins/event-bus/webhook/pom.xml                  |    2 +-
 plugins/ha-planners/skip-heurestics/pom.xml        |    2 +-
 plugins/host-allocators/random/pom.xml             |    2 +-
 plugins/hypervisors/baremetal/pom.xml              |    2 +-
 plugins/hypervisors/hyperv/pom.xml                 |    2 +-
 plugins/hypervisors/kvm/pom.xml                    |    2 +-
 .../kvm/resource/LibvirtComputingResource.java     |   29 +-
 .../LibvirtConvertInstanceCommandWrapper.java      |  205 +--
 .../wrapper/LibvirtReadyCommandWrapper.java        |    8 +
 .../LibvirtConvertInstanceCommandWrapperTest.java  |   70 -
 plugins/hypervisors/ovm/pom.xml                    |    2 +-
 plugins/hypervisors/ovm3/pom.xml                   |    2 +-
 plugins/hypervisors/simulator/pom.xml              |    2 +-
 plugins/hypervisors/ucs/pom.xml                    |    2 +-
 plugins/hypervisors/vmware/pom.xml                 |    2 +-
 plugins/hypervisors/xenserver/pom.xml              |    2 +-
 .../xenbase/CitrixResizeVolumeCommandWrapper.java  |    7 +-
 plugins/integrations/cloudian/pom.xml              |    2 +-
 plugins/integrations/kubernetes-service/pom.xml    |    2 +-
 plugins/integrations/prometheus/pom.xml            |    2 +-
 plugins/metrics/pom.xml                            |    2 +-
 plugins/network-elements/bigswitch/pom.xml         |    2 +-
 plugins/network-elements/brocade-vcs/pom.xml       |    2 +-
 plugins/network-elements/cisco-vnmc/pom.xml        |    2 +-
 plugins/network-elements/dns-notifier/pom.xml      |    2 +-
 .../network-elements/elastic-loadbalancer/pom.xml  |    2 +-
 plugins/network-elements/globodns/pom.xml          |    2 +-
 .../network-elements/internal-loadbalancer/pom.xml |    2 +-
 plugins/network-elements/juniper-contrail/pom.xml  |    2 +-
 plugins/network-elements/netscaler/pom.xml         |    2 +-
 plugins/network-elements/nicira-nvp/pom.xml        |    2 +-
 plugins/network-elements/nsx/pom.xml               |    2 +-
 plugins/network-elements/opendaylight/pom.xml      |    2 +-
 plugins/network-elements/ovs/pom.xml               |    2 +-
 plugins/network-elements/palo-alto/pom.xml         |    2 +-
 plugins/network-elements/stratosphere-ssp/pom.xml  |    2 +-
 plugins/network-elements/tungsten/pom.xml          |    2 +-
 plugins/network-elements/vxlan/pom.xml             |    2 +-
 .../outofbandmanagement-drivers/ipmitool/pom.xml   |    2 +-
 .../nested-cloudstack/pom.xml                      |    2 +-
 .../outofbandmanagement-drivers/redfish/pom.xml    |    2 +-
 plugins/pom.xml                                    |    2 +-
 plugins/shutdown/pom.xml                           |    2 +-
 plugins/storage-allocators/random/pom.xml          |    2 +-
 plugins/storage/image/default/pom.xml              |    2 +-
 plugins/storage/image/s3/pom.xml                   |    2 +-
 plugins/storage/image/sample/pom.xml               |    2 +-
 plugins/storage/image/swift/pom.xml                |    2 +-
 plugins/storage/object/ceph/pom.xml                |    2 +-
 plugins/storage/object/minio/pom.xml               |    2 +-
 plugins/storage/object/simulator/pom.xml           |    2 +-
 plugins/storage/sharedfs/storagevm/pom.xml         |    2 +-
 plugins/storage/volume/adaptive/pom.xml            |    2 +-
 plugins/storage/volume/cloudbyte/pom.xml           |    2 +-
 plugins/storage/volume/datera/pom.xml              |    2 +-
 plugins/storage/volume/default/pom.xml             |    2 +-
 plugins/storage/volume/flasharray/pom.xml          |    2 +-
 plugins/storage/volume/linstor/pom.xml             |    2 +-
 plugins/storage/volume/nexenta/pom.xml             |    2 +-
 plugins/storage/volume/primera/pom.xml             |    2 +-
 plugins/storage/volume/sample/pom.xml              |    2 +-
 plugins/storage/volume/scaleio/pom.xml             |    2 +-
 plugins/storage/volume/solidfire/pom.xml           |    2 +-
 plugins/storage/volume/storpool/pom.xml            |    2 +-
 plugins/user-authenticators/ldap/pom.xml           |    2 +-
 .../apache/cloudstack/ldap/LdapContextFactory.java |   40 +-
 .../apache/cloudstack/ldap/LdapManagerImpl.java    |    5 +
 plugins/user-authenticators/md5/pom.xml            |    2 +-
 plugins/user-authenticators/oauth2/pom.xml         |    2 +-
 plugins/user-authenticators/pbkdf2/pom.xml         |    2 +-
 plugins/user-authenticators/plain-text/pom.xml     |    2 +-
 plugins/user-authenticators/saml2/pom.xml          |    2 +-
 plugins/user-authenticators/sha256salted/pom.xml   |    2 +-
 .../static-pin/pom.xml                             |    2 +-
 .../user-two-factor-authenticators/totp/pom.xml    |    2 +-
 pom.xml                                            |    2 +-
 quickcloud/pom.xml                                 |    2 +-
 server/pom.xml                                     |    2 +-
 .../java/com/cloud/alert/AlertManagerImpl.java     |   32 +-
 .../configuration/ConfigurationManagerImpl.java    |   74 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |   36 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |    3 +
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     |   59 +-
 .../ConfigurationManagerImplTest.java              |  112 ++
 .../cloudstack/vm/UnmanagedVMsManagerImplTest.java |    2 -
 services/console-proxy/pom.xml                     |    2 +-
 services/console-proxy/rdpconsole/pom.xml          |    2 +-
 services/console-proxy/server/pom.xml              |    2 +-
 services/pom.xml                                   |    2 +-
 services/secondary-storage/controller/pom.xml      |    2 +-
 services/secondary-storage/pom.xml                 |    2 +-
 services/secondary-storage/server/pom.xml          |    2 +-
 setup/db/create-schema.sql                         |    4 +-
 systemvm/pom.xml                                   |    2 +-
 test/pom.xml                                       |    2 +-
 tools/apidoc/pom.xml                               |    2 +-
 tools/checkstyle/pom.xml                           |    2 +-
 tools/devcloud-kvm/pom.xml                         |    2 +-
 tools/devcloud4/pom.xml                            |    2 +-
 tools/docker/Dockerfile                            |    2 +-
 tools/docker/Dockerfile.marvin                     |    4 +-
 tools/marvin/pom.xml                               |    2 +-
 tools/marvin/setup.py                              |    2 +-
 tools/pom.xml                                      |    2 +-
 ui/public/locales/en.json                          |    4 +-
 ui/src/components/view/InfoCard.vue                | 1599 ++++++++++----------
 ui/src/components/view/SearchView.vue              |    2 +-
 ui/src/utils/quota.js                              |    4 +-
 ui/src/views/compute/CreateAutoScaleVmGroup.vue    |   32 +-
 ui/src/views/compute/DeployVM.vue                  |   66 +-
 ui/src/views/compute/DeployVnfAppliance.vue        |   62 +-
 ui/src/views/compute/wizard/DeployButtons.vue      |  129 ++
 ui/src/views/infra/HostInfo.vue                    |   16 +
 ui/src/views/storage/ChangeOfferingForVolume.vue   |    2 +-
 ui/src/views/tools/ImportUnmanagedInstance.vue     |    6 +
 usage/pom.xml                                      |    2 +-
 utils/pom.xml                                      |    2 +-
 vmware-base/pom.xml                                |    2 +-
 192 files changed, 1545 insertions(+), 1457 deletions(-)
 create mode 100644 ui/src/views/compute/wizard/DeployButtons.vue

Reply via email to