gitlab-org--gitlab-foss/lib/gitlab/gitaly_client
Zeger-Jan van de Weg c6edae3887
Load commit in batches for pipelines#index
Uses `list_commits_by_oid` on the CommitService, to request the needed
commits for pipelines. These commits are needed to display the user that
created the commit and the commit title.

This includes fixes for tests failing that depended on the commit
being `nil`. However, now these are batch loaded, this doesn't happen
anymore and the commits are an instance of BatchLoader.
2017-12-19 10:05:40 +01:00
..
attributes_bag.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
blob_service.rb Use grpc 1.4.5 2017-08-17 13:58:19 +02:00
commit_service.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
diff.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
diff_stitcher.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
namespace_service.rb Gitaly namespace service enabled for GitLab 2017-10-05 14:11:32 +02:00
notification_service.rb Renamed Gitaly services 2017-07-18 07:59:36 +00:00
operation_service.rb Migrate Gitlab::Git::Repository#revert to Gitaly 2017-12-05 14:09:15 +01:00
queue_enumerator.rb Merge Merge Requests via Gitaly 2017-10-13 14:07:31 +02:00
ref_service.rb Add timeouts for Gitaly calls 2017-11-29 09:12:12 +00:00
repository_service.rb Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly 2017-12-13 17:40:19 +01:00
util.rb Support `Gitaly::User`'s gl_username field 2017-10-23 17:31:48 -03:00
wiki_file.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
wiki_page.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
wiki_service.rb Prevent dups when using StringIO for binary reads 2017-12-06 18:28:45 +01:00