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

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


 discard 36b0f99d6bf 4.22 Health Check, please don't merge this!
     add d7bdbcc4ed7 pre-commit: fix inconsistent license (#12551)
     add 0e94f7d7717 UI: Show applied search filters (#9520)
     add a6ccde44c4b kvm: honour disk controller for vm during attach volume 
(#12452)
     add 29ce03e9460 Merge remote-tracking branch 'apache/4.20' into 4.22
     add 81f16b62616 engine/schema: prepend algorithm to checksum during 
systemvm template registration (#12165)
     add 9cdf0b978c5 4.22 Health Check, please don't merge this!

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   (36b0f99d6bf)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (9cdf0b978c5)

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:
 .../upgrade/SystemVmTemplateRegistration.java      |   4 +-
 .../kvm/resource/LibvirtComputingResource.java     |  11 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   9 +
 .../kvm/storage/KVMStorageProcessor.java           | 121 +++--
 ui/public/config.json                              |   1 +
 ui/src/components/view/SearchFilter.vue            | 559 +++++++++++++++++++++
 ui/src/views/AutogenView.vue                       |  48 ++
 ui/src/views/network/ImportNetworkACL.vue          |  10 +-
 ui/tests/unit/views/AutogenView.spec.js            |   4 +
 .../cloudstack/utils/security/DigestHelper.java    |  15 +
 10 files changed, 716 insertions(+), 66 deletions(-)
 create mode 100644 ui/src/components/view/SearchFilter.vue

Reply via email to