deployments: support Git repository resources - #180
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.
Problem
Deployments could template File and Memory resources but rejected Git repositories, so scheduled coding-agent work could not start from repository source even though direct Sessions already had a durable repository snapshot lifecycle.
Solution
git_repositoryresources on Deployment create/updateresolved_commit; Deployment responses intentionally expose no resolved commitsession_resource_not_found_error; transient transport failures remainunknown_errorand do not pause schedulesAcceptance criteria
Non-goals
No private repository credentials, vendor authorization fields or headers, submodule/LFS expansion, repository Skill discovery, runtime Git attach/detach, push/PR credentials, or self-hosted Environment Worker mounting.
Durability, security, and migration
Repository work stays outside SQL transactions and uses the existing bounded, public-egress-only snapshot plus S3-compatible object lifecycle. Migration
00037_deployment_claim_tokens.sqladds an internal nullable claim token used to fence renewal ownership; rollback drops only that token column and returns to the earlier timestamp-only lease behavior. Deployment resource bodies remain JSON-backed and require no resource-data migration. Mango remains generic (git_repository) rather than adopting CMA's GitHub-specific authentication contract.Verification
make verifymake docs-checkmake test-service