This is an automated email from the ASF dual-hosted git repository. shwstppr pushed a change to branch 4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 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) new ae2ffbe40bf Merge remote-tracking branch 'apache/4.19' into 4.20 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../cloudstack/api/response/NetworkResponse.java | 8 + .../main/java/com/cloud/user/UserAccountVO.java | 16 +- .../cloud.idempotent_update_api_permission.sql | 52 +++++ .../resources/META-INF/db/schema-41910to41920.sql | 22 ++ .../allocator/AbstractStoragePoolAllocator.java | 16 +- packaging/el8/cloud.spec | 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 +- .../java/com/cloud/storage/StorageManagerImpl.java | 20 +- .../com/cloud/storage/VolumeApiServiceImpl.java | 121 ++++++---- .../main/java/com/cloud/user/AccountManager.java | 7 +- .../java/com/cloud/user/AccountManagerImpl.java | 37 ++- .../cloud/storage/VolumeApiServiceImplTest.java | 252 ++++++++++++++++++++- .../com/cloud/user/AccountManagerImplTest.java | 56 ++++- .../com/cloud/user/MockAccountManagerImpl.java | 45 ++-- ui/src/components/view/ListView.vue | 16 +- ui/src/components/view/SearchView.vue | 3 + ui/src/config/section/network.js | 15 +- ui/src/views/iam/DomainView.vue | 10 + ui/src/views/setting/ConfigurationValue.vue | 23 ++ 23 files changed, 622 insertions(+), 111 deletions(-) create mode 100644 engine/schema/src/main/resources/META-INF/db/procedures/cloud.idempotent_update_api_permission.sql