Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ 82ef407
feat(staleBlockers): Denormalized blocker counts, added stale blockers migration
Christopher Aitken
committed on May 26, 2026, 04:56 PM
Showing
9
changed files
+318 additions
-23 deletions
M
apps/backend/routes/auth/getAuditChart.ts
+7
-8
M
apps/backend/routes/auth/getAuditTable.ts
+2
M
apps/backend/routes/auth/getQuickScans.ts
+1
-1
M
apps/backend/routes/internal/index.ts
+2
-1
A
apps/backend/routes/internal/migrateStaleBlockers.ts
+207
M
apps/backend/routes/public/scanWebhook.ts
+20
-7
M
apps/backend/routes/scheduled/index.ts
+2
-1
A
apps/backend/routes/scheduled/runEveryDay.ts
+66
M
apps/frontend/src/components/BlockersTable.tsx
+11
-5
Browse files at this commit →