fix: resolve abbreviated relocation branch SHAs#19
Merged
Conversation
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
Fixes the live Infinity relocation blocker where
branches.last_commit_shastores abbreviated commit IDs while divergent-branch preservation requires exact target ref evidence.Changes:
Verification
Exact head under review:
161593f6cc23c40c0fcfddaf9cbfd344739888c2Base:
25c1240d80c186b9c9ef55e26589fb5334f0e968Passed:
git diff --check origin/main...HEADbun test src/db/primary-relocation.test.ts— 57 pass, 0 failbun run typecheckgitleaks git --log-opts=25c1240..HEAD --redact --no-banner .gitleaks protect --staged --redact --verbosebun run buildFull-suite caveat:
bun testcurrently has 7 failures insrc/lib/no-cloud-inventory.test.ts.25c1240, and this PR does not modifysrc/lib/no-cloud-inventory.test.ts,src/lib/no-cloud-inventory.ts,package.json, orbun.lock.Review:
Scope
No relocation apply, publish, deploy, or runtime install is performed by this PR.