This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 404945b9422 DO NOT MERGE
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 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 0be87ac6545 Fixup CKS UI for external managed clusters (#9434)
add d606ee7a07b ui: vm metrics note about behaviour across hypervisors
(#9399)
add f0ba90568d8 api: Fix missing keys in listZonesMetrics response (#9419)
add 9033ab709e6 Fix snapshot chain being deleted on XenServer (#9447)
add b46e35478f5 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 (404945b9422)
\
N -- N -- N refs/heads/healthcheck-4.19 (b46e35478f5)
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 +
.../cloudstack/api/response/ClusterResponse.java | 38 ++++++++--
.../cloudstack/api/response/HostResponse.java | 82 ++++++++++++++++++++--
.../api/response/ManagementServerResponse.java | 4 ++
.../cloudstack/api/response/SnapshotResponse.java | 8 +++
.../api/response/StoragePoolResponse.java | 12 ++++
.../cloudstack/api/response/UserVmResponse.java | 4 ++
.../cloudstack/api/response/VolumeResponse.java | 18 ++---
.../cloudstack/api/response/ZoneResponse.java | 30 +++++---
.../java/com/cloud/usage/dao/UsageDaoImpl.java | 5 --
.../META-INF/db/views/cloud.snapshot_view.sql | 1 +
.../storage/snapshot/DefaultSnapshotStrategy.java | 7 +-
.../cluster/KubernetesClusterManagerImpl.java | 3 +-
.../main/java/com/cloud/api/ApiResponseHelper.java | 3 +-
.../cloud/api/query/dao/DataCenterJoinDaoImpl.java | 2 +-
.../com/cloud/api/query/dao/HostJoinDaoImpl.java | 4 +-
.../cloud/api/query/dao/SnapshotJoinDaoImpl.java | 1 +
.../com/cloud/api/query/vo/SnapshotJoinVO.java | 8 +++
tools/appliance/README.md | 13 +++-
tools/appliance/build.sh | 22 ++++--
.../http/{preseed.cfg => preseed_aarch64.cfg} | 9 +++
.../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 | 1 +
ui/src/components/view/InfoCard.vue | 8 ++-
ui/src/components/view/ListView.vue | 24 +++++--
ui/src/components/view/stats/ResourceStatsInfo.vue | 3 +-
.../components/dashboard.less => utils/links.js} | 38 ++++------
ui/src/views/compute/KubernetesServiceTab.vue | 5 +-
32 files changed, 337 insertions(+), 113 deletions(-)
copy tools/appliance/systemvmtemplate/http/{preseed.cfg =>
preseed_aarch64.cfg} (88%)
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%)