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 3300747ce2c Merge branch 'main' into healthcheck-main
 discard 886a10437b3 4.23/main Health Check, please don't merge this!
     add 86ae1fee7ff Standardize and auto add license headers for SQL files 
with pre-commit (#12071)
     add 4ed86a2627a pre-commit upgrade codespell; fix spelling; (#10144)
     add aa18188d305 pre-commit: auto add license headers for all YAML files 
(#12069)
     add 39126a43392 Standardize and auto add license headers for Shell files 
with pre-commit (#12070)
     add 6dc259c7dab Rename and standardize issue templates to `.yml` (#12082)
     add 8171d9568c9 Block use of internal and external snapshots on KVM 
(#11039)

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   (3300747ce2c)
            \
             N -- N -- N   refs/heads/healthcheck-main (8171d9568c9)

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:
 .../{feature_request.yaml => feature_request.yml}  |  0
 .github/linters/codespell.txt                      | 45 ++++----------------
 .pre-commit-config.yaml                            | 31 +++++++++++++-
 .../cloud/agent/properties/AgentProperties.java    |  4 +-
 api/src/main/java/com/cloud/storage/Storage.java   |  2 +-
 .../apache/cloudstack/backup/BackupProvider.java   |  4 ++
 .../apache/cloudstack/backup/BackupService.java    |  7 ++++
 .../java/com/cloud/storage/StorageManager.java     |  2 +-
 .../com/cloud/vm/snapshot/VMSnapshotManager.java   |  2 +-
 .../com/cloud/upgrade/dao/Upgrade41810to41900.java |  2 +-
 .../main/resources/META-INF/db/schema-307to410.sql |  2 +-
 .../storage/snapshot/DefaultSnapshotStrategy.java  |  6 +++
 .../vmsnapshot/DefaultVMSnapshotStrategy.java      | 48 +++++++++++++++++++---
 .../vmsnapshot/VMSnapshotStrategyKVMTest.java      | 12 ++++++
 .../storage/vmsnapshot/VMSnapshotStrategyTest.java | 23 +++++++++++
 .../cloudstack/backup/NASBackupProvider.java       | 12 ++++++
 .../cloudstack/backup/NASBackupProviderTest.java   |  4 ++
 ...OT.virtualization.v2.Msvm_EthernetSwitchPort.cs |  4 +-
 ....virtualization.v2.Msvm_ExternalEthernetPort.cs |  7 ++--
 plugins/hypervisors/hyperv/buildagent.sh           | 30 +++++++-------
 .../ovm3/src/test/resources/scripts/socat.sh       | 30 +++++++-------
 .../ovm3/src/test/resources/scripts/tail.sh        | 30 +++++++-------
 .../hypervisor/vmware/resource/VmwareResource.java |  4 +-
 .../storage/resource/VmwareStorageProcessor.java   | 18 ++++----
 .../xenserver/resource/CitrixResourceBase.java     |  4 +-
 .../resource/Xenserver625StorageProcessor.java     |  4 +-
 scripts/vm/hypervisor/kvm/nasbackup.sh             | 33 +++++++--------
 scripts/vm/hypervisor/kvm/nsrkvmbackup.sh          | 33 +++++++--------
 scripts/vm/hypervisor/kvm/nsrkvmrestore.sh         | 33 +++++++--------
 .../configuration/ConfigurationManagerImpl.java    |  2 +-
 .../consoleproxy/ConsoleProxyManagerImpl.java      |  4 +-
 .../com/cloud/hypervisor/HypervisorGuruBase.java   |  2 +-
 .../ExternalLoadBalancerDeviceManagerImpl.java     |  2 +-
 .../com/cloud/network/rules/RulesManagerImpl.java  |  2 +-
 .../cloud/storage/StoragePoolAutomationImpl.java   |  2 +-
 .../direct/download/DirectDownloadManagerImpl.java |  2 +-
 .../consoleproxy/ConsoleProxyThumbnailHandler.java |  2 +-
 systemvm/debian/opt/cloud/bin/baremetal_snat.sh    | 28 ++++++-------
 systemvm/debian/opt/cloud/bin/dnsmasq.sh           |  2 +
 systemvm/debian/opt/cloud/bin/loadbalancer.sh      |  4 +-
 systemvm/debian/opt/cloud/bin/prepare_pxe.sh       |  5 +--
 .../component/test_base_image_updation.py          |  2 +-
 test/integration/component/test_egress_rules.py    |  4 +-
 .../component/test_escalations_ipaddresses.py      |  4 +-
 test/integration/component/test_stopped_vm.py      |  2 +-
 .../plugins/storpool/MigrateVolumeToStorPool.py    |  2 +-
 .../plugins/storpool/TestEncryptedVolumes.py       |  2 +-
 .../plugins/storpool/TestStorPoolVolumes.py        |  2 +-
 .../plugins/storpool/TestTagsOnStorPool.py         |  2 +-
 .../plugins/storpool/TestVmSnapshots.py            |  2 +-
 test/integration/smoke/test_vm_snapshots.py        |  2 +-
 test/integration/smoke/test_volumes.py             |  2 +-
 .../testpaths/testpath_storage_migration.py        |  8 ++--
 test/scripts/deploycluster.sh                      |  2 +-
 tools/devcloud4/common/configure-network.sh        | 34 +++++++--------
 tools/docker/docker-compose.yml                    |  4 +-
 tools/marvin/marvin/misc/build/configure.py        |  2 +-
 tools/ngui/precache.py                             |  2 +-
 .../java/com/cloud/utils/rest/BasicRestClient.java |  2 +-
 .../cloud/hypervisor/vmware/mo/DatastoreMO.java    |  2 +-
 60 files changed, 344 insertions(+), 231 deletions(-)
 rename .github/ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} 
(100%)

Reply via email to