gitlab-org--gitlab-foss/lib/gitlab/gitaly_client
Stan Hu c8ff6b7c73 Use limit parameter to retrieve Wikis from Gitaly
Without this parameter, every load of a Wiki page will load all the Wiki pages
in the repository for the sidebar. This is a significant performance penalty
that can significant slow the display of all Wiki pages.

Relates to #40101
2018-07-24 15:36:31 -07:00
..
attributes_bag.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
blob_service.rb Updated Gitaly timeout values 2018-07-05 16:05:24 +00:00
blobs_stitcher.rb Migrate Git::Blob.batch to Gitaly 2018-02-08 00:26:45 +01:00
commit_service.rb Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
conflict_files_stitcher.rb Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
conflicts_service.rb Make sure ConflictsService does not raise for conflicting submodules 2018-07-10 15:06:20 +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
health_check_service.rb Add a gRPC health check to ensure Gitaly is up 2018-01-24 15:47:27 -08:00
namespace_service.rb Updated Gitaly timeout values 2018-07-05 16:05:24 +00:00
notification_service.rb Renamed Gitaly services 2017-07-18 07:59:36 +00:00
operation_service.rb Add missing Gitaly branch_update nil checks 2018-07-19 17:48:58 +00:00
queue_enumerator.rb Merge Merge Requests via Gitaly 2017-10-13 14:07:31 +02:00
ref_service.rb Incorporate Gitaly's RefService.FindAllRemoteBranches RPC 2018-07-18 16:48:47 -04:00
remote_service.rb Updated Gitaly timeout values 2018-07-05 16:05:24 +00:00
repository_service.rb Remove timeouts for long running requests 2018-07-24 13:56:28 +02:00
server_service.rb Add a fast_timeout for the `ServerService.ServerInfo` endpoint 2018-07-11 12:11:42 +01:00
storage_service.rb Use Gitaly's DeleteAllRepositories RPC during backup restore 2018-05-28 09:58:14 +00:00
storage_settings.rb Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
util.rb Add handling for commit/tags with big messages 2018-05-18 20:51:10 +02:00
wiki_file.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
wiki_page.rb Encode GitalyClient::WikiPage attributes to UTF-8 2018-02-05 12:29:02 +01:00
wiki_service.rb Use limit parameter to retrieve Wikis from Gitaly 2018-07-24 15:36:31 -07:00