gitlab-ce/lib/gitlab/git
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
..
conflict Simplify conflict resolver interface 2017-12-14 16:02:50 -03:00
storage Keep track of storage check timings 2017-12-11 13:18:39 +01:00
attributes.rb
blame.rb Refactor Gitlab::Git::Commit to include a repository 2017-08-07 22:34:34 -04:00
blob.rb Add link to gitaly converation 2017-11-30 17:05:55 +01:00
blob_snippet.rb
branch.rb Fetch the merged branches at once 2017-10-27 15:55:08 +00:00
commit.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
commit_stats.rb Migrate Git::CommitStats to Gitaly 2017-09-11 21:00:58 +02:00
compare.rb
diff.rb Revert "Increase diff limits to 100 KB for collapse and 200 KB overall" 2017-10-02 13:54:40 +01:00
diff_collection.rb Refactor Gitlab::Git::Commit to include a repository 2017-08-07 22:34:34 -04:00
env.rb Add Gitlab::Git::Env.to_env_hash 2017-10-16 13:19:44 +02:00
gitlab_projects.rb Import gitlab_projects.rb from gitlab-shell 2017-12-14 16:00:04 +00:00
gitmodules_parser.rb
hook.rb add username to authorized result, so that gitlab-shell can pass it to hooks 2017-09-29 18:16:55 -04:00
hooks_service.rb Fix the incorrect value being used to set GL_USERNAME on hooks 2017-10-25 14:01:57 -03:00
index.rb
lfs_changes.rb Gitlab::Git::RevList and LfsChanges use lazy popen 2017-11-06 10:20:14 +00:00
operation_service.rb Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly 2017-12-13 17:40:19 +01:00
path_helper.rb
popen.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-06 21:44:57 +08:00
ref.rb
remote_repository.rb Remove Rugged::Repository#empty? 2017-12-07 15:33:30 +00:00
repository.rb Merge branch '41016-import-gitlab-shell-projects' into 'master' 2017-12-15 09:54:42 +00:00
repository_mirroring.rb Unify mirror addition operations to prepare for Gitaly migration 2017-12-06 19:08:29 -03:00
rev_list.rb Gitlab::Git::RevList and LfsChanges use lazy popen 2017-11-06 10:20:14 +00:00
storage.rb Keep track of all storage keys in a set 2017-12-01 17:50:43 +01:00
tag.rb
tree.rb Implement fix for n+1 issue on `flatten_tree` helper 2017-09-06 17:47:25 -03:00
user.rb Fix encoding bugs in Gitlab::Git::User 2017-11-23 10:48:57 +00:00
util.rb
wiki.rb Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00
wiki_file.rb Add path attribute to WikiFile class 2017-10-26 13:04:33 +02:00
wiki_page.rb Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00
wiki_page_version.rb Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00