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

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


    omit 9811c147054 dummy commit , please don't merge
     add 96b757c35bc packaging: have noarch defined for rpms (#10057)
     add 7e295ec4e19 [KVM] Add watchdog model none to disable use of watchdogs 
on KVM agent (#10203)
     add 91f1adab862 UI: set redundant state as N/A for non-redundant routers 
(#10227)
     add d053bb97ecf Fix to allow actions on the network if it belongs to a 
project (#9550)
     add b186272f687 kvm: add SCSI controllers based on the number of 
virtio-SCSI disks (#9823)
     add 09f154796a2 server: Fix host CPU number (#10218)
     add 1e59f5cd0cd ui: fix passing vlan while creating vpc tier (#10239)
     add 20759187b31 Fix local storage deletion cases (#10231)
     add 4d9fd1b73fa Added displaynetwork option in filters for listnetwork 
only for admin (#10209)
     add c9fea62276c [UI] Switch between allocated and used capacity on 
dashboard (#10215)
     add 2aa2e92dff4 Handle special characters when exporting ACLs (#10259)
     add 4787885fc09 cks: prevent npe on cluster listing with removed offering 
(#10075)
     add 0a77eb7f85f deal with NPE during host reconnect (#10158)
     add 34d2a3bc86d Merge branch '4.19' into 4.20
     add 33a37da9ec7 server: investigate pending HA work when executing in new 
MS session (#10167)
     add f652ad0d98c extra null guard (#10264)
     add 717ce981d4d Merge release branch 4.19 to 4.20
     add 4201a2dc11b Fix Usage job not executing successfully (#10244)
     add 1c84ce4e23e server: fix attach uploaded volume (#10267)
     add 6f03f9e726e validate inserted values in numeric global settings 
(#10279)
     add 3313cc58295 ui: fix loading for hypervisor filter in serachview 
(#10292)
     add ee0dc5b2d64 list hosts API fix, when any stale entries exists on 
storage_pool_host_ref for the removed pools (#9852)
     add 0f544c9a3b0 api/ui: add specifyvlan to network response (#10236)
     add b9890875cc1 CKS: use --delete-emptydir-data instead of deprecated 
--delete-local-data (#10234)
     add b93589b5bdf server: reset 2fa user configuration on incomplete setup 
(#10247)
     add d9af9bdb36e fix SQL syntax erros and target 419 (#10273)
     add c70e4e29be4 fix npe on account creation (#10274)
     add 0fbf6379f98 UI: Fix domain view when opening details for a specific 
domainid (#10245)
     add bbe9c905926 packaging: support both mysql and mariadb on EL8/EL9 
(#9941)
     add 641a60670e1 changed the kubernetestool url (#10295)
     add a335feab6a3 fix allocation of vmfs storage pools (#10201)
     add 97be6f2e5d1 ui: fix column filter for templates, isos (#10288)
     add ae2ffbe40bf Merge remote-tracking branch 'apache/4.19' into 4.20
     add 120c45b3c55 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   (9811c147054)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (120c45b3c55)

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:
 README.md                                          |   3 +-
 agent/conf/agent.properties                        |   1 +
 .../cloud/agent/properties/AgentProperties.java    |   1 +
 .../api/response/HostForMigrationResponse.java     | 447 +--------------------
 .../cloudstack/api/response/NetworkResponse.java   |   8 +
 .../java/com/cloud/ha/HighAvailabilityManager.java |  21 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |  40 +-
 .../main/java/com/cloud/user/UserAccountVO.java    |  16 +-
 .../cloud.idempotent_update_api_permission.sql     |  52 +++
 .../resources/META-INF/db/schema-41910to41920.sql  |  22 +
 .../resources/META-INF/db/schema-42000to42010.sql  |   4 +
 .../allocator/AbstractStoragePoolAllocator.java    |  16 +-
 packaging/el8/cloud.spec                           |   7 +-
 .../kvm/resource/LibvirtComputingResource.java     |  19 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   6 +-
 .../LibvirtDeleteStoragePoolCommandWrapper.java    |  60 ++-
 .../kvm/resource/LibvirtComputingResourceTest.java |   5 +-
 .../hypervisor/kvm/resource/LibvirtVMDefTest.java  |  11 +
 .../cluster/KubernetesClusterManagerImpl.java      |   2 +-
 .../KubernetesClusterScaleWorker.java              |   2 +-
 .../contrail/management/MockAccountManager.java    |   4 +
 scripts/util/create-kubernetes-binaries-iso.sh     |   2 +-
 .../main/java/com/cloud/api/ApiResponseHelper.java |   1 +
 server/src/main/java/com/cloud/api/ApiServer.java  |   3 +-
 .../com/cloud/api/query/dao/HostJoinDaoImpl.java   | 122 +-----
 server/src/main/java/com/cloud/ha/HaWorkVO.java    |  15 +-
 .../com/cloud/ha/HighAvailabilityManagerImpl.java  |  74 +++-
 .../java/com/cloud/ha/dao/HighAvailabilityDao.java |   2 +
 .../com/cloud/ha/dao/HighAvailabilityDaoImpl.java  |  30 +-
 .../com/cloud/resource/ResourceManagerImpl.java    |  30 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |  36 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    | 121 ++++--
 .../main/java/com/cloud/user/AccountManager.java   |   7 +-
 .../java/com/cloud/user/AccountManagerImpl.java    |  37 +-
 .../ha/provider/host/HAAbstractHostProvider.java   |   2 +-
 .../cloud/ha/HighAvailabilityManagerImplTest.java  |  66 ++-
 .../cloud/ha/dao/HighAvailabilityDaoImplTest.java  |  59 ++-
 .../cloud/storage/VolumeApiServiceImplTest.java    | 252 +++++++++++-
 .../com/cloud/user/AccountManagerImplTest.java     |  56 ++-
 .../com/cloud/user/MockAccountManagerImpl.java     |  45 ++-
 ui/public/locales/en.json                          |   2 +
 ui/src/components/view/ListView.vue                |  23 +-
 ui/src/components/view/SearchView.vue              |  26 +-
 ui/src/components/widgets/Status.vue               |   2 +
 ui/src/config/section/network.js                   | 122 +-----
 ui/src/views/AutogenView.vue                       |   3 +
 ui/src/views/dashboard/CapacityDashboard.vue       |  29 +-
 ui/src/views/iam/DomainView.vue                    |  10 +
 ui/src/views/network/AclListRulesTab.vue           |   2 +-
 ui/src/views/network/VpcTiersTab.vue               |   2 +-
 ui/src/views/setting/ConfigurationValue.vue        |  23 ++
 51 files changed, 1086 insertions(+), 865 deletions(-)
 create mode 100644 
engine/schema/src/main/resources/META-INF/db/procedures/cloud.idempotent_update_api_permission.sql

Reply via email to