Isolate HTTP notes and bound Git transport - #2116
Open
svarlamov wants to merge 5 commits into
Open
Conversation
Route HTTP-backed note reads, searches, traversal, and CI synchronization exclusively through SQLite and HTTP APIs. Remove Git-note fallbacks and display-ref materialization, while retaining git-ai notes migrate as the explicit migration exception.\n\nAdd timeout-aware Git transport execution and regression coverage proving HTTP log paths never spawn commands that mention Git-notes refs.\n\nPart of #2099.
Cache notes-backend dispatch until its config inputs change so repeated note lookups do not rebuild and recompile the full runtime config. Preserve immediate backend switching through the cache key.\n\nGive timed internal transports a null stdin, matching Command::output behavior and preventing detached children from stalling on terminal credential prompts.
Apply the standard non-interactive Windows creation flags to timed internal commands so background notes transport cannot flash a console window.\n\nMake the shared authorship fetch entry point warm the HTTP cache and report success, including for internal machine-command callers. Add an end-to-end cache-warming regression.
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.
Summary
git-ai notes migrateremains the sole explicit migration exception.Verification
task buildtask test TEST_FILTER=http_backendtask lintStack 1/2; followed by #2117.
Part of #2099.