This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a change to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 9033ab709e6 Fix snapshot chain being deleted on XenServer (#9447) add 2e0024e216d server, api: account and api entity access improvements new d541e9014df Merge branch '4.18' into 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 + .../src/main/java/com/cloud/acl/DomainChecker.java | 68 ++++--- .../java/com/cloud/user/AccountManagerImpl.java | 18 +- .../test/java/com/cloud/acl/DomainCheckerTest.java | 166 +++++++++++++++++ .../com/cloud/user/AccountManagerImplTest.java | 85 +++++++++ test/integration/smoke/test_account_access.py | 198 +++++++++++++++++++++ 6 files changed, 515 insertions(+), 21 deletions(-) create mode 100644 server/src/test/java/com/cloud/acl/DomainCheckerTest.java create mode 100644 test/integration/smoke/test_account_access.py