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

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


 discard 35ca643e8b0 4.22 Health Check, please don't merge this!
     add 21d844ba1c2 ui: fix zone options for image instance deploy button 
(#12060)
     add dba889ea3ef UI: fix list of zones if zone has icon (#12083)
     add 9ec8cc4186f api,server,ui: improve listing public ip for associate 
(#11591)
     add e33f4754f53 Fix DB upgrade script for 4.22 (#12111)
     add 81787b310ee fix API Request Parameters Logged Credential Masking in 
ApiServer (#12020)
     add f0a0936675c server: fix volume offering not updated after offering 
change (#12003)
     add 028dd869456 fixed Password Exposure in IPMI Tool Command Execution 
(#12028)
     add e23c7ef7017 Merge release branch 4.20 to 4.22
     add 516012a0b49 ceph: fix offline volume migration between ceph pools 
(#12103)
     add f379d789635 ui: fix section search filter (#12146)
     add 44119cf34fc ui: fix dsiple managementservermetricsresponse - 
agentcount (#12148)
     add 243f566a603 refactor: add null check for BroadcastDomainType 
retrievals (#11572)
     add 2941b518ba1 Merge remote-tracking branch 'apache/4.20' into 4.22
     add 4379666fb62 Proxmox Extension : Make settings such as storage, 
disk_size,... (#12174)
     add e4414d1c449 Fix agent wait before reconnect (#12153)
     add a0ba2aaf3f9 Merge branch '4.20' into 4.22
     add 7685b37ac2e 4.22 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   (35ca643e8b0)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (7685b37ac2e)

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/src/main/java/com/cloud/agent/Agent.java     |  5 +-
 api/src/main/java/com/cloud/network/Networks.java  | 12 ++--
 .../user/address/ListPublicIpAddressesCmd.java     |  2 +-
 .../test/java/com/cloud/network/NetworksTest.java  | 18 +++++
 .../com/cloud/upgrade/DatabaseUpgradeChecker.java  |  2 +
 ...grade431to440.java => Upgrade42200to42210.java} | 13 +---
 .../resources/META-INF/db/schema-42100to42200.sql  |  7 --
 ...cleanup.sql => schema-42200to42210-cleanup.sql} |  2 +-
 ...to41400-cleanup.sql => schema-42200to42210.sql} | 13 ++--
 extensions/Proxmox/proxmox.sh                      | 10 ++-
 .../kvm/storage/LibvirtStorageAdaptor.java         |  6 +-
 server/src/main/java/com/cloud/api/ApiServer.java  | 28 ++++++--
 .../com/cloud/server/ManagementServerImpl.java     | 50 ++++++++-----
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  2 +-
 .../com/cloud/server/ManagementServerImplTest.java | 66 ++++++++++++++---
 ui/public/locales/en.json                          |  2 +-
 .../components/view/ImageDeployInstanceButton.vue  | 35 +++++----
 ui/src/components/widgets/InfiniteScrollSelect.vue | 24 ++++++-
 ui/src/views/AutogenView.vue                       |  9 ++-
 .../compute/wizard/ZoneBlockRadioGroupSelect.vue   |  2 +-
 ui/src/views/network/IpAddressesTab.vue            | 84 +++++++++-------------
 utils/src/main/java/com/cloud/utils/EnumUtils.java |  2 +-
 .../cloudstack/utils/process/ProcessRunner.java    | 11 ++-
 .../utils/process/ProcessRunnerTest.java           | 12 ++++
 24 files changed, 272 insertions(+), 145 deletions(-)
 copy engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade431to440.java 
=> Upgrade42200to42210.java} (81%)
 copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql 
=> schema-42200to42210-cleanup.sql} (93%)
 copy 
engine/schema/src/main/resources/META-INF/db/{schema-41310to41400-cleanup.sql 
=> schema-42200to42210.sql} (57%)

Reply via email to