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 e817e04343a Fix typo keyparis -> keypairs in
InvalidParameterValueException (#9100)
add c6762f1a41d ui: fix projectrolepermissions listing with description
(#9091)
add daf6b9d1030 api,ui: vm template format, fix vm info link (#9094)
add 2d4d370be80 ui: support isdynamicallyscalable param for iso (#9092)
add 57e67afdf0d api,server: list autoscalevmgroups with keyword (#9046)
new acce88ff392 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/api/ApiConstants.java | 1 +
.../cloudstack/api/response/UserVmResponse.java | 12 ++++
.../META-INF/db/views/cloud.user_vm_view.sql | 1 +
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 1 +
.../java/com/cloud/api/query/vo/UserVmJoinVO.java | 8 +++
.../com/cloud/network/as/AutoScaleManagerImpl.java | 5 ++
.../cloud/api/query/dao/UserVmJoinDaoImplTest.java | 40 ++++++------
ui/src/components/view/InfoCard.vue | 2 +-
ui/src/config/section/image.js | 2 +-
ui/src/views/image/RegisterOrUploadIso.vue | 71 +++++++++++++---------
ui/src/views/image/UpdateISO.vue | 8 ++-
.../views/project/iam/ProjectRolePermissionTab.vue | 2 +-
12 files changed, 100 insertions(+), 53 deletions(-)