Commit 5cbe39a
Exclude current incomplete month from contributor_monthly
export_contributor_monthly was grouping by month with no upper bound,
so for a fresh fetch mid-month the rightmost cell carried partial data
and made recent activity look misleadingly low. Apply the same
HAVING month < current_month guard already used by
export_monthly_summary so both summaries treat "complete months" the
same way.
Surfaced while rendering the first quickwit heatmap on 2026-05-19 —
the 2026-05 column showed half-month counts next to full months.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3ddc319 commit 5cbe39a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
336 | 337 | | |
| 338 | + | |
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
| |||
0 commit comments