-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement service state filter for quicksearch widget #587
Conversation
2ca9074
to
2b91c0e
Compare
0a82fc2
to
ba87458
Compare
13dcdc9
to
7dd1069
Compare
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA. |
488ae6d
to
2a4acb9
Compare
2a4acb9
to
4d509c5
Compare
@Checkmk Ping? |
4d509c5
to
479273d
Compare
875a494
to
3419412
Compare
Dear Checkmk Contributor! Unfortunately, we had to re-write our git-repo history, rendering your PR auto-closed. We will therefore rebase your PR onto the current master and reopen it again. Sorry for the inconvenience. |
I have just rebased it myself already! |
Hi @moschlar thanks for rebasing. However it still seems that your PR has not an up-to-date state (we still see those 10k commits in the header). Maybe you need to update also your PR? |
I think I can't do that because it's closed... But I could just start a new one? |
Starting a new one would be an option but we're facing the issue with 52 PRs and all the comments etc would be lost... |
I tried, but I don't think I have the permission to re-open the PR! |
Dear Contributor. Unfortunately, we learned that re-opening a PR which was force-rebased, is not possible (see isaacs/github#361). Therefore we kindly ask you to create a new PR for your change. We apologize for the circumstances and will implement technical measures to prevent such incidents in the future. |
General information
I use the quicksearch sidebar widget a lot and I often find myself wanting to see all services matching a description that are not OK - so I thought it would be nice to have an additional filter so that I can query for e.g.
s:Certificate st:1 st:2
.Proposed changes
I implemented a
ServiceStateMatchPlugin
class to accomplish this - it works quite well now!Open tasks/questions:
get_matches
supposed to be?