This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch cleanupCapacityManager
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard fc5be41ba60 address warnings in capacity manager
     add 78f9e6584b9 UI(vue) + extras: fix bugs/spelling and standardize 
(#12073)
     add f417c6b0a1d yamllint use `extends: default` (#12066)
     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 bd7bc6a9003 address warnings in capacity manager

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   (fc5be41ba60)
            \
             N -- N -- N   refs/heads/cleanupCapacityManager (bd7bc6a9003)

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 +-
 .github/linters/.yamllint.yml                      |   3 +-
 .github/linters/codespell.txt                      |   2 -
 .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 ++-
 .../HypervResource/CloudStackTypes.cs              |   2 +-
 .../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 ++++++++++--
 .../java/com/cloud/api/ApiResponseHelperTest.java  |   4 +-
 .../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 +-
 .../integration/component/test_netscaler_nw_off.py |   6 +-
 .../component/test_vpc_vm_life_cycle.py            |   2 +-
 tools/docker/docker-compose.yml                    |   2 +-
 ui/public/locales/en.json                          |   4 +
 ui/src/components/view/DedicateDomain.vue          |   2 +-
 ui/src/components/view/DeployVMFromBackup.vue      |  16 +-
 ui/src/components/view/ResourceCountUsage.vue      |  10 +-
 ui/src/components/view/ResourceLimitTab.vue        |  10 +-
 ui/src/components/view/TestWebhookDeliveryView.vue |  12 +-
 ui/src/views/compute/AttachIso.vue                 |   4 +-
 ui/src/views/compute/CreateAutoScaleVmGroup.vue    |  12 +-
 ui/src/views/compute/DeployVM.vue                  |  16 +-
 ui/src/views/compute/DeployVnfAppliance.vue        |  16 +-
 ui/src/views/compute/EditVM.vue                    |   4 +-
 .../views/compute/wizard/OsBasedImageSelection.vue |   4 +-
 ui/src/views/extension/CreateExtension.vue         |   6 +-
 ui/src/views/extension/UpdateCustomAction.vue      |   4 +-
 ui/src/views/iam/CreateRole.vue                    |   2 +-
 ui/src/views/iam/EditAccount.vue                   |   6 +-
 ui/src/views/iam/ImportRole.vue                    |   2 +-
 ui/src/views/infra/Resources.vue                   |  10 +-
 ui/src/views/infra/network/IpRangesTabPublic.vue   |  26 +-
 ui/src/views/infra/routers/RouterHealthCheck.vue   |   4 +-
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   |   2 +-
 .../infra/zone/ZoneWizardRegisterTemplate.vue      |   2 +-
 ui/src/views/network/NicsTab.vue                   |  65 +--
 ui/src/views/network/VpnDetails.vue                | 250 +++++-----
 ui/src/views/offering/AddComputeOffering.vue       |   6 +-
 ui/src/views/project/iam/ProjectRoleTab.vue        |   2 +-
 .../storage/ChangeSharedFSServiceOffering.vue      |   2 +-
 69 files changed, 2718 insertions(+), 1039 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