Review assigned pull diffs before mobile merge #188

Merged
rockachopa merged 1 commits from timmy/187-review-assigned-pull-diffs into main 2026-08-07 10:24:09 +00:00
Member

Closes #187

Adds bounded per-file diff previews to the assigned pull completion sheet, head-scoped review progress, Next unreviewed navigation, explicit binary/truncated fallbacks, and merge gating until every changed file is acknowledged.

Verification

  • RED: missing diff metadata (KeyError: diff_available)
  • RED: missing head-scoped review controller methods
  • RED: missing rendered mobile review controls
  • GREEN: python3 -m pytest tests/test_pull_api.py tests/test_my_work.py -q (80 passed)
  • Full suite: python3 -m pytest tests/ -q (263 passed)
  • Static checks: git diff --check, python3 -m compileall -q src, node --check frontend/pull-sheet.js
Closes #187 Adds bounded per-file diff previews to the assigned pull completion sheet, head-scoped review progress, Next unreviewed navigation, explicit binary/truncated fallbacks, and merge gating until every changed file is acknowledged. ## Verification - RED: missing diff metadata (`KeyError: diff_available`) - RED: missing head-scoped review controller methods - RED: missing rendered mobile review controls - GREEN: `python3 -m pytest tests/test_pull_api.py tests/test_my_work.py -q` (80 passed) - Full suite: `python3 -m pytest tests/ -q` (263 passed) - Static checks: `git diff --check`, `python3 -m compileall -q src`, `node --check frontend/pull-sheet.js`
rockachopa added 1 commit 2026-08-07 10:23:27 +00:00
feat: review assigned pull diffs before merge (#187)
All checks were successful
CI / lint (pull_request) Successful in 13s
CI / build-frontend (pull_request) Successful in 5s
2d8a659ebe
rockachopa merged commit c0eabbf865 into main 2026-08-07 10:24:09 +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#188
No description provided.