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

dahn pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 0bd010e997f DO NOT MERGE
     add c71ab9598e3 test: refactor ActionEventInterceptorTest to prevent 
failures (#9384)
     add d9f77b841c5 Ignore non-managed pools for storage pool access 
preparation (#9376)
     add 22ef08154dc Switch back to CLOUD_DB after purging usage records (#9367)
     add 877c4d9a64b LibvirtOvsFetchInterfaceCommandWrapperTest fix (test fails 
in mac) - skip it if no interfaces with eth and wl (#9382)
     add 7f8f1137099 Merge branch '4.18' into 4.19
     add 50586a94816 UI assorted fixes (#9381)
     add 2cfb541a1d7 saml: purge token after first response and improve setting 
description (#9377)
     add 6a8494be3be engine-schema,cks: fix finding non removed network vms 
(#9339)
     add 7db83db3dd9 Fix radio buttons in instance migration pop-up (#8836)
     add 21c98af13de Fix backup offering buttons for instances in data view 
(#9391)
     add 8a00e25de91 Fix list backups after backup vm is expunged (#9392)
     add a53365d1c7f Merge release branch 4.18 to 4.19
     add 35fd17c62ee Merge branch '4.19'
     add 56c661c1dff Icon changed for control-outlined (#9402)
     add 484e1fa19ca 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   (0bd010e997f)
            \
             N -- N -- N   refs/heads/healthcheck-main (484e1fa19ca)

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/command/user/backup/ListBackupsCmd.java    |  1 +
 .../java/org/apache/cloudstack/backup/Backup.java  |  1 +
 .../java/com/cloud/usage/dao/UsageDaoImpl.java     | 35 +++++++++++---------
 .../java/com/cloud/vm/dao/VMInstanceDaoImpl.java   |  1 +
 .../org/apache/cloudstack/backup/BackupVO.java     |  1 +
 .../cloudstack/backup/dao/BackupDaoImpl.java       |  6 +++-
 ...LibvirtOvsFetchInterfaceCommandWrapperTest.java |  8 +++--
 .../api/command/SAML2LoginAPIAuthenticatorCmd.java |  1 +
 .../apache/cloudstack/saml/SAML2AuthManager.java   | 19 ++++++-----
 .../cloudstack/saml/SAML2AuthManagerImpl.java      |  7 ++++
 .../command/SAML2LoginAPIAuthenticatorCmdTest.java |  4 +--
 .../java/com/cloud/storage/StorageManagerImpl.java |  6 +---
 .../cloud/event/ActionEventInterceptorTest.java    | 38 ++++++++++++----------
 ui/public/config.json                              |  4 +--
 ui/public/index.html                               |  4 +--
 ui/public/locales/en.json                          |  1 +
 ui/src/components/view/InfoCard.vue                | 12 -------
 ui/src/components/widgets/Console.vue              |  9 +----
 ui/src/config/section/account.js                   | 24 ++++++++++++++
 ui/src/config/section/compute.js                   |  2 +-
 ui/src/config/section/domain.js                    | 16 +++++++++
 ui/src/config/section/infra/hosts.js               |  4 +--
 ui/src/config/section/infra/managementServers.js   |  4 +--
 23 files changed, 127 insertions(+), 81 deletions(-)

Reply via email to