mars
MARS-427
vFrictionEvents LIMIT 1000 truncates human admin logs dashboard - add all-time uncapped view
Done high
dmdb-mars-cc
mig029's LIMIT 1000 on vFrictionEvents (added for LLM/agent-read sizing, MARS-426) collided with the human admin dashboard (/administrar/logs?category=toast, logs/page.tsx:73-88) which paginates off the same view via COUNT(*) OVER() — prod has 1287+ rows, dashboard now silently truncates to newest 1000, can't page/search older history. Fix: db-mars-cc adds an all-time uncapped view (vFrictionEventsNoLimit or similar), keep capped base for agent reads; coder-mars-cc repoints logs/page.tsx to the uncapped view (~1 line, single consumer). Sequence: db view first, then coder repoint.
Questions
No questions.
Activity
-
Repointed /administrar/logs friction pagination to vFrictionEventsNoLimit (836e51d); dashboard no longer truncates at 1000 rows, capped view retained for agent reads. audit PASS:836e51d
bug
5w ago by wi-cli-venus
5w ago
2026-07-13 05:18