gitlab-org--gitlab-foss/lib/gitlab/gitaly_client
Stan Hu fb6a4e21d4 Bring back Rugged implementation of find_commit
This brings back some of the changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339.

For users using Gitaly on top of NFS, accessing the Git data directly
via Rugged is more performant than Gitaly. This merge request introduces
the feature flag `rugged_find_commit` to activate Rugged paths.

There are also Rake tasks `gitlab:features:enable_rugged` and
`gitlab:features:disable_rugged` to enable/disable these feature
flags altogether.

Part of four Rugged changes identified in
https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
2019-03-01 08:45:51 -08:00
..
attributes_bag.rb
blob_service.rb
blobs_stitcher.rb
cleanup_service.rb
commit_service.rb Add client support for count diverging commits 2019-02-06 22:25:37 -08:00
conflict_files_stitcher.rb
conflicts_service.rb
diff.rb
diff_stitcher.rb
health_check_service.rb
namespace_service.rb
notification_service.rb
object_pool_service.rb Leave object pools when destroying projects 2018-12-19 13:21:56 +01:00
operation_service.rb Support merge to ref for merge-commit and squash 2019-02-25 10:40:58 -03:00
queue_enumerator.rb
ref_service.rb
remote_service.rb
repository_service.rb Modifying gitaly search files client to add chunking support 2019-02-06 20:32:53 -08:00
server_service.rb
storage_service.rb
storage_settings.rb Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00
util.rb Rename gl_project_name -> gl_project_path 2019-02-05 21:33:10 -08:00
wiki_file.rb
wiki_page.rb
wiki_service.rb