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 82f91066338 Remove powermock from kvm hypervisor plugin (#7818)
add a1af03f4133 noVNC: fix JP keyboard on vmware7+ which uses websocket
URL (#7694)
add fa58f59619c kvm: Added VNI Devices as normal bridge slave devs (#7836)
add b32ba953cff test: upgrade kubernetes versions to 1.25.0/1.26.0 (#7685)
add fdb23dae40f server: Use max secondary storage defined on the account
during upload (#7441)
add 1605b2f0dbd server: remove registered userdata when cleanup an account
(#7777)
new 7b64236469c Merge release branch 4.18 to main
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:
.../java/com/cloud/user/ResourceLimitService.java | 9 +
.../main/java/com/cloud/user/dao/UserDataDao.java | 2 +
.../java/com/cloud/user/dao/UserDataDaoImpl.java | 7 +
.../kvm/resource/LibvirtComputingResource.java | 3 +-
.../resourcelimit/ResourceLimitManagerImpl.java | 12 +
.../com/cloud/storage/VolumeApiServiceImpl.java | 18 +-
.../cloud/template/HypervisorTemplateAdapter.java | 16 +-
.../java/com/cloud/user/AccountManagerImpl.java | 7 +
.../consoleproxy/ConsoleAccessManagerImpl.java | 7 +-
.../com/cloud/user/AccountManagerImplTest.java | 1 +
.../com/cloud/user/AccountManagetImplTestBase.java | 3 +
.../cloud/vpc/MockResourceLimitManagerImpl.java | 5 +
systemvm/agent/noVNC/app/ui.js | 1 +
systemvm/agent/noVNC/core/rfb.js | 62 ++
.../noVNC/keymaps/generate-language-keymaps.py | 127 +++
systemvm/agent/noVNC/keymaps/keymap-ja | 995 +++++++++++++++++++++
systemvm/agent/noVNC/keymaps/keymap-ja-atset1.js | 102 +++
test/integration/smoke/test_kubernetes_clusters.py | 41 +-
.../smoke/test_kubernetes_supported_versions.py | 3 +-
tools/marvin/marvin/config/test_data.py | 15 +
20 files changed, 1398 insertions(+), 38 deletions(-)
create mode 100755 systemvm/agent/noVNC/keymaps/generate-language-keymaps.py
create mode 100644 systemvm/agent/noVNC/keymaps/keymap-ja
create mode 100644 systemvm/agent/noVNC/keymaps/keymap-ja-atset1.js