You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement API-driven bare repository provisioning so GitStore can create and initialise repositories without using a manual init script. Repository creation should be exposed through service APIs and default to bare repositories suitable for remote Git transport.
Scope
In Scope
Add a repository-create API flow that provisions a bare repository in gitstore-git-service.
Ensure the API path supports idempotency (create-if-not-exists semantics where appropriate).
Initialize required refs/default branch metadata for a newly created bare repo.
Return clear errors for invalid names, permission issues, and already-existing repositories.
Summary
Implement API-driven bare repository provisioning so GitStore can create and initialise repositories without using a manual init script. Repository creation should be exposed through service APIs and default to bare repositories suitable for remote Git transport.
Scope
In Scope
gitstore-git-service.Out of Scope
Acceptance Criteria
Dependencies
Tracking