This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch dedicate-backup-offering-to-domain
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 79ff42b0592 Add tests and UI support and update response params
new 21bc89e0727 Add tests and UI support and update response params
add b8ec941ec12 uefi property typo (#11929)
add 9c0efb70723 DB setup: support db schema creation (with --schema-only)
without force recreate option (#12004)
add 2dd1e6d786f Enable UEFI on KVM hosts (by default), and configure with
some default settings (#11740)
add 8230f04a790 CKS: update cloud.kubernetes.cluster.network.offering to
dynamic (#11847)
add c5c3cc40c1e consider Instance in Starting state for
listPodsByUserConcentration (#11845)
add 2954e969475 Veeam: get templateId from vm instance if vm is created
from ISO (#10705)
add d26122bf22b Veeam: use pre-defined object mapper (#10715)
add 50fe265017c Merge remote-tracking branch 'apache/4.20' into 4.22
add 15439ede7d4 UI: Update and reset domain level configuration (#11571)
add 671d8ad704b Track volume usage data at a vm granularity as well
(#11531)
add e90e31d3861 add isPerson check to query for AD (#11843)
add 21d844ba1c2 ui: fix zone options for image instance deploy button
(#12060)
add dba889ea3ef UI: fix list of zones if zone has icon (#12083)
add 9ec8cc4186f api,server,ui: improve listing public ip for associate
(#11591)
add e33f4754f53 Fix DB upgrade script for 4.22 (#12111)
add 81787b310ee fix API Request Parameters Logged Credential Masking in
ApiServer (#12020)
add f0a0936675c server: fix volume offering not updated after offering
change (#12003)
add 028dd869456 fixed Password Exposure in IPMI Tool Command Execution
(#12028)
add e23c7ef7017 Merge release branch 4.20 to 4.22
add 9032fe3fb53 merge LTS branch 4.22 into main
add 4e61ddd1bcf import
add 5798fb43a3a Fix upgrade files (#12155)
add db6147060b5 Rename PRE-COMMIT.md to PRE_COMMIT.md and fix link (#12157)
add f3a112fd9e7 use upstream method for creating enums from strings
(#12158)
add 516012a0b49 ceph: fix offline volume migration between ceph pools
(#12103)
add f379d789635 ui: fix section search filter (#12146)
add 44119cf34fc ui: fix dsiple managementservermetricsresponse -
agentcount (#12148)
add 243f566a603 refactor: add null check for BroadcastDomainType
retrievals (#11572)
add 2941b518ba1 Merge remote-tracking branch 'apache/4.20' into 4.22
add 26009659f9b Merge remote-tracking branch 'apache/4.22'
new 6df64407090 Merge branch 'main' of
https://github.com/apache/cloudstack into dedicate-backup-offering-to-domain
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 (79ff42b0592)
\
N -- N -- N refs/heads/dedicate-backup-offering-to-domain
(6df64407090)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
PRE-COMMIT.md => PRE_COMMIT.md | 2 +-
.../conf/uefi.properties.in | 10 +-
api/src/main/java/com/cloud/network/Networks.java | 12 +-
.../user/address/ListPublicIpAddressesCmd.java | 2 +-
.../test/java/com/cloud/network/NetworksTest.java | 18 +++
debian/cloudstack-agent.install | 1 +
debian/cloudstack-agent.postinst | 2 +-
debian/control | 2 +-
.../main/java/com/cloud/event/UsageEventUtils.java | 12 ++
.../engine/orchestration/VolumeOrchestrator.java | 4 +-
.../main/java/com/cloud/event/UsageEventVO.java | 22 +++
.../com/cloud/event/dao/UsageEventDaoImpl.java | 8 +-
.../com/cloud/upgrade/DatabaseUpgradeChecker.java | 50 +++---
...e42200to42300.java => Upgrade42200to42210.java} | 6 +-
...e42200to42300.java => Upgrade42210to42300.java} | 4 +-
.../main/java/com/cloud/usage/UsageVolumeVO.java | 14 +-
.../com/cloud/usage/dao/UsageStorageDaoImpl.java | 2 +
.../java/com/cloud/usage/dao/UsageVolumeDao.java | 6 +-
.../com/cloud/usage/dao/UsageVolumeDaoImpl.java | 86 ++++-------
.../main/java/com/cloud/vm/dao/UserVmDaoImpl.java | 2 +-
...cleanup.sql => schema-42200to42210-cleanup.sql} | 2 +-
...to41400-cleanup.sql => schema-42200to42210.sql} | 13 +-
.../META-INF/db/schema-42200to42300-cleanup.sql | 20 ---
...cleanup.sql => schema-42210to42300-cleanup.sql} | 2 +-
...ma-42200to42300.sql => schema-42210to42300.sql} | 2 +-
.../java/com/cloud/utils/db/TransactionLegacy.java | 142 +++++++++---------
packaging/debian/replace.properties | 5 +
packaging/el8/cloud.spec | 13 +-
packaging/el8/replace.properties | 5 +
.../cloudstack/backup/veeam/VeeamClient.java | 45 +++---
.../cloudstack/backup/veeam/VeeamClientTest.java | 4 +-
.../kvm/resource/LibvirtComputingResource.java | 16 +-
.../kvm/storage/LibvirtStorageAdaptor.java | 6 +-
.../java/com/cloud/hypervisor/guru/VMwareGuru.java | 7 +-
.../cluster/KubernetesClusterService.java | 2 +-
.../storage/datastore/api/VTreeMigrationInfo.java | 2 +-
.../cloudstack/ldap/ADLdapUserManagerImpl.java | 18 ++-
.../cloudstack/ldap/OpenLdapUserManagerImpl.java | 139 ++++++++---------
.../cloudstack/ldap/ADLdapUserManagerImplTest.java | 5 +-
pom.xml | 4 +
.../src/main/java/com/cloud/acl/DomainChecker.java | 3 -
server/src/main/java/com/cloud/api/ApiDBUtils.java | 2 +-
.../main/java/com/cloud/api/ApiResponseHelper.java | 3 +
server/src/main/java/com/cloud/api/ApiServer.java | 28 +++-
.../main/java/com/cloud/hypervisor/KVMGuru.java | 6 +
.../com/cloud/server/ManagementServerImpl.java | 55 ++++---
.../com/cloud/storage/VolumeApiServiceImpl.java | 17 ++-
.../storage/listener/VolumeStateListener.java | 2 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 6 +-
.../cloudstack/backup/BackupManagerImpl.java | 3 -
.../com/cloud/server/ManagementServerImplTest.java | 66 ++++++--
.../cloud/storage/VolumeApiServiceImplTest.java | 8 +-
.../java/com/cloud/vm/UserVmManagerImplTest.java | 8 +-
.../cloudstack/backup/BackupManagerTest.java | 2 +-
setup/bindir/cloud-setup-databases.in | 12 +-
systemvm/systemvm-agent-descriptor.xml | 1 +
ui/public/locales/en.json | 2 +-
.../components/view/ImageDeployInstanceButton.vue | 35 +++--
ui/src/components/view/SettingsTab.vue | 3 +-
ui/src/components/widgets/InfiniteScrollSelect.vue | 24 ++-
ui/src/views/AutogenView.vue | 9 +-
.../compute/wizard/ZoneBlockRadioGroupSelect.vue | 2 +-
ui/src/views/network/IpAddressesTab.vue | 84 +++++------
ui/src/views/setting/ConfigurationTable.vue | 6 +-
ui/src/views/setting/ConfigurationValue.vue | 16 ++
.../java/com/cloud/usage/UsageManagerImpl.java | 167 ++++++++++++---------
.../com/cloud/usage/parser/VolumeUsageParser.java | 23 ++-
utils/src/main/java/com/cloud/utils/EnumUtils.java | 28 +---
.../cloudstack/utils/process/ProcessRunner.java | 11 +-
.../utils/process/ProcessRunnerTest.java | 12 ++
70 files changed, 776 insertions(+), 585 deletions(-)
rename PRE-COMMIT.md => PRE_COMMIT.md (97%)
copy client/conf/environment.properties.in => agent/conf/uefi.properties.in
(75%)
copy
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42200to42300.java =>
Upgrade42200to42210.java} (87%)
rename
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42200to42300.java =>
Upgrade42210to42300.java} (89%)
copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql
=> schema-42200to42210-cleanup.sql} (93%)
copy
engine/schema/src/main/resources/META-INF/db/{schema-41310to41400-cleanup.sql
=> schema-42200to42210.sql} (57%)
delete mode 100644
engine/schema/src/main/resources/META-INF/db/schema-42200to42300-cleanup.sql
copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql
=> schema-42210to42300-cleanup.sql} (93%)
rename engine/schema/src/main/resources/META-INF/db/{schema-42200to42300.sql
=> schema-42210to42300.sql} (94%)