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

sureshanaparti pushed a change to branch healthcheck-4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 86ac7a13d09 4.22 Health Check, please don't merge this!
     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
     add 53c98c33e60 ui build fixes (after merge)
     add eae4f21897f 4.22 Health Check, please don't merge this!

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (86ac7a13d09)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (eae4f21897f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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  |  29 +++-
 .../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              |  47 +++++--
 23 files changed, 638 insertions(+), 117 deletions(-)
 create mode 100644 systemvm/agent/noVNC/keymaps/keymap-es-latam-atset1.js
 create mode 100644 ui/src/components/view/DomainDeleteConfirm.vue

Reply via email to