Conversation
This was referenced Sep 18, 2026
Defmon3
marked this pull request as ready for review
September 18, 2026 14:25
Defmon3
force-pushed
the
stack/6315-series-server
branch
from
September 21, 2026 22:35
ddf51f3 to
51ca862
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Series and review order
feat/issues-pageThese are open review units for one proposal, stacked on pingdotgg/t3code#6315. Part 1 targets Bilal's fork; parts 2–4 target the preceding branch in our fork. The complete series is available at the final branch. The series is open for review; feedback on product direction and implementation is welcome.
Short demo: History paging, Pull Requests, Issues, and retained History state.
Prior discussion: the original proposal and Bilal's invitation to stack it. This records the invitation, not upstream acceptance of the design.
What changed
Adds the server API needed to browse repository commits, refs, commit details, changed files and diffs. Results use bounded pages and expiring snapshots; Git commands retain the existing concurrency limit and diagnostics.
Why
This is the backend foundation for the History and Repository proposal invited in #6315. It is based directly on Bilal's
feat/issues-pageat3033fdac0.Review scope
This is part 1 of 4. Review this layer against
feat/issues-page; the following layers are History client, Repository pane, and Issues integration. They are separate review units, not additional changes in this diff. The larger two layers remain substantial despite the split.The four general fixes for path whitespace, reconnect paging, Windows caches and diagnostic configuration remain outside this series.
Verification
Six focused ref tests passed on the final rewritten stack. Scoped lint passed with an existing schema warning; formatting passed. On this exact server-layer commit, authenticated dev-server calls returned two non-overlapping 100-commit pages, each ref namespace, commit details, 15 changed files, and a selected file diff.
No new UI in this layer. The complete proposal is demonstrated in the later layers. Local web verification does not cover every provider, mobile, Electron shell or relay mode.
Replaces the combined proposal Bil0000/t3code#6, whose original images and discussion are preserved.
Developed with Astra 6 in Codex/T3 Code and reviewed with Fable 5.1.