Commits
Click on a commit to change the comparison rangefix: commits where fail number calculation
we have to store the individual commit shas in the aggregate to be able to
get an accurate number, otherwise we might double count and inflate the number
so we have to re-define the CAs to use an array_agg(distinct ...) then use our
custom array_merge_dedup aggregate function in the query that's run against the
CAs and we end up with a list of all the commit shas where there were failures
then we take the cardinality and coalesce with 0 in case a null appeared at any
point of the computation7 days ago
by joseph-sentry