-
- Downloads
Client implementation for Repository#new_commits
After trying to remove the whole method in 8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle approach to the method. :) Prior to this change, new commit detection wasn't implemented in Gitaly, this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779 As the new implemented got moved around a bit, the whole RevList class got removed. Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
parent
740ae2d1
No related branches found
No related tags found
Showing
- app/models/repository.rb 2 additions, 5 deletionsapp/models/repository.rb
- lib/gitlab/git/repository.rb 15 additions, 0 deletionslib/gitlab/git/repository.rb
- lib/gitlab/git/rev_list.rb 0 additions, 50 deletionslib/gitlab/git/rev_list.rb
- lib/gitlab/gitaly_client/ref_service.rb 19 additions, 0 deletionslib/gitlab/gitaly_client/ref_service.rb
- spec/lib/gitlab/git/rev_list_spec.rb 0 additions, 35 deletionsspec/lib/gitlab/git/rev_list_spec.rb
- spec/models/repository_spec.rb 31 additions, 15 deletionsspec/models/repository_spec.rb
lib/gitlab/git/rev_list.rb
deleted
100644 → 0
spec/lib/gitlab/git/rev_list_spec.rb
deleted
100644 → 0
Please register or sign in to comment