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

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


    from 02305fbc5f4 Merge remote-tracking branch 'apache/4.19'
     add b8f8321f0f9 Allow listing of inactive offerings (#8821)
     add c25264bada3 UI Fixes: allow filtering on alertype in UI & add events 
tab (#8630)
     new 55b28d645fb Merge remote-tracking branch 'apache/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:
 .../org/apache/cloudstack/alert/AlertService.java  |   4 +
 .../admin/acl/project/CreateProjectRoleCmd.java    |  10 ++
 .../project/CreateProjectRolePermissionCmd.java    |  11 ++
 .../admin/acl/project/DeleteProjectRoleCmd.java    |  11 ++
 .../project/DeleteProjectRolePermissionCmd.java    |  11 ++
 .../admin/acl/project/UpdateProjectRoleCmd.java    |  11 ++
 .../project/UpdateProjectRolePermissionCmd.java    |  11 ++
 .../admin/offering/UpdateDiskOfferingCmd.java      |  12 ++
 .../admin/offering/UpdateServiceOfferingCmd.java   |  15 +++
 .../ChangeOutOfBandManagementPasswordCmd.java      |  11 ++
 .../ConfigureOutOfBandManagementCmd.java           |  11 ++
 .../DisableOutOfBandManagementForClusterCmd.java   |  11 ++
 .../DisableOutOfBandManagementForHostCmd.java      |  11 ++
 .../DisableOutOfBandManagementForZoneCmd.java      |  11 ++
 .../EnableOutOfBandManagementForClusterCmd.java    |  11 ++
 .../EnableOutOfBandManagementForHostCmd.java       |  11 ++
 .../EnableOutOfBandManagementForZoneCmd.java       |  11 ++
 .../IssueOutOfBandManagementPowerActionCmd.java    |   5 +
 .../resource/ListAlertTypesCmd.java}               |  37 +++---
 .../user/offering/ListDiskOfferingsCmd.java        |  22 ++++
 .../user/offering/ListServiceOfferingsCmd.java     |  23 +++-
 .../user/vmsnapshot/CreateVMSnapshotCmd.java       |   6 +
 ...ategoryResponse.java => AlertTypeResponse.java} |  36 +++---
 .../api/response/DiskOfferingResponse.java         |  12 ++
 .../api/response/ServiceOfferingResponse.java      |  12 ++
 .../META-INF/db/views/cloud.disk_offering_view.sql |   2 -
 .../db/views/cloud.service_offering_view.sql       |   5 +-
 .../java/com/cloud/api/query/QueryManagerImpl.java |  91 +++++++------
 .../api/query/dao/DiskOfferingJoinDaoImpl.java     |   1 +
 .../api/query/dao/ServiceOfferingJoinDaoImpl.java  |   1 +
 .../cloud/api/query/vo/ServiceOfferingJoinVO.java  |  11 ++
 .../configuration/ConfigurationManagerImpl.java    |  23 +++-
 .../com/cloud/server/ManagementServerImpl.java     |   2 +
 .../configuration/ConfigurationManagerTest.java    |  16 ++-
 ui/public/locales/en.json                          |  19 ++-
 ui/src/components/view/SearchView.vue              |  44 ++++++-
 ui/src/config/section/compute.js                   |  18 +++
 ui/src/config/section/infra.js                     |   1 +
 ui/src/config/section/infra/hosts.js               |   5 +
 ui/src/config/section/infra/ilbvms.js              |  11 ++
 ui/src/config/section/network.js                   |  11 ++
 ui/src/config/section/offering.js                  | 141 +++++++++++++++++++--
 ui/src/config/section/role.js                      |   7 +
 ui/src/config/section/user.js                      |   2 +-
 ui/src/views/AutogenView.vue                       |   9 +-
 ui/src/views/network/PublicIpResource.vue          |   6 +
 46 files changed, 649 insertions(+), 114 deletions(-)
 copy 
api/src/main/java/org/apache/cloudstack/api/command/{user/event/ListEventTypesCmd.java
 => admin/resource/ListAlertTypesCmd.java} (57%)
 copy 
api/src/main/java/org/apache/cloudstack/api/response/{GuestOSCategoryResponse.java
 => AlertTypeResponse.java} (70%)

Reply via email to