-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Allow filtering silences by createdBy author #2718
Conversation
135c96d
to
878084f
Compare
I was unsure if the argument should be called |
9421d1b
to
2ca21ae
Compare
Ping @roidelapluie @simonpasquier -- my team would really like to get this issue merged so we can filter silences more effectively. Would one of you mind reviewing this PR? Thanks! 👍 |
sure :) |
9bce4ab
to
c6ea2b7
Compare
@roidelapluie Thanks for the review and the suggestion; I amended it to the commit. |
Thanks, last suggestions. |
This commit adds a `--created-by` argument to the `amtool silence query` command so that silences can be filtered by the author they were created with in `amtool silence add --author=<name>`. Signed-off-by: nre <nre@ableton.com>
356a095
to
06bc5c2
Compare
@roidelapluie My CI build failed, but it's not clear to me at all why. I can't retrigger the build, and the |
I relaunched it |
Thanks! |
@roidelapluie Thanks so much for all your help! 👍 |
This PR adds a
--created-by
argument to theamtool silence query
command so that silences can be filtered by the author they were created with inamtool silence add --author=<name>
.Fixes #2410, fixes #2476.