-
- Downloads
Merge branch 'gitaly-local-branches' into 'master'
Incorporate Gitaly's local_branches operation into repo code Closes #27379 See merge request !10059
No related branches found
No related tags found
Showing
- app/models/repository.rb 1 addition, 15 deletionsapp/models/repository.rb
- changelogs/unreleased/gitaly-local-branches.yml 4 additions, 0 deletionschangelogs/unreleased/gitaly-local-branches.yml
- lib/gitlab/git/branch.rb 34 additions, 0 deletionslib/gitlab/git/branch.rb
- lib/gitlab/git/commit.rb 2 additions, 7 deletionslib/gitlab/git/commit.rb
- lib/gitlab/git/repository.rb 31 additions, 6 deletionslib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/ref.rb 16 additions, 0 deletionslib/gitlab/gitaly_client/ref.rb
- spec/features/protected_branches_spec.rb 0 additions, 1 deletionspec/features/protected_branches_spec.rb
- spec/features/protected_tags_spec.rb 0 additions, 1 deletionspec/features/protected_tags_spec.rb
- spec/lib/gitlab/git/branch_spec.rb 45 additions, 0 deletionsspec/lib/gitlab/git/branch_spec.rb
- spec/lib/gitlab/git/repository_spec.rb 27 additions, 2 deletionsspec/lib/gitlab/git/repository_spec.rb
- spec/lib/gitlab/gitaly_client/ref_spec.rb 30 additions, 0 deletionsspec/lib/gitlab/gitaly_client/ref_spec.rb
- spec/support/matchers/gitaly_matchers.rb 6 additions, 0 deletionsspec/support/matchers/gitaly_matchers.rb
- spec/support/protected_branches/access_control_ce_shared_examples.rb 0 additions, 0 deletions...t/protected_branches/access_control_ce_shared_examples.rb
- spec/support/protected_tags/access_control_ce_shared_examples.rb 0 additions, 0 deletions...pport/protected_tags/access_control_ce_shared_examples.rb
File moved