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

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


    from 5baac44139d ui: add UI too to view and download usage records (#8615)
     add 0be87ac6545 Fixup CKS UI for external managed clusters (#9434)
     add d606ee7a07b ui: vm metrics note about behaviour across hypervisors 
(#9399)
     add f0ba90568d8 api: Fix missing keys in listZonesMetrics response (#9419)
     add 9033ab709e6 Fix snapshot chain being deleted on XenServer (#9447)
     add 2e0024e216d server, api: account and api entity access improvements
     add d541e9014df Merge branch '4.18' into 4.19
     add 6fbdda951ac [4.19] server, api, ui: access improvements and assorted 
fixes (#22)
     new b73f634ea61 Merge branch '4.19'

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:
 .github/workflows/ci.yml                           |   1 +
 .../cloudstack/api/response/ClusterResponse.java   |  38 +++-
 .../cloudstack/api/response/HostResponse.java      |  82 +++++++-
 .../api/response/ManagementServerResponse.java     |   4 +
 .../api/response/StoragePoolResponse.java          |  12 ++
 .../cloudstack/api/response/UserVmResponse.java    |   4 +
 .../cloudstack/api/response/VolumeResponse.java    |  18 +-
 .../cloudstack/api/response/ZoneResponse.java      |  30 ++-
 .../storage/snapshot/DefaultSnapshotStrategy.java  |   7 +-
 .../cluster/KubernetesClusterManagerImpl.java      |   3 +-
 .../src/main/java/com/cloud/acl/DomainChecker.java |  68 +++++--
 .../main/java/com/cloud/api/ApiResponseHelper.java |   2 +-
 .../cloud/api/query/dao/DataCenterJoinDaoImpl.java |   2 +-
 .../com/cloud/api/query/dao/HostJoinDaoImpl.java   |   4 +-
 .../java/com/cloud/network/NetworkServiceImpl.java | 209 ++++++++++-----------
 .../java/com/cloud/user/AccountManagerImpl.java    |  18 +-
 .../test/java/com/cloud/acl/DomainCheckerTest.java | 166 ++++++++++++++++
 .../com/cloud/user/AccountManagerImplTest.java     |  59 ++++++
 test/integration/smoke/test_account_access.py      | 198 +++++++++++++++++++
 ui/public/locales/en.json                          |   1 +
 ui/src/components/view/ListView.vue                |   8 +-
 ui/src/components/view/stats/ResourceStatsInfo.vue |   3 +-
 ui/src/views/compute/KubernetesServiceTab.vue      |   4 +-
 23 files changed, 763 insertions(+), 178 deletions(-)
 create mode 100644 server/src/test/java/com/cloud/acl/DomainCheckerTest.java
 create mode 100644 test/integration/smoke/test_account_access.py

Reply via email to