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 0b58185d922 4.23/main Health Check, please don't merge this!
     add 1919dcfb7ce pre-commit trailing-whitespace cleanup LICENSE/NOTICE 
(#12242)
     add f570e168364 .github: initial version of Code Owners (#12253)
     add 39d0d62fddd api,server: normalize string empty value on config update 
(#11770)
     add da1c7cebf94 server: trim autoscale Windows VM hostname (#11327)
     add 12f43219528 Changes error message when using invalid `endpoint.url` 
(#8603)
     add 223fc2512ce Enhance NFS mount option check for empty response (#11839)
     add 0a13fb27f58 Prevent scaling of cluster if count / resources exceed 
account resource limits (#12167)
     add 951649c420a Support iprange while creating remote access vpn (#12063)
     add ba52db9b3e9 ui: allow macaddress input for add nic to vm (#12145)
     add 43483869705 Optimize drs plan generation (#12014)
     add 79ebf6959e1 refactor storapool automation (#11789)
     add e1c48c3adca server,ui: prevent role change for default accounts 
(#11761)
     add 494c56a499f check for active MSses before starting DB upgrade (#12140)
     add 67217d4d2ea UI: Option to choose the isolation method when creating 
the public IP range (#12000)
     add 7aba434dc42 merge forward 4.20 to 4.22 LTS
     add f06ac512fa9 merge forward 4.22 to main
     add 87b474f8984 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   (0b58185d922)
            \
             N -- N -- N   refs/heads/healthcheck-main (87b474f8984)

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:
 .../CODEOWNERS                                     |   9 +-
 .pre-commit-config.yaml                            |   2 +-
 LICENSE                                            | 242 +++++-----
 NOTICE                                             |  52 +--
 .../java/com/cloud/server/ManagementService.java   |  16 +
 .../api/command/admin/config/UpdateCfgCmd.java     |  12 +-
 .../network/CreateManagementNetworkIpRangeCmd.java |   3 +-
 .../command/admin/vlan/CreateVlanIpRangeCmd.java   |   3 +-
 .../cloudstack/cluster/ClusterDrsAlgorithm.java    | 198 ++++----
 .../cloudstack/config/ApiServiceConfiguration.java |  19 +
 .../api/command/admin/config/UpdateCfgCmdTest.java |  81 ++++
 .../config/ApiServiceConfigurationTest.java        |  95 ++++
 .../com/cloud/upgrade/DatabaseUpgradeChecker.java  | 111 ++++-
 .../DatabaseUpgradeCheckerDoUpgradesTest.java      | 173 +++++++
 .../cloud/upgrade/DatabaseUpgradeCheckerTest.java  |  92 +++-
 .../org/apache/cloudstack/cluster/Balanced.java    |  25 +-
 .../apache/cloudstack/cluster/BalancedTest.java    |  61 ++-
 .../org/apache/cloudstack/cluster/Condensed.java   |  26 +-
 .../apache/cloudstack/cluster/CondensedTest.java   |  61 ++-
 .../cluster/KubernetesClusterManagerImpl.java      |  69 ++-
 .../KubernetesClusterActionWorker.java             |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |  19 +-
 .../com/cloud/network/as/AutoScaleManager.java     |   5 +-
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  51 ++-
 .../network/lb/LoadBalancingRulesManagerImpl.java  |   8 +-
 .../com/cloud/server/ManagementServerImpl.java     | 133 +++++-
 .../cloud/storage/StoragePoolAutomationImpl.java   | 505 ++++++++++----------
 .../java/com/cloud/user/AccountManagerImpl.java    |   6 +
 .../cloudstack/cluster/ClusterDrsServiceImpl.java  | 288 ++++++++++--
 .../ConfigurationManagerImplTest.java              |  38 ++
 .../cloud/network/as/AutoScaleManagerImplTest.java |  74 ++-
 .../com/cloud/server/ManagementServerImplTest.java | 234 +++++-----
 .../com/cloud/user/AccountManagerImplTest.java     |  16 +
 .../cluster/ClusterDrsServiceImplTest.java         | 506 ++++++++++++++++++++-
 .../maint/test_primary_storage_nfsmountopts_kvm.py |   2 +-
 ui/public/locales/en.json                          |   4 +
 ui/src/views/iam/EditAccount.vue                   |   6 +-
 ui/src/views/infra/network/IpRangesTabPublic.vue   |  26 +-
 ui/src/views/network/NicsTab.vue                   |  65 +--
 ui/src/views/network/VpnDetails.vue                | 250 +++++-----
 40 files changed, 2634 insertions(+), 954 deletions(-)
 copy debian/cloudstack-marvin.postinst => .github/CODEOWNERS (84%)
 mode change 100755 => 100644
 create mode 100644 
api/src/test/java/org/apache/cloudstack/api/command/admin/config/UpdateCfgCmdTest.java
 create mode 100644 
api/src/test/java/org/apache/cloudstack/config/ApiServiceConfigurationTest.java
 create mode 100644 
engine/schema/src/test/java/com/cloud/upgrade/DatabaseUpgradeCheckerDoUpgradesTest.java

Reply via email to