gitlab-org--gitlab-foss/lib/gitlab/git/rugged_impl
Stan Hu 2fc4de6ab6 Bring back Rugged implementation of ListCommitsByOid
This brings back changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432.

For users using Gitaly on top of NFS, accessing the Git data directly
via Rugged may be faster than going through than Gitaly. This merge
request introduces the feature flag `rugged_list_commits_by_oid` to
activate the Rugged method.

For one customer, we saw that ListCommitsByOid was the second highest
used endpoint that may be causing increased load.
2019-04-17 05:09:18 -07:00
..
blob.rb
commit.rb Bring back Rugged implementation of ListCommitsByOid 2019-04-17 05:09:18 -07:00
ref.rb
repository.rb Bring back Rugged implementation of ListCommitsByOid 2019-04-17 05:09:18 -07:00
tree.rb Avoid excessive recursive calls with Rugged TreeEntries 2019-03-31 22:14:19 -07:00