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
Starting GitStore currently requires running an initialization script to bootstrap the backing Git repository. This is not end-user friendly. Implement API-driven repository creation so the platform can provision repositories programmatically, similar to Git hosting platforms that create repositories via API calls.
Scope
In scope:
Add API capabilities to create and initialize repositories without requiring manual init scripts.
Summary
Starting GitStore currently requires running an initialization script to bootstrap the backing Git repository. This is not end-user friendly. Implement API-driven repository creation so the platform can provision repositories programmatically, similar to Git hosting platforms that create repositories via API calls.
Scope
In scope:
gitstore-git-servicefor repository initialization and default branch setup. (Implemented in [Initiative] Migrate gitstore-git-service from git2 to gitoxide #108)gitstore-apito request repository creation through service APIs.<namespace>/<repo>) so repositories cannot be created at root scope.Out of scope:
Acceptance Criteria
Subtasks
Tracking