Add exact branch and tag lookup - #52
Open
necolas wants to merge 2 commits into
Open
Conversation
Keep the named-ref lookup on the latest PR #50 stack. Preserve commit target-ref options without a deprecation.
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:readStack and release sequence
This PR is stacked on #50, which is stacked on #47.
Use this release sequence:
main, then merge and publish it as a later, separate additive SDK release.Do not merge this PR before the #47/#50 release and monorepo PR #2400 are complete.
This PR excludes #51. It also excludes version changes, releases, and monorepo catalog changes.
Compatibility note
This PR adds methods to the exported TypeScript
Repointerface and PythonRepoprotocol. External custom implementations, mocks, or adapters can fail type checks until they add these methods. The owner must accept this source-compatibility effect or choose a separate capability interface before publication.Verification
pnpm --filter @pierre/storage exec vitest --run— 270 tests passedpnpm build— passedpnpm exec tsc --project tsconfig.type-tests.json— passednode tests/full-workflow.js --help— passed./venv/bin/pytest -v— 205 tests passed./venv/bin/ruff check pierre_storage— passed./venv/bin/ruff format --check pierre_storage— passed./venv/bin/mypy pierre_storage— passedgofmtcheck — passedgo test ./...— passedpython3 scripts/check_legacy_routes.py— passedpython3 -m unittest discover -s scripts/tests -v— 13 tests passedmoon run :test— all three SDK projects passedgit diff --check, conflict-marker check, and secret-pattern scan — passedThe live workflow did not run because this environment has no
GIT_STORAGE_KEY_PATH.