This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit 833075e
committed
fix: make inf percent change result null
previously if the result of aggregation for a column for the previous
interval was 0 and the result for the current interval was not zero then
we would get inf as the percent_change value for that column and that
would break GQL1 parent ace92d6 commit 833075e
File tree
2 files changed
+10
-2
lines changed- graphql_api/types
- flake_aggregates
- test_results_aggregates
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments