Add list --paginate and total counts #119

Merged
stephen merged 1 commit from fix/111-list-paginate into main 2026-06-11 00:41:59 +00:00
Owner

Summary

  • add --paginate to pr/issue/repo/release list commands
  • preserve X-Total-Count through paginated list responses and emit JSON envelopes with total_count/items
  • print a human truncation footer when a non-paginated list returns exactly the requested limit and the server reports more items

Tests

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all

Fixes rasterstate/fj#111

## Summary - add --paginate to pr/issue/repo/release list commands - preserve X-Total-Count through paginated list responses and emit JSON envelopes with total_count/items - print a human truncation footer when a non-paginated list returns exactly the requested limit and the server reports more items ## Tests - cargo fmt --check - cargo clippy --all-targets --all-features -- -D warnings - cargo test --all Fixes rasterstate/fj#111
fix list pagination visibility
All checks were successful
ci / check (pull_request) Successful in 9m49s
ci / coverage (pull_request) Successful in 1m44s
ci / live-e2e (pull_request) Successful in 1m44s
2e2777a090
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/fj!119
No description provided.