Skip to content
  • Nick Thomas's avatar
    Remove GitlabShell#create_repository and wrappers · c861a0a0
    Nick Thomas authored
    Project repository and wiki repository creation was indirected through
    Gitlab::Shell unnecessarily. `GitlabShell#create_repository` build an
    (incomplete) `Gitlab::Git::Repository` to run the creation code, but
    all users already had access to `Repository` instances.
    c861a0a0