summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Create repositories via GitalyJacob Vosmaer2017-09-291-5/+2
* Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-1/+25
* Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-291-17/+34
* Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-281-1/+11
|\
| * Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-281-1/+11
* | Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-281-2/+7
* | RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg2017-09-261-2/+12
|/
* Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker2017-09-251-1/+7
* Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan2017-09-224-9/+71
|\
| * Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-224-9/+71
* | Merge branch 'feature/migrate-repository-diff' into 'master'Douwe Maan2017-09-222-1/+13
|\ \
| * | Migrate Gitlab::Git::Repository#diff to Gitalyfeature/migrate-repository-diffAhmad Sherif2017-09-212-1/+13
* | | Merge branch 'sh-blob-raw-check' into 'master'Douwe Maan2017-09-221-0/+2
|\ \ \ | |_|/ |/| |
| * | Ensure that Blob.raw returns always returns a valid blob objectsh-blob-raw-checkStan Hu2017-09-211-0/+2
* | | Display full pre-receive and post-receive hook output in GitLab UIRobin Bobbitt2017-09-211-3/+4
|/ /
* | Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-204-8/+14
|/
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-193-4/+89
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-10/+13
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-152-1/+43
* Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-143-18/+24
* Migrate Git::CommitStats to Gitalygitaly-519-commit-statsKim "BKC" Carlbäcker2017-09-112-2/+19
* Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fixAlejandro Rodríguez2017-09-061-4/+7
* Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-objectRobert Speicher2017-09-061-11/+26
|\
| * Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-11/+26
* | renames ambiguous methods and add specmicael.bergeron2017-09-062-2/+4
* | fix refactoring error with Blob.binary?micael.bergeron2017-09-062-6/+6
* | revert to using a simple representationmicael.bergeron2017-09-062-16/+12
* | wip: fake its a binary diffmicael.bergeron2017-09-061-1/+15
|/
* Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-051-7/+11
* Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-0/+43
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-0/+168
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-0/+168
* | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-041-0/+104
|\ \ | |/
| * Add Gitlab::Git::Repository#==Jacob Vosmaer2017-09-011-0/+4
| * Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-0/+100
* | Simplify Git interactions in AfterImportServiceJacob Vosmaer (GitLab)2017-09-011-2/+8
* | Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern2017-08-311-0/+3
|\ \ | |/ |/|
| * Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-301-0/+3
* | Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-2/+16
* | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-304-12/+96
|\ \
| * | replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
| * | replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
| |/
| * Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-244-9/+70
| |\
| | * Rubocop whitespaceJacob Vosmaer2017-08-232-9/+8
| | * Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-232-2/+39
| | * Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-232-7/+11
| | * Decouple GitOperationService from UserJacob Vosmaer2017-08-231-0/+21
| * | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-0/+23
| * | Merge branch 'sh-fix-branch-count' into 'master'Douwe Maan2017-08-241-1/+1
| |\ \
| | * | Fix inconsistent number of branches when remote branches are presentsh-fix-branch-countStan Hu2017-08-231-1/+1
| | |/