This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from cd557969727 webhook: fixes, filter enhancement (#12023)
add 7a11bd2f987 CKS: Fix issue with scaling down CKS Nodes when deployed
in HA mode (#12302)
add 7ff76cb2d7b Protect upgrades from failures (#12319)
add 5cb279b6f10 ui: fix test delivery params in create webhook form
(#12318)
add 10dcbd76f0f linstor: Provide /dev/drbd/by-res/ resource paths to
CloudStack (#12300)
add 4f749378551 Event typo fix (#12350)
add 77cb0827d35 Refactor XML parsing to use safer document builders in
multiple classes (#12129)
add ca64406a880 replace momentjs with dayjs and use watch instead of
update (#12351)
add 959c5fff688 Merge branch '4.20' into 4.22
add 4628385051c Merge branch '4.22'
No new revisions were added by this update.
Summary of changes:
.../api/storage/ObjectInDataStoreStateMachine.java | 6 +-
..._index.sql => cloud.idempotent_drop_column.sql} | 11 ++--
.../resources/META-INF/db/schema-42010to42100.sql | 8 +--
.../cache/manager/StorageCacheManagerImpl.java | 2 +-
.../storage/motion/AncientDataMotionStrategy.java | 4 +-
.../motion/StorageSystemDataMotionStrategy.java | 12 ++--
.../storage/image/SecondaryStorageServiceImpl.java | 4 +-
.../storage/image/TemplateServiceImpl.java | 14 ++---
.../cloudstack/storage/test/SnapshotTest.java | 2 +-
.../apache/cloudstack/storage/test/VolumeTest.java | 2 +-
.../cloudstack/storage/test/VolumeTestVmware.java | 2 +-
.../storage/snapshot/DefaultSnapshotStrategy.java | 2 +-
.../storage/snapshot/SnapshotServiceImpl.java | 12 ++--
.../storage/datastore/DataObjectManagerImpl.java | 8 +--
.../datastore/ObjectInDataStoreManagerImpl.java | 16 ++----
.../cloudstack/storage/volume/VolumeObject.java | 2 +-
.../storage/volume/VolumeServiceImpl.java | 48 ++++++++--------
.../storage/volume/VolumeObjectTest.java | 4 +-
.../LibvirtMigrateVolumeCommandWrapper.java | 5 +-
.../KubernetesClusterScaleWorker.java | 24 ++++++--
.../KubernetesClusterScaleWorkerTest.java | 66 +++++++++++++++++++++-
plugins/storage/volume/linstor/CHANGELOG.md | 17 ++----
.../kvm/storage/LinstorStorageAdaptor.java | 7 ++-
.../storage/datastore/util/LinstorUtil.java | 35 ++++++++++--
.../storage/motion/StorPoolDataMotionStrategy.java | 4 +-
.../storage/snapshot/StorPoolSnapshotStrategy.java | 4 +-
.../main/java/com/cloud/test/DatabaseConfig.java | 2 +-
ui/src/components/view/DateTimeFilter.vue | 43 +++++++-------
ui/src/components/view/TestWebhookDeliveryView.vue | 2 +-
ui/src/views/tools/CreateWebhook.vue | 2 +-
.../com/cloud/utils/cisco/n1kv/vsm/VsmCommand.java | 23 ++++----
31 files changed, 242 insertions(+), 151 deletions(-)
copy
engine/schema/src/main/resources/META-INF/db/procedures/{cloud.idempotent_drop_index.sql
=> cloud.idempotent_drop_column.sql} (70%)