gitlab-ce/lib/gitlab/git
Kim "BKC" Carlbäcker 28bbb4cb47 Migrate Gitlab::Git::Repository#write_config to Gitaly
- Add tests for Repository#write_config
2018-01-31 15:02:31 +01:00
..
conflict Migrate Repository#can_be_merged? to Gitaly 2018-01-11 16:40:13 +01:00
storage Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +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 Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
blame.rb Set alternate object directories in run_git 2018-01-29 08:51:25 +00:00
blob.rb Fix .batch_lfs_pointers accepting a lazy enumerator 2018-01-25 14:11:27 +01:00
blob_snippet.rb
branch.rb Fetch the merged branches at once 2017-10-27 15:55:08 +00:00
commit.rb Retrieve commit signatures with Gitaly 2018-01-18 14:10:17 +00:00
commit_stats.rb Speed up generation of commit stats by using Rugged native methods 2018-01-02 23:48:19 -08:00
compare.rb
diff.rb Decouple more of Repository from Rugged 2018-01-30 16:21:55 +00:00
diff_collection.rb
env.rb Add Gitlab::Git::Env.to_env_hash 2017-10-16 13:19:44 +02:00
gitlab_projects.rb Migrate importing repository to Gitaly 2018-01-15 14:15:54 +01:00
gitmodules_parser.rb
hook.rb add username to authorized result, so that gitlab-shell can pass it to hooks 2017-09-29 18:16:55 -04:00
hooks_service.rb Fix the incorrect value being used to set GL_USERNAME on hooks 2017-10-25 14:01:57 -03:00
index.rb Move git operations for multi_action into Gitlab::Git 2018-01-05 15:17:53 -03:00
info_attributes.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
lfs_changes.rb Gitlab::Git::RevList and LfsChanges use lazy popen 2017-11-06 10:20:14 +00:00
operation_service.rb Decouple more of Repository from Rugged 2018-01-30 16:21:55 +00:00
path_helper.rb
popen.rb Set alternate object directories in run_git 2018-01-29 08:51:25 +00:00
ref.rb Fix dereferenced_target naming in Gitlab::Git::Ref initialize 2018-01-17 00:01:07 +03:00
remote_mirror.rb Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC 2018-01-22 13:51:02 -03:00
remote_repository.rb Remove Rugged::Repository#empty? 2017-12-07 15:33:30 +00:00
repository.rb Migrate Gitlab::Git::Repository#write_config to Gitaly 2018-01-31 15:02:31 +01:00
repository_mirroring.rb Unify mirror addition operations to prepare for Gitaly migration 2017-12-06 19:08:29 -03:00
rev_list.rb Prevent RevList failing on non utf8 paths 2018-01-16 13:27:59 +00:00
storage.rb Keep track of all storage keys in a set 2017-12-01 17:50:43 +01:00
tag.rb
tree.rb Implement fix for n+1 issue on `flatten_tree` helper 2017-09-06 17:47:25 -03:00
user.rb Fix encoding bugs in Gitlab::Git::User 2017-11-23 10:48:57 +00:00
util.rb
wiki.rb Migrate fetching wiki page formatted content to Gitaly 2018-01-30 17:19:39 +01:00
wiki_file.rb Add path attribute to WikiFile class 2017-10-26 13:04:33 +02:00
wiki_page.rb Add formatted_data attribute to Git::WikiPage 2018-01-24 21:14:11 +01:00
wiki_page_version.rb Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00