add a lot more paste entries to the dev server to test paging to make sure it behaves properly when there are many pages #156
Notifications
Total Time Spent: 17 minutes
fen
17 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#156
Reference in New Issue
Block a user
Seeded 500 additional test pastes on dev (https://palette-dev.archfox.org) to exercise paging with many pages. Prod untouched.
What was seeded
POST /api/pastes(0 failures, ~8.5 min at the 1/s rate limit): varied titles (seed-000 ...), languages, and sizes (tiny/small/medium/large, up to ~100 KB each).API paging verification (
GET /api/public)limit=25: 24 pages, 583 rows total, no dupes, no gaps.created_atdescending verified across every page.limit=10walk also complete (583/583). Beyond-end offset returns 0 items cleanly.limitat 100 (limit=101 falls back to 25) — matches table.js behavior; client-side search/sort fetch first 100 and filter locally. Note: with 583 entries the search box only matches within the newest 100 — pre-existing limitation of #57 design, not a paging bug.Headless DOM verification (chromium --dump-dom)
seed-*rows visible on page 1. Pager is JS-driven; API walk above confirms pages 2+.No code change or deploy needed — no PR opened. Pods not restarted.
this looks fine except when in the middle of the pages it probably should only show page option 1 ... 5 6 7 ... 24
currently its showing page 2 as an option to navigate to which doesnt make sense when im currently on page 6
Triage gate test: this issue is not marked needs attention, agent should acknowledge and not spawn anything.