This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
discard 709ab81 healthcheck hack, please don't merge this
add e3b0c08 simplify code using optional chaining in multiple config
files (#5764)
add 7cb4604 simplify code using object shorthand in multiple files (#5766)
add b63498d server: Fix a typo (#5761)
add d8d5665 api: Allow users to list VMs by Backup Offering Id (#5679)
add 7791b3c ui: simplify code using optional chaining in the zone view
(#5626)
add d0721c5 ui: Change permission to access console proxy button (#5625)
add 49b2dfc ui: simplify code using optional chaining in
ZoneWizardLaunchZone view (#5619)
add ae62e1d fixes cannot add new port forwarding rules after auto select
VM next time (#5690)
add 9a5a073 ui: Fix configure Sticky policy form (#5814)
add 6728b69 kvm: don't always force scsi controller for aarch64 VMs
(#5802)
add d13057a ui: show tags only for supported resources (#5798)
add 6208976 Fix UI issue 5777 Root disk size is not shown as 'Disk Size'
on VM deployment. (#5796)
add dcdcd09 Randomize managed volume copy host (#5789)
add c0ddda3 [VMware] Fix service offerings listing on appliances
deployment options (#5752)
add 9798fa0 kvm: support qemu-system-x86>=5.2 (#5755)
add 8952cd5 kvm: add hosts using cloudstack ssh private key (ccc21
hackathon) (#5684)
add 5eccbc9 ui: Add footer text option for login screen (#5628)
add eb04a46 ui: Add clear all notification button (#5549)
add d7a9873 ui: fix add network offering for vpc (#5809)
add 10bda85 ui: auto-prefill edit tariff label (#5714)
add 4ba2ad5 test: fix component test test_configdrive.py (#5528)
add c84198d Merge remote-tracking branch 'origin/4.16'
add 204fd5c merge: fix forward merge import issue
add 44f6730 ui: Allow users to list VMs by Backup Offering Id in UI
(#5818)
add fc49f5d simplify code using object shorthand in project view (#5820)
add 11e59b3 Revert "README: again that time of the year! :christmas_tree:
(#5792)"
add 5f93bc8 assume a property is one when it isn't a number (#5647)
add bf3d133 Merge remote-tracking branch 'origin/4.16'
add 610b2d0 simplify code using optional chaining in compute views (#5635)
add 4392cc4 ui: refactoring $notification according to the old version
(#5819)
add e06a66b ldap: truststore per domain (#5816)
add 2bd1dc1 Enable resetting config values to default value (#4230)
add f071873 UI: Fix new UI missing 4 parameters when adding a BareMetal
host (#5812)
add 30ae9ee Merge branch '4.16' into main
add 2b9014f healthcheck hack, 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 (709ab81)
\
N -- N -- N refs/heads/healthcheck-main (2b9014f)
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:
README.md | 2 +-
.../cloud/configuration/ConfigurationService.java | 10 +
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../config/{UpdateCfgCmd.java => ResetCfgCmd.java} | 96 ++--
.../cloudstack/api/command/user/vm/ListVMsCmd.java | 8 +
.../com/cloud/storage/template/OVAProcessor.java | 12 +-
debian/control | 2 +-
.../java/com/cloud/dc/ClusterDetailsDaoImpl.java | 28 +-
.../kvm/resource/LibvirtComputingResource.java | 10 +-
.../kvm/resource/LibvirtComputingResourceTest.java | 2 +-
.../driver/ScaleIOPrimaryDataStoreDriver.java | 4 +-
.../cloudstack/api/command/LDAPConfigCmd.java | 2 +-
.../apache/cloudstack/ldap/LdapConfiguration.java | 14 +-
.../apache/cloudstack/ldap/LdapContextFactory.java | 10 +-
.../cloudstack/ldap/LdapContextFactorySpec.groovy | 6 +-
.../cloudstack/ldap/LdapConfigurationTest.java | 4 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 14 +-
.../java/com/cloud/api/query/vo/UserVmJoinVO.java | 4 +
.../configuration/ConfigurationManagerImpl.java | 206 ++++++++-
.../kvm/discoverer/LibvirtServerDiscoverer.java | 14 +-
.../com/cloud/resource/ResourceManagerImpl.java | 32 +-
.../com/cloud/server/ManagementServerImpl.java | 2 +
.../java/com/cloud/storage/StorageManagerImpl.java | 1 +
.../cloud/resource/ResourceManagerImplTest.java | 26 +-
.../cloud/vpc/MockConfigurationManagerImpl.java | 7 +
test/integration/component/test_configdrive.py | 15 +-
.../smoke/test_reset_configuration_settings.py | 367 ++++++++++++++++
tools/marvin/marvin/lib/base.py | 20 +
ui/public/config.json | 1 +
ui/public/locales/en.json | 6 +
ui/src/components/CheckBoxSelectPair.vue | 38 +-
ui/src/components/header/UserMenu.vue | 13 +-
ui/src/components/page/GlobalLayout.vue | 20 +-
ui/src/components/view/InfoCard.vue | 18 +-
ui/src/components/view/ListView.vue | 23 +
ui/src/components/view/SettingsTab.vue | 28 ++
ui/src/components/widgets/Console.vue | 2 +-
ui/src/config/section/infra/clusters.js | 12 +-
ui/src/config/section/infra/hosts.js | 15 +-
ui/src/config/section/infra/zones.js | 12 +-
ui/src/config/section/offering.js | 5 +
ui/src/core/lazy_lib/components_use.js | 1 -
ui/src/layouts/UserLayout.vue | 45 +-
ui/src/permission.js | 11 +-
ui/src/store/getters.js | 3 +-
ui/src/store/modules/user.js | 6 +-
ui/src/style/dark-mode.less | 4 +
ui/src/style/vars.less | 7 +
ui/src/utils/plugins.js | 88 +++-
ui/src/utils/request.js | 57 ++-
ui/src/views/compute/CreateSSHKeyPair.vue | 2 +-
ui/src/views/compute/DeployVM.vue | 7 +-
ui/src/views/compute/KubernetesServiceTab.vue | 2 +-
ui/src/views/compute/MigrateWizard.vue | 2 +-
.../compute/wizard/ComputeOfferingSelection.vue | 4 +-
ui/src/views/infra/HostAdd.vue | 486 +++++++++++++--------
ui/src/views/infra/network/EditTrafficLabel.vue | 4 +-
ui/src/views/infra/zone/ZoneWizardAddResources.vue | 14 +-
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue | 142 +++---
.../infra/zone/ZoneWizardNetworkSetupStep.vue | 8 +-
.../zone/ZoneWizardPhysicalNetworkSetupStep.vue | 5 +-
.../views/infra/zone/ZoneWizardZoneDetailsStep.vue | 42 +-
ui/src/views/network/CreateVpc.vue | 4 +-
ui/src/views/network/LoadBalancing.vue | 7 +-
ui/src/views/network/PortForwarding.vue | 3 +-
ui/src/views/offering/AddNetworkOffering.vue | 114 +++--
ui/src/views/offering/AddVpcOffering.vue | 2 -
ui/src/views/project/AccountsTab.vue | 2 +-
ui/src/views/project/InvitationTokenTemplate.vue | 6 +-
ui/src/views/project/InvitationsTemplate.vue | 10 +-
ui/src/views/storage/RestoreAttachBackupVolume.vue | 2 +-
ui/src/views/storage/TakeSnapshot.vue | 2 +-
ui/tests/unit/views/AutogenView.spec.js | 19 +-
ui/tests/unit/views/compute/MigrateWizard.spec.js | 13 +-
.../java/com/cloud/utils/ssh/SSHCmdHelper.java | 27 +-
75 files changed, 1691 insertions(+), 572 deletions(-)
copy
api/src/main/java/org/apache/cloudstack/api/command/admin/config/{UpdateCfgCmd.java
=> ResetCfgCmd.java} (65%)
create mode 100644 test/integration/smoke/test_reset_configuration_settings.py