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

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


    from 857ccb0a3b8 server: fix list diskoffering by domainid returns Inactive 
offerings (#10916)
     new 38f3107211b Fix aaccess to template/ISO list for domain/resource admins
     new ad9d9cd3f68 Keep same/consistent auth time for valid & invalid users
     new e2f187912cd cks: create separate service account in project
     new a0080a04fe6 Adding privilege checks on user and account operations

The 4 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:
 .../cluster/KubernetesServiceHelper.java           |   2 +
 api/src/main/java/com/cloud/user/Account.java      |   1 +
 .../main/java/com/cloud/user/dao/AccountDao.java   |   8 +-
 .../java/com/cloud/user/dao/AccountDaoImpl.java    |  27 +-
 .../cluster/KubernetesClusterManagerImpl.java      | 251 ++++++++++++--
 .../cluster/KubernetesClusterService.java          |   8 +-
 .../cluster/KubernetesServiceHelperImpl.java       |   8 +
 .../cluster/dao/KubernetesClusterDao.java          |   4 +-
 .../cluster/dao/KubernetesClusterDaoImpl.java      |  33 +-
 .../contrail/management/MockAccountManager.java    |   4 +
 .../java/com/cloud/api/query/QueryManagerImpl.java |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |  37 +++
 .../resourcelimit/ResourceLimitManagerImpl.java    |   6 +
 .../main/java/com/cloud/user/AccountManager.java   |   1 +
 .../java/com/cloud/user/AccountManagerImpl.java    | 365 +++++++++++++++------
 .../ConfigurationManagerImplTest.java              |  47 +++
 .../com/cloud/user/AccountManagerImplTest.java     | 101 +++++-
 .../AccountManagerImplVolumeDeleteEventTest.java   |   2 +
 .../com/cloud/user/MockAccountManagerImpl.java     |   4 +
 19 files changed, 753 insertions(+), 158 deletions(-)

Reply via email to