This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard e9a2a228447 DO NOT MERGE
add 929cfbc3e26 Update to Debian 12 (#9627)
add 0692a296ce9 engine-orchestration: fix issue for empty product in vm
metadata (#9610)
add f9c4edc66fa SystemVM template changes - updated debian version & other
changes (#9625)
add 628aba618b5 add min details to search view (#9616)
add 882dea21c1f Update .asf.yaml (#9629)
add f2a1ee57cac Update en.json (#8958)
add 24dc3178a39 Testcases Added (#9116)
add a0e16c55dac updated install-non-oss with vmware v7.0 and v8.0 (#9205)
add 39152323e3b kvm: Present the UUID of the VM as serial through smbios
information (#9236)
add b78aede2b70 Updated listStoragePools response - added new managed
parameter (#9588)
add 21435590201 server: fix volume migration check for local volume attach
on a stopped (#9578)
add 1ca9a10912d VR: remove vpn user info when apply vpn users list (#9568)
add 0ba9a292d50 Add validation for secstorage.allowed.internal.sites
(#9567)
add e06f80e8991 storage: fix private templates are not copied to new image
store (#9206)
add 601e9b67ead Fix snapshot deletion on template creation failure (#9239)
add 537c0a1e8d2 linstor: set/unset allow-two-primaries and protocol on rc
level (#9560)
add a851ee375c1 Merge remote-tracking branch 'origin/4.18' into 4.19
add 60c9c9adb67 Merge remote-tracking branch 'origin/4.19'
add f9451fce3a3 Notify users when upgrades are available or restart is
required for network or VPC (#7610)
add bc393923515 Fix PR lint error caused by deps/install-non-oss.sh (#9631)
add b155e3d2090 Merge remote-tracking branch 'origin/main'
add 9c980e17f54 DO NOT MERGE
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 (e9a2a228447)
\
N -- N -- N refs/heads/healthcheck-main (9c980e17f54)
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:
.asf.yaml | 1 +
.../api/response/StoragePoolResponse.java | 12 ++++
.../java/com/cloud/serializer/GsonHelperTest.java | 81 ++++++++++++++++++++++
.../cloud/storage/template/OVAProcessorTest.java | 20 ++++++
deps/install-non-oss.sh | 41 +++++++++++
.../java/com/cloud/vm/VirtualMachineManager.java | 2 +-
.../com/cloud/vm/VirtualMachineManagerImpl.java | 2 +-
.../cloud/vm/VirtualMachineManagerImplTest.java | 12 ++++
.../storage/image/TemplateServiceImpl.java | 5 --
.../hypervisor/kvm/resource/LibvirtVMDef.java | 7 ++
plugins/storage/volume/linstor/CHANGELOG.md | 12 ++++
.../kvm/storage/LinstorStorageAdaptor.java | 57 ++++++++++-----
.../storage/datastore/util/LinstorUtil.java | 11 +--
.../api/query/dao/StoragePoolJoinDaoImpl.java | 13 ++++
.../configuration/ConfigurationManagerImpl.java | 14 ++++
.../com/cloud/storage/VolumeApiServiceImpl.java | 6 +-
.../apache/cloudstack/snapshot/SnapshotHelper.java | 22 +++---
.../com/cloud/user/PasswordPolicyImplTest.java | 18 +++++
.../SecondaryStorageManagerImpl.java | 5 ++
systemvm/debian/opt/cloud/bin/cs/CsFile.py | 1 -
systemvm/debian/opt/cloud/bin/cs_vpnusers.py | 2 -
systemvm/debian/opt/cloud/bin/setup/init.sh | 2 +
tools/appliance/build.sh | 2 +-
.../systemvmtemplate/scripts/configure_grub.sh | 2 +-
.../scripts/configure_systemvm_services.sh | 2 +-
.../template-base_aarch64-target_aarch64.json | 4 +-
.../template-base_x86_64-target_aarch64.json | 4 +-
.../template-base_x86_64-target_x86_64.json | 4 +-
ui/package.json | 1 +
ui/public/locales/en.json | 10 ++-
ui/src/components/header/HeaderNotice.vue | 8 ++-
ui/src/components/page/GlobalFooter.vue | 22 ++++++
ui/src/components/view/ListView.vue | 7 ++
ui/src/components/view/SearchView.vue | 14 +++-
ui/src/config/section/network.js | 4 +-
ui/src/store/getters.js | 1 +
ui/src/store/modules/user.js | 73 ++++++++++++++++++-
ui/src/store/mutation-types.js | 1 +
ui/src/utils/util.js | 10 +++
ui/src/views/setting/ConfigurationValue.vue | 2 +-
.../main/java/com/cloud/utils/net/NetUtils.java | 12 ++++
.../java/com/cloud/utils/net/NetUtilsTest.java | 11 +++
42 files changed, 479 insertions(+), 61 deletions(-)
create mode 100644 core/src/test/java/com/cloud/serializer/GsonHelperTest.java
create mode 100644 plugins/storage/volume/linstor/CHANGELOG.md