This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from e32d08e50e1 Create new generic method for resource UUID obtention in
event's descriptions (#12502)
add b869913529e noVNC: support Spanish Latin American keyboard on VMware
(#12484)
add ce42ce54c2d Fix template details deletion while updating template from
UI (#12559)
add 9ae696d1c82 Preserve VM settings on Instance Snapshot revert for
Custom Service Offering (#12555)
add 349eea501ab Mvn updates (#12575)
add 3d7d412d5be UI: Add comprehensive domain deletion confirmation dialog
(Feature Request #11497) (#12380)
add cd6a8f61ca5 Merge branch '4.20' into 4.22
new e929f2024ad Merge branch '4.22'
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:
.../cloudstack/api/BaseUpdateTemplateOrIsoCmd.java | 4 +-
.../api/command/user/vm/BaseDeployVMCmd.java | 2 +-
.../cloudstack/api/response/UserVmResponse.java | 12 ++
.../com/cloud/storage/dao/VMTemplateDaoImpl.java | 4 +-
pom.xml | 8 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 8 ++
.../com/cloud/template/TemplateManagerImpl.java | 5 +-
.../src/main/java/com/cloud/vm/UserVmManager.java | 9 ++
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 119 ++++++++--------
.../cloud/vm/snapshot/VMSnapshotManagerImpl.java | 23 +--
.../cloud/api/query/dao/UserVmJoinDaoImplTest.java | 4 +
.../cloud/vm/snapshot/VMSnapshotManagerTest.java | 42 ++++--
systemvm/agent/noVNC/core/rfb.js | 124 +++++++++++++----
.../noVNC/keymaps/generate-language-keymaps.py | 7 +-
.../agent/noVNC/keymaps/keymap-es-latam-atset1.js | 131 +++++++++++++++++
tools/checkstyle/src/main/resources/cloud-pmd.xml | 53 ++++---
ui/public/config.json | 3 +-
ui/public/locales/en.json | 6 +
ui/src/components/view/DetailSettings.vue | 21 ++-
ui/src/components/view/DomainDeleteConfirm.vue | 155 +++++++++++++++++++++
ui/src/views/iam/DomainView.vue | 56 +++++++-
ui/src/views/image/UpdateTemplate.vue | 45 ++++--
23 files changed, 670 insertions(+), 173 deletions(-)
create mode 100644 systemvm/agent/noVNC/keymaps/keymap-es-latam-atset1.js
create mode 100644 ui/src/components/view/DomainDeleteConfirm.vue