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


    omit 6438eb4c188 DO NOT MERGE
     add dc1556ca383 Change exception when orchestrating VM start (#9062)
     add 817251f1f89 Enhancement in the accuracy of the logs regarding the 
capacity, usage, and threshold of secondary storages (#9043)
     add 1662af131e7 [4.20] VR: fix issue if userdata is binary data (#8739)
     add 49cd5ba64ad Fix link to removed volumes being shown in info card and 
list view (#8833)
     add f8385a48da2 Add systemvmtemplate arm64 build support (#9437)
     add f358813e1d1 Merge remote-tracking branch 'origin/4.19' into main
     add 33be0ae745c Fix removal of usage records (#9442)
     add cf0e44dd7ec UI: Display Firewall, LB and Port Forwading rules tab for 
CKS clusters deployed on isolated networks (#9458)
     add 3d32ab5a491 Merge remote-tracking branch 'origin/4.18' into 4.19
     add 7f4a6861b3a Merge remote-tracking branch 'origin/4.19'
     add cd8442a42b6 test: improve purge expunged resources b/g task testcase 
(#9426)
     add 7214c13e106 packaging: bundle latest cmk x86 build with deb and rpm 
packages (#9450)
     add 5baac44139d ui: add UI too to view and download usage records (#8615)
     add a87a7cf7754 DO NOT MERGE

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   (6438eb4c188)
            \
             N -- N -- N   refs/heads/healthcheck-main (a87a7cf7754)

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:
 .../org/apache/cloudstack/api/ApiConstants.java    |   1 +
 .../admin/usage/GenerateUsageRecordsCmd.java       |   4 +-
 .../cloudstack/api/response/SnapshotResponse.java  |   8 +
 debian/rules                                       |   3 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |   7 +-
 .../java/com/cloud/usage/dao/UsageDaoImpl.java     |   5 -
 .../META-INF/db/views/cloud.snapshot_view.sql      |   1 +
 packaging/centos8/cloud.spec                       |   3 +-
 .../main/java/com/cloud/api/ApiResponseHelper.java |   1 +
 .../cloud/api/query/dao/SnapshotJoinDaoImpl.java   |   1 +
 .../com/cloud/api/query/vo/SnapshotJoinVO.java     |   8 +
 .../main/java/com/cloud/server/StatsCollector.java |  14 +-
 systemvm/debian/opt/cloud/bin/configure.py         |  27 +-
 systemvm/debian/opt/cloud/bin/passwd_server_ip.py  |   2 +-
 systemvm/debian/opt/cloud/bin/setup/patch.sh       |   6 +-
 systemvm/debian/opt/cloud/bin/vmdata.py            |  31 +-
 test/integration/smoke/test_purge_expunged_vms.py  |  13 +-
 tools/appliance/README.md                          |  13 +-
 tools/appliance/build.sh                           |  22 +-
 .../http/{preseed.cfg => preseed_aarch64.cfg}      |  11 +-
 .../http/{preseed.cfg => preseed_x86_64.cfg}       |   0
 .../scripts/install_systemvm_packages.sh           |  22 +-
 ...n => template-base_aarch64-target_aarch64.json} |  36 +-
 ...on => template-base_x86_64-target_aarch64.json} |  36 +-
 ...son => template-base_x86_64-target_x86_64.json} |   2 +-
 ui/public/locales/en.json                          |  31 +
 ui/src/components/view/InfoCard.vue                |   8 +-
 ui/src/components/view/ListView.vue                |  65 +-
 ui/src/components/widgets/Status.vue               |   6 +
 ui/src/config/router.js                            |   1 -
 ui/src/config/section/tools.js                     |   8 +
 ui/src/core/lazy_lib/icons_use.js                  |   2 +
 .../components/dashboard.less => utils/links.js}   |  38 +-
 ui/src/utils/util.js                               |  24 +
 ui/src/views/AutogenView.vue                       |   2 +-
 ui/src/views/compute/KubernetesServiceTab.vue      |   1 +
 ui/src/views/iam/RolePermissionTab.vue             |  27 +-
 ui/src/views/infra/UsageRecords.vue                | 834 +++++++++++++++++++++
 ui/src/views/tools/ManageInstances.vue             |  38 +-
 39 files changed, 1205 insertions(+), 157 deletions(-)
 copy tools/appliance/systemvmtemplate/http/{preseed.cfg => 
preseed_aarch64.cfg} (87%)
 rename tools/appliance/systemvmtemplate/http/{preseed.cfg => 
preseed_x86_64.cfg} (100%)
 copy tools/appliance/systemvmtemplate/{template.json => 
template-base_aarch64-target_aarch64.json} (72%)
 copy tools/appliance/systemvmtemplate/{template.json => 
template-base_x86_64-target_aarch64.json} (70%)
 rename tools/appliance/systemvmtemplate/{template.json => 
template-base_x86_64-target_x86_64.json} (99%)
 copy ui/src/{style/components/dashboard.less => utils/links.js} (66%)
 create mode 100644 ui/src/views/infra/UsageRecords.vue

Reply via email to