gitlab-org--gitlab-foss/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 Partially rever "Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'master'"" 2018-07-06 11:43:01 +02:00
storage Add "deny disk access" Gitaly feature (tripswitch) 2018-06-01 11:56:29 +00:00
attributes_at_ref_parser.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
attributes_parser.rb Client implementation for InfoAttributes 2018-04-11 14:21:27 +02:00
blame.rb RawBlame only called through Gitaly 2018-06-13 16:44:59 +02:00
blob.rb Remove last flags from Blob and Workhorse 2018-07-11 12:59:15 +02:00
blob_snippet.rb
branch.rb Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
commit.rb Remove unreachable Git code 2018-07-18 11:12:57 +00:00
commit_stats.rb Remove more feature flags 2018-07-03 17:39:08 +02:00
committer_with_hooks.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
compare.rb
diff.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
diff_collection.rb Make all Gitaly diff flags mandatory 2018-07-06 12:01:15 +02:00
gitlab_projects.rb CE-EE parity for lib/gitlab/git/gitlab_projects.rb 2018-06-20 15:08:11 -05:00
gitmodules_parser.rb Handle CR-LFs properly in .gitmodules file 2018-03-30 15:23:44 -07:00
hook.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
hook_env.rb Remove support for absolute dirs from Git::Env 2018-03-30 09:19:46 +00:00
hooks_service.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
index.rb Move git operations for multi_action into Gitlab::Git 2018-01-05 15:17:53 -03:00
lfs_changes.rb LFS changes are detected by Gitaly 2018-06-19 15:59:27 +02:00
lfs_pointer_file.rb Extract constant for LfsPointerFile::VERSION_LINE 2018-03-16 13:35:03 +00:00
operation_service.rb Add missing Gitaly branch_update nil checks 2018-07-19 17:48:58 +00:00
path_helper.rb Fix a RuntimeError: cannot modify frozen string 2018-05-18 15:19:58 +01:00
popen.rb Avoid process deadlock in popen by consuming input pipes 2018-07-12 16:21:30 -07:00
pre_receive_error.rb Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
raw_diff_change.rb Backport some changes from gitlab-ee!5476 2018-05-09 13:20:28 -05:00
ref.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
remote_mirror.rb Update remote happens through Gitaly only 2018-06-25 15:47:42 +02:00
remote_repository.rb Remove legacy storage path call 2018-04-30 09:02:23 +02:00
repository.rb Make repository cleanup mandatory 2018-07-24 13:25:27 +02:00
repository_mirroring.rb Migrate add_remote, remove_remote, fetch_internal_remote to gitaly 2018-07-19 15:07:37 -04:00
storage.rb
tag.rb Make search and message RPC's mandatory 2018-06-27 13:46:51 +02:00
tree.rb Remove more feature flags 2018-07-03 17:39:08 +02:00
user.rb
util.rb
version.rb Use gitaly to figure out git version for usage ping 2018-06-19 18:39:47 +05:30
wiki.rb Use limit parameter to retrieve Wikis from Gitaly 2018-07-24 15:36:31 -07:00
wiki_file.rb
wiki_page.rb Add formatted_data attribute to Git::WikiPage 2018-01-24 21:14:11 +01:00
wiki_page_version.rb