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

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


    from 941cc83372f Feature: Safely shutdown cloudstack (#6755)
     add d8717299707 ui: allow clearing dns during zone update (#7276)
     add 4c9c1d2d7bf Merge remote-tracking branch 'apache/4.17' into 4.18
     add b774ee5d117 vmware: Datastore cluster synchronization should check if 
the child datastores are in UP state or not (#7385)
     add 65512af779c server: Roles search by keyword (#7384)
     add 2dc016adde7 Fix for direct download templates with multiple bypassed 
references (#7400)
     new 8a42ab9ce41 Merge remote-tracking branch 'origin/4.18'

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:
 .../org/apache/cloudstack/acl/RoleService.java     |  2 +-
 .../api/command/admin/acl/ListRolesCmd.java        |  4 +-
 .../java/com/cloud/storage/StorageManager.java     |  2 +
 .../org/apache/cloudstack/acl/dao/RoleDao.java     |  2 +-
 .../org/apache/cloudstack/acl/dao/RoleDaoImpl.java | 13 +++-
 .../storage/image/db/TemplateDataStoreDaoImpl.java | 23 +++++--
 .../image/db/TemplateDataStoreDaoImplTest.java     | 77 ++++++++++++++++++++++
 .../datastore/provider/DefaultHostListener.java    |  1 +
 .../cloudstack/metrics/MetricsServiceImpl.java     |  4 +-
 .../java/com/cloud/network/vpc/VpcManagerImpl.java |  2 +-
 .../com/cloud/server/ManagementServerImpl.java     |  2 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |  6 +-
 .../org/apache/cloudstack/acl/RoleManagerImpl.java |  8 +--
 .../cloudstack/backup/BackupManagerImpl.java       |  2 +-
 .../apache/cloudstack/acl/RoleManagerImplTest.java |  2 +-
 ui/src/views/AutogenView.vue                       |  8 +--
 ui/tests/unit/views/AutogenView.spec.js            |  2 +-
 17 files changed, 130 insertions(+), 30 deletions(-)
 create mode 100644 
engine/storage/src/test/java/org/apache/cloudstack/storage/image/db/TemplateDataStoreDaoImplTest.java

Reply via email to