You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't allow calling QIDs with an empty IDs list (#4707)
* Don't allow calling QIDs with an empty IDs list
Calling QIDs with an empty list of IDs is meaningless, and the result
may be unexpected (at the moment it would return all silences, but one
might expect it to never return any). Make it an error.
Signed-off-by: Guido Trotter <[email protected]>
* Use errors.New instead of fmt.Errorf
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Guido Trotter <[email protected]>
---------
Signed-off-by: Guido Trotter <[email protected]>
Signed-off-by: Guido Trotter <[email protected]>
Co-authored-by: Guido Trotter <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
0 commit comments