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

dahn pushed a change to branch dependabot/maven/com.google.zxing-javase-3.5.4
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 1099c7e296a Bump com.google.zxing:javase from 3.2.1 to 3.5.4
     add 10e0d42f456 ui: introduce section-level “advisories” with quick-fix 
actions (#11763)
     add 9b4f16b73fa api,server: apis return their http request type (#11382)
     add c681d0d0a2f Change `vmsnapshot.max` setting scope to the account level 
(#11616)
     add 1b2ae13df74 ui: add cache for oslogo request using osId (#11422)
     add 8c2ba2b3411 ui: bump nodejs v24 LTS usage (#12471)
     add 4d35d68e4ef Fix url in password reset email (#12078)
     add 6a04e14f876 VR: fix dns list in redundant VPC VRs (#12161)
     add 9fc93af85fb ui: allow actions for other users of root admin (#11319)
     add 059debf2125 Add the procedure files for insert extensions and update 
guest os category (#12482)
     add 9956d325488 Fix delete snapshot policy expunged volume (#12474)
     add 7786cf93c28 Veeam: Use restore timeout as an interval as opposed to a 
counter (#11772)
     add 65e9bebc698 Show parent snapshot (along with the chain size) for 
incremental snapshots (#12468)
     add 286e406e387 ui: clear selected resource when no items in listview 
(#11946)
     add bd459a4c4c7 ui: allow viewing hosts from management server connected 
agents (#12149)
     add a8f1e4a5bac import network acl rules using csv (#12013)
     add 0dcbe57a478 Fix that Sensitive information logged in 
SshHelper.sshExecute method (#12026)
     add 6932cacabc1 Allow copy of templates from secondary storages of other 
zone when adding a new secondary storage (#12296)
     add ff7ec0cd229 Update alert id for VR public and private interface 
(#12527)
     add 83ce0067b82 Update the snapshot physical size for the primary storage 
resource after snapshot creation and during resource count recalculation 
(#12481)
     add 35e6d7c5ba8 fix that log sensitive infomation in cmd of script (#12024)
     add 95de88a8ffe Usage server should takeover immediately if the other 
Usage server has been stopped gracefully (#12507)
     add 1300fc5e91a Fix keyword parameter filtering in listBackupOfferings API 
(#12540)
     add 243872a7710 Use infinite scroll select (#11991)
     add b7fc7179fca Add batch deletion support to `removeRawUsageRecords` 
(#12522)
     add 664f76c7e4b Fix KvmSshToAgentEnabled setting description and make it 
dynamic (#12533)
     add 26b57655ece Deployment plan fixes for VM with last host, and last host 
in maintenance (#12062)
     add d700e2db643 Merge branch '4.20' into 4.22
     add a55f85af50a Merge branch '4.22'
     add 3f517601fe2 Bump com.google.zxing:javase from 3.2.1 to 3.5.4

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   (1099c7e296a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.google.zxing-javase-3.5.4 (3f517601fe2)

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:
 api/src/main/java/com/cloud/event/EventTypes.java  |   1 +
 .../com/cloud/network/vpc/NetworkACLService.java   |   3 +
 .../org/apache/cloudstack/alert/AlertService.java  |   4 +-
 .../java/org/apache/cloudstack/api/APICommand.java |   2 +
 .../org/apache/cloudstack/api/ApiConstants.java    |   1 +
 .../command/admin/host/AddSecondaryStorageCmd.java |  24 +-
 ...AccountAllowedToCreateOfferingsWithTagsCmd.java |   3 +-
 .../command/user/config/ListCapabilitiesCmd.java   |   1 +
 .../command/user/network/CreateNetworkACLCmd.java  |  30 +-
 .../command/user/network/ImportNetworkACLCmd.java  | 132 +++++++
 .../command/user/snapshot/CreateSnapshotCmd.java   |   3 +-
 .../api/response/CapabilitiesResponse.java         |   8 +
 .../cloudstack/api/response/SnapshotResponse.java  |  16 +
 .../java/org/apache/cloudstack/ServerDaemon.java   |  15 +-
 .../service/StorageOrchestrationService.java       |   3 +-
 .../subsystem/api/storage/TemplateService.java     |   4 +-
 .../main/java/com/cloud/alert/AlertManager.java    |   1 -
 .../java/com/cloud/resource/ResourceManager.java   |   4 +-
 .../java/com/cloud/storage/StorageManager.java     |   5 +-
 .../com/cloud/vm/snapshot/VMSnapshotManager.java   |   2 +-
 .../engine/orchestration/StorageOrchestrator.java  |  45 ++-
 .../main/java/com/cloud/usage/dao/UsageDao.java    |   2 +-
 .../java/com/cloud/usage/dao/UsageDaoImpl.java     |  37 +-
 .../main/java/com/cloud/usage/dao/UsageJobDao.java |   2 +
 .../java/com/cloud/usage/dao/UsageJobDaoImpl.java  |   3 +-
 .../storage/datastore/db/SnapshotDataStoreDao.java |  14 +
 .../datastore/db/SnapshotDataStoreDaoImpl.java     |  42 ++-
 .../cloud.insert_category_if_not_exists.sql}       |  16 +-
 ...tension_custom_action_details_if_not_exists.sql |  46 +++
 ...nsert_extension_custom_action_if_not_exists.sql |  46 +++
 ...loud.insert_extension_detail_if_not_exists.sql} |  27 +-
 ...ql => cloud.insert_extension_if_not_exists.sql} |  27 +-
 ...ql => cloud.update_category_for_guest_oses.sql} |  24 +-
 ...te_new_and_delete_old_category_for_guest_os.sql |  35 ++
 .../resources/META-INF/db/schema-42020to42030.sql  |   6 +
 .../resources/META-INF/db/schema-42200to42210.sql  |   6 +
 .../storage/image/TemplateServiceImpl.java         | 157 +++++++--
 .../storage/image/TemplateServiceImplTest.java     | 171 ++++++++-
 .../storage/volume/VolumeServiceImpl.java          |   4 +-
 .../src/main/java/com/cloud/utils/db/Filter.java   |   3 +-
 .../java/com/cloud/utils/db/GenericDaoBase.java    |   4 +-
 .../api/response/ApiDiscoveryResponse.java         |  13 +
 .../discovery/ApiDiscoveryServiceImpl.java         |   9 +-
 .../discovery/ApiDiscoveryServiceImplTest.java     | 123 +++++++
 .../cloudstack/backup/veeam/VeeamClient.java       |   7 +-
 .../cloudstack/backup/veeam/VeeamClientTest.java   |   5 +-
 .../cloudstack/api/command/QuotaBalanceCmd.java    |   3 +-
 .../cloudstack/api/command/QuotaEnabledCmd.java    |   3 +-
 .../cloudstack/api/command/QuotaStatementCmd.java  |   3 +-
 .../cloudstack/api/command/QuotaSummaryCmd.java    |   3 +-
 .../cloudstack/api/command/QuotaTariffListCmd.java |   3 +-
 .../LibvirtUpdateHostPasswordCommandWrapper.java   |   3 +-
 .../CitrixUpdateHostPasswordCommandWrapper.java    |   2 +-
 .../cloudian/api/CloudianIsEnabledCmd.java         |   3 +-
 .../api/command/ReadyForShutdownCmd.java           |   3 +-
 .../api/command/VerifyOAuthCodeAndGetUserCmd.java  |  14 +-
 server/src/main/java/com/cloud/api/ApiServlet.java |  46 ++-
 .../cloud/api/query/dao/SnapshotJoinDaoImpl.java   |   2 +
 .../configuration/ConfigurationManagerImpl.java    |   2 +-
 .../deploy/DeploymentPlanningManagerImpl.java      |  82 +++--
 .../main/java/com/cloud/event/AlertGenerator.java  |   5 +-
 .../com/cloud/ha/HighAvailabilityManagerImpl.java  |   4 +-
 .../cloud/network/vpc/NetworkACLServiceImpl.java   | 120 ++++++-
 .../com/cloud/resource/ResourceManagerImpl.java    |   5 +-
 .../resourcelimit/ResourceLimitManagerImpl.java    |  10 +-
 .../com/cloud/server/ManagementServerImpl.java     |   4 +
 .../com/cloud/storage/ImageStoreDetailsUtil.java   |  11 +
 .../java/com/cloud/storage/StorageManagerImpl.java |   2 +-
 .../storage/snapshot/SnapshotManagerImpl.java      |  48 ++-
 .../com/cloud/template/TemplateManagerImpl.java    |  14 +-
 .../java/com/cloud/usage/UsageServiceImpl.java     |   3 +-
 .../cloud/vm/snapshot/VMSnapshotManagerImpl.java   |   7 +-
 .../cloudstack/backup/BackupManagerImpl.java       |   2 +-
 .../cloudstack/user/UserPasswordResetManager.java  |   4 +-
 .../user/UserPasswordResetManagerImpl.java         |  26 +-
 .../test/java/com/cloud/api/ApiServletTest.java    | 143 ++++++--
 .../cloud/resource/ResourceManagerImplTest.java    |  14 +-
 .../ResourceLimitManagerImplTest.java              |  10 +-
 .../storage/snapshot/SnapshotManagerImplTest.java  |  92 +++++
 .../cloud/vm/snapshot/VMSnapshotManagerTest.java   |  15 +
 systemvm/debian/opt/cloud/bin/cs/CsDhcp.py         |   2 +-
 ui/README.md                                       |   6 +-
 ui/package.json                                    |   9 +-
 ui/public/locales/en.json                          |  31 +-
 ui/src/api/index.js                                |   4 +
 ui/src/components/view/AdvisoriesView.vue          | 161 +++++++++
 ui/src/components/view/DedicateDomain.vue          | 129 +++----
 ui/src/components/view/ListView.vue                |  22 ++
 ui/src/components/widgets/InfiniteScrollSelect.vue |  91 ++++-
 ui/src/components/widgets/OsLogo.vue               |  78 +++--
 ui/src/config/router.js                            |   5 +
 ui/src/config/section/compute.js                   | 178 ++++++++++
 ui/src/config/section/storage.js                   |  17 +-
 ui/src/config/section/user.js                      |  21 +-
 ui/src/utils/acsrepo/index.js                      |  81 +++++
 ui/src/views/AutogenView.vue                       |  22 +-
 .../compute/wizard/OsBasedImageRadioGroup.vue      |   3 +-
 ui/src/views/iam/AddUser.vue                       | 121 +++----
 ui/src/views/infra/AddSecondaryStorage.vue         |  82 ++++-
 ui/src/views/infra/UsageRecords.vue                | 112 +++---
 ui/src/views/infra/zone/ZoneWizardAddResources.vue |  25 +-
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   |   5 +
 ui/src/views/network/AclRulesTab.vue               |  32 +-
 ui/src/views/network/ImportNetworkACL.vue          | 381 +++++++++++++++++++++
 ui/src/views/storage/CreateTemplate.vue            | 111 +++---
 ui/src/views/storage/UploadLocalVolume.vue         | 225 +++++-------
 ui/src/views/storage/UploadVolume.vue              | 218 +++++-------
 ui/src/views/tools/CreateWebhook.vue               | 126 +++----
 ui/src/views/tools/ManageVolumes.vue               | 157 ++++-----
 .../java/com/cloud/usage/UsageManagerImpl.java     |   5 +
 .../main/java/com/cloud/utils/script/Script.java   |  99 +++---
 .../com/cloud/utils/server/ServerProperties.java   |  36 +-
 .../main/java/com/cloud/utils/ssh/SshHelper.java   |  73 +++-
 .../java/com/cloud/utils/script/ScriptTest.java    |  30 ++
 .../java/com/cloud/utils/ssh/SshHelperTest.java    |  60 ++++
 115 files changed, 3463 insertions(+), 1142 deletions(-)
 create mode 100644 
api/src/main/java/org/apache/cloudstack/api/command/user/network/ImportNetworkACLCmd.java
 copy engine/schema/src/main/resources/META-INF/db/{schema-222to224-premium.sql 
=> procedures/cloud.insert_category_if_not_exists.sql} (66%)
 mode change 100755 => 100644
 create mode 100644 
engine/schema/src/main/resources/META-INF/db/procedures/cloud.insert_extension_custom_action_details_if_not_exists.sql
 create mode 100644 
engine/schema/src/main/resources/META-INF/db/procedures/cloud.insert_extension_custom_action_if_not_exists.sql
 copy 
engine/schema/src/main/resources/META-INF/db/procedures/{cloud.idempotent_add_unique_index.sql
 => cloud.insert_extension_detail_if_not_exists.sql} (52%)
 copy 
engine/schema/src/main/resources/META-INF/db/procedures/{cloud.idempotent_create_unique_index.sql
 => cloud.insert_extension_if_not_exists.sql} (54%)
 copy 
engine/schema/src/main/resources/META-INF/db/procedures/{cloud.idempotent_create_unique_index.sql
 => cloud.update_category_for_guest_oses.sql} (56%)
 create mode 100644 
engine/schema/src/main/resources/META-INF/db/procedures/cloud.update_new_and_delete_old_category_for_guest_os.sql
 create mode 100644 
plugins/api/discovery/src/test/java/org/apache/cloudstack/discovery/ApiDiscoveryServiceImplTest.java
 create mode 100644 ui/src/components/view/AdvisoriesView.vue
 create mode 100644 ui/src/utils/acsrepo/index.js
 create mode 100644 ui/src/views/network/ImportNetworkACL.vue

Reply via email to