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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
It might be useful to have results filtered by score, something like appending this url with &score=80 for score exactly as 80% or &score__gt=80 for score >= 80% or &score__lt=80 for score <= 80%.
In endpoints like: https://qa-reports.linaro.org/api/builds/140432/failures_with_confidence/
It might be useful to have results filtered by score, something like appending this url with
&score=80
for score exactly as 80% or&score__gt=80
for score >= 80% or&score__lt=80
for score <= 80%.This seems to be trivial, since it just needs:
failures_with_confidence
: https://github.com/Linaro/squad/blob/master/squad/core/failures.py#L32, removing all failures that don't match the searchThe text was updated successfully, but these errors were encountered: