Refresh pull request checks without reloading review data #522

Merged
timmy merged 1 commits from timmy/521-status-only-check-refresh into main 2026-08-10 23:28:27 +00:00
Owner

Closes #521

What changed

  • added authorized, bounded status-only endpoints for assigned pulls and requested reviews
  • fetches only current pull metadata and normalized commit status, never files/reviews/diff
  • refreshes checks and merge gates in place while preserving loaded diffs and progress
  • detects a changed head and blocks merge/review submission until an explicit reload

Verification

  • pytest -q tests/test_pull_api.py tests/test_review_api.py tests/test_my_work.py (210 passed)
  • pytest -q (1057 passed)
  • Python compileall and Node syntax checks passed
Closes #521 ## What changed - added authorized, bounded status-only endpoints for assigned pulls and requested reviews - fetches only current pull metadata and normalized commit status, never files/reviews/diff - refreshes checks and merge gates in place while preserving loaded diffs and progress - detects a changed head and blocks merge/review submission until an explicit reload ## Verification - `pytest -q tests/test_pull_api.py tests/test_review_api.py tests/test_my_work.py` (210 passed) - `pytest -q` (1057 passed) - Python compileall and Node syntax checks passed
timmy added 1 commit 2026-08-10 23:26:52 +00:00
perf: isolate pull check refreshes (Closes #521)
All checks were successful
CI / lint (pull_request) Successful in 1m5s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
e5a352b418
timmy merged commit 100d38cc5c into main 2026-08-10 23:28:27 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: stackchain/stackchain-dashboard#522
No description provided.