gitlab-ce/lib/gitlab/git
Jacob Vosmaer f278e5fb3e Set default options outside the raw_log method
The raw_log method is meant to become the Gitaly RPC boundary. By
setting the defaults before doing the RPC we keep the RPC
implementation simpler. We also sidestep the unfortunate subtleties of
what happens when options[:limit] is not set, or nil.
2017-08-07 18:05:06 +02:00
..
storage Use ruby's `File.stat` to check storage availability 2017-08-04 15:38:50 +02:00
attributes.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
blame.rb Migrate blame loading to Gitaly 2017-08-03 19:20:46 +02:00
blob.rb Renamed Gitaly services 2017-07-18 07:59:36 +00:00
blob_snippet.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
branch.rb Make commit lookups explicit 2017-07-14 17:08:53 +02:00
commit.rb Rename 'commits_between' to 'rugged_commits_between' 2017-08-03 15:48:10 +02:00
commit_stats.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
compare.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
diff.rb Migrate DiffCollection limiting logic to Gitaly 2017-07-19 18:05:22 +02:00
diff_collection.rb Migrate DiffCollection limiting logic to Gitaly 2017-07-19 18:05:22 +02:00
env.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
gitmodules_parser.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
hook.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
index.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
path_helper.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
popen.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
ref.rb Use helper instead of ad-hoc regex 2017-07-14 17:08:53 +02:00
repository.rb Set default options outside the raw_log method 2017-08-07 18:05:06 +02:00
rev_list.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
storage.rb Add a Circuitbreaker for storage paths 2017-08-04 15:38:48 +02:00
tag.rb Make commit lookups explicit 2017-07-14 17:08:53 +02:00
tree.rb Incorporate CommitService.GetTreeEntries Gitaly call 2017-07-20 12:47:00 -04:00
util.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00