documenso/apps/openpage-api/lib
Ephraim Duncan 7e2cbe46c0
fix: show current month data and add caching (#2573)
### Summary

- Add Cache-Control headers to all route responses (1h s-maxage, 2h
stale-while-revalidate)
- Append current month to chart data so graphs stay up-to-date
(cumulative carries forward, else zero)
- Remove `.limit(12)` from growth queries for full history
- Pass isCumulative flag through addZeroMonth
- Deduplicate TransformedData type, remove transformRepoStats
2026-03-06 13:30:31 +11:00
..
growth fix: show current month data and add caching (#2573) 2026-03-06 13:30:31 +11:00
add-zero-month.ts fix: show current month data and add caching (#2573) 2026-03-06 13:30:31 +11:00
cors.ts feat: additional valid password (#1456) 2024-12-27 16:02:45 +11:00
transform-data.ts fix: show current month data and add caching (#2573) 2026-03-06 13:30:31 +11:00