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 953369a67b5 4.23/main Health Check, please don't merge this!
     add e47d7bc6ff1 [CI] Dependabot: add a cooldown period for new releases 
(#12384)
     add fd1c67f4739 Standardize and auto add license headers to properties 
files (#12231)
     add bc76f2042d7 Change migration volume exception messages (#12367)
     add 1ef63657716 Change internal ID to UUID in user disable event (#11824)
     add 1b861dad48f Cleanup: Standardize logger message formatting in 
ApiServer.java (#11188)
     add bc3d7c314bb Change the `value` parameter of the `updateConfiguration` 
API to be required (#10790)
     add 9a38e75abdf Fix Linstor shrink qcow2 volumes (#12387)
     add c91e84c6d8b Avoid double counting primary storage allocated capacity 
for storage pools having a parent (#12181)
     add ef1aaa0551d kvm: allow skip forcing disk controller (#11750)
     add e25cf437c05 Merge branch '4.20' into 4.22
     add 28112175785 Merge branch '4.22'
     add 2358632253a Fixed User type accounts being able to change resource 
limits of their own domain and account (#12046)
     add b8813c7b243 UI: Add info for 'Use primary storage replication' in 
snapshot view(s) (#11943)
     add 04875f15177 Improve logs for VM migrations (#12332)
     add 2399edd3807 [UI] Fix for the login url with nested redirect parameters 
(#12356)
     add db1c7d678cc Updated protobuf version to 3.25.5, and protobuf & jackson 
maven dependencies (#12389)
     add 0e6d2d986b7 ui: prevent calling listConfigurations when not allowed 
(#11704)
     add c7cfeb5caa1 fix location constraint ceph error (#12285)
     add 2b373a46595 [UI] Fix primary storage details display when the uuid has 
divergent pattern (#12307)
     add 8dcfc7c7678 Linstor fix host picking (#12047)
     add 8627c60b951 ui: option to migrate vm with volumes to same pool (#11703)
     add 031fbf43d4f Merge remote-tracking branch 'apache/4.20' into 4.22
     add 538578366a7 Merge remote-tracking branch 'apache/4.22'
     add abe7e3a1ce7 4.23/main 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   (953369a67b5)
            \
             N -- N -- N   refs/heads/healthcheck-main (abe7e3a1ce7)

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:
 .github/dependabot.yml                             |   2 +
 .pre-commit-config.yaml                            |  10 ++
 .../main/java/com/cloud/vm/VmDetailConstants.java  |   3 +
 .../api/command/admin/user/DisableUserCmd.java     |   4 +-
 .../api/command/user/snapshot/CopySnapshotCmd.java |   6 +-
 .../command/user/snapshot/CreateSnapshotCmd.java   |   5 +-
 .../user/snapshot/CreateSnapshotPolicyCmd.java     |   6 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  29 ++++--
 .../com/cloud/capacity/dao/CapacityDaoImpl.java    |  11 +++
 plugins/hypervisors/kvm/pom.xml                    |  25 +++++
 .../kvm/resource/LibvirtComputingResource.java     |  49 ++++++++--
 .../wrapper/LibvirtMigrateCommandWrapper.java      |   9 +-
 .../LibvirtPrepareForMigrationCommandWrapper.java  |   4 +
 .../kvm/resource/LibvirtComputingResourceTest.java |  68 +++++++++++++-
 plugins/hypervisors/ovm3/sonar-project.properties  |  28 +++---
 .../ovm3/src/test/resources/log4j.properties       |  28 +++---
 .../globodns/src/test/resources/log4j.properties   |  26 +++---
 .../driver/CephObjectStoreDriverImpl.java          |   2 +-
 .../driver/LinstorPrimaryDataStoreDriverImpl.java  | 101 +++++++++++----------
 pom.xml                                            |  12 +++
 server/src/main/java/com/cloud/api/ApiServer.java  |  16 ++--
 .../java/com/cloud/api/query/QueryManagerImpl.java |   1 +
 .../configuration/ConfigurationManagerImpl.java    |   8 +-
 .../resourcelimit/ResourceLimitManagerImpl.java    |   5 +
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  11 ++-
 .../cloud/storage/snapshot/SnapshotManager.java    |   4 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |   2 +
 .../ResourceLimitManagerImplTest.java              |   1 +
 systemvm/agent/conf/environment.properties         |  17 ++++
 ui/public/locales/en.json                          |   2 +
 ui/src/components/view/InfoCard.vue                |   2 +-
 .../InstanceVolumesStoragePoolSelectListView.vue   |  12 ++-
 ui/src/components/view/ListView.vue                |  19 +---
 .../view/VolumeStoragePoolSelectForm.vue           |  16 +++-
 ui/src/components/view/VolumesTab.vue              |   2 +-
 ui/src/components/widgets/Breadcrumb.vue           |   2 +-
 ui/src/config/router.js                            |   4 +-
 ui/src/store/modules/user.js                       |  19 ++--
 ui/src/utils/request.js                            |   2 +-
 ui/src/views/compute/MigrateWizard.vue             |  60 ++++++++++--
 ui/src/views/image/IsoZones.vue                    |   2 +-
 ui/src/views/image/TemplateZones.vue               |   2 +-
 ui/src/views/storage/FormSchedule.vue              |   8 +-
 ui/src/views/storage/SnapshotZones.vue             |   9 +-
 ui/src/views/storage/TakeSnapshot.vue              |  10 +-
 ui/tests/unit/views/compute/MigrateWizard.spec.js  |  52 +++++------
 utils/pom.xml                                      |   5 +
 47 files changed, 511 insertions(+), 210 deletions(-)

Reply via email to