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 4f3ef46b936 4.21/main 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 8bea89a80bc Merge remote-tracking branch 'apache/4.22'
add bb8e7d39e6e api,server: allow configuring repetitive alerts (#11325)
add bac3421da43 Fixed: unnecessary regeneration of SSH keys in developer
mode when they already existed. (#12059)
add bb391c3deb1 test: increase timeout in test_human_readable_logs.py
(#11972)
add 9d523cbbfef Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0
to 3.5.1 (#12497)
add 2c7d4d58674 4.21/main 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 (4f3ef46b936)
\
N -- N -- N refs/heads/healthcheck-main (2c7d4d58674)
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/alert/AlertService.java | 44 +-
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../command/admin/resource/ListAlertTypesCmd.java | 12 +-
.../cloudstack/api/response/AlertTypeResponse.java | 12 +-
.../main/java/com/cloud/alert/AlertManager.java | 4 +
engine/service/pom.xml | 2 +-
.../kvm/resource/LibvirtComputingResource.java | 11 +-
.../hypervisor/kvm/resource/LibvirtVMDef.java | 9 +
.../kvm/storage/KVMStorageProcessor.java | 121 +++--
.../java/com/cloud/alert/AlertManagerImpl.java | 72 ++-
.../com/cloud/server/ConfigurationServerImpl.java | 2 +-
.../java/com/cloud/alert/AlertManagerImplTest.java | 98 +++-
test/integration/smoke/test_human_readable_logs.py | 8 +-
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 +
18 files changed, 892 insertions(+), 126 deletions(-)
create mode 100644 ui/src/components/view/SearchFilter.vue