gitlab-org--gitlab-foss/spec/lib/gitlab/git
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
..
conflict Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
storage Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
attributes_at_ref_parser_spec.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
attributes_parser_spec.rb Client implementation for InfoAttributes 2018-04-11 14:21:27 +02:00
blame_spec.rb RawBlame only called through Gitaly 2018-06-13 16:44:59 +02:00
blob_snippet_spec.rb
blob_spec.rb Remove last flags from Blob and Workhorse 2018-07-11 12:59:15 +02:00
branch_spec.rb Remove Repository#path memoization 2018-07-12 09:49:25 +00:00
commit_spec.rb Remove unreachable Git code 2018-07-18 11:12:57 +00:00
committer_with_hooks_spec.rb Make Gitaly wiki RPC's mandatory 2018-06-18 08:19:11 +00:00
compare_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
diff_collection_spec.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
diff_spec.rb Remove Repository#lookup and unreachable rugged code 2018-07-16 10:34:31 +00:00
gitlab_projects_spec.rb Find and mark more Git disk access locations, part 2 2018-06-12 14:33:37 +02:00
gitmodules_parser_spec.rb Handle CR-LFs properly in .gitmodules file 2018-03-30 15:23:44 -07:00
hook_env_spec.rb Remove support for absolute dirs from Git::Env 2018-03-30 09:19:46 +00:00
hook_spec.rb Merge branch 'gitaly-disk-access-3' into 'master' 2018-06-12 13:32:46 +00:00
hooks_service_spec.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
index_spec.rb Remove Repository#lookup and unreachable rugged code 2018-07-16 10:34:31 +00:00
lfs_changes_spec.rb LFS changes are detected by Gitaly 2018-06-19 15:59:27 +02:00
lfs_pointer_file_spec.rb File upload UI obeys LFS filters 2018-02-06 15:26:25 +00:00
popen_spec.rb Avoid process deadlock in popen by consuming input pipes 2018-07-12 16:21:30 -07:00
pre_receive_error_spec.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
raw_diff_change_spec.rb Backport some changes from gitlab-ee!5476 2018-05-09 13:20:28 -05:00
remote_repository_spec.rb Remove Rugged::Repository#empty? 2017-12-07 15:33:30 +00:00
repository_spec.rb Migrate add_remote, remove_remote, fetch_internal_remote to gitaly 2018-07-19 15:07:37 -04:00
tag_spec.rb Add handling for commit/tags with big messages 2018-05-18 20:51:10 +02:00
tree_spec.rb Remove Rugged exception in cache rescue 2018-01-30 17:51:56 +01:00
user_spec.rb Fix encoding bugs in Gitlab::Git::User 2017-11-23 10:48:57 +00:00
util_spec.rb
wiki_spec.rb Use limit parameter to retrieve Wikis from Gitaly 2018-07-24 15:36:31 -07:00