summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 'feature/migrate-repository-diff' into 'master'Douwe Maan2017-09-221-1/+9
|\
| * Migrate Gitlab::Git::Repository#diff to Gitalyfeature/migrate-repository-diffAhmad Sherif2017-09-211-1/+9
* | Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-201-4/+2
|/
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-1/+84
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-10/+13
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-0/+37
* Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-141-10/+10
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-11/+26
* 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 '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-301-5/+29
|\ \
| * | 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-241-2/+3
| |\
| | * Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-2/+3
| * | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-0/+23
| * | Fix inconsistent number of branches when remote branches are presentsh-fix-branch-countStan Hu2017-08-231-1/+1
| |/
* | Just use a blockLin Jen-Shin2017-08-291-1/+1
* | Resolve feedback on the MR:Lin Jen-Shin2017-08-251-0/+11
|/
* Simplify return valuesgitaly-annotations-updateJacob Vosmaer2017-08-181-1/+4
* Simplify method argumentsJacob Vosmaer2017-08-181-2/+2
* More annotationsJacob Vosmaer2017-08-181-0/+4
* Delete unused Gitlab::Git methodsJacob Vosmaer2017-08-181-20/+0
* Add Gitaly annotationJacob Vosmaer2017-08-181-0/+2
* Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-181-9/+42
* Incorporate RepositoryService.ApplyGitattributes Gitaly RPCgitaly-apply-gitattributesAlejandro Rodríguez2017-08-171-26/+42
* Speed up project creation by inlining repository creationNick Thomas2017-08-151-0/+22
* Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-151-0/+2
|\
| * Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-141-0/+2
* | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-22/+36
|\ \ | |/ |/|
| * Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-22/+36
* | Expose the raw_log methodgitlab-git-expose-raw-logJacob Vosmaer2017-08-091-16/+17
|/
* Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets2017-08-081-1/+1
|\
| * Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-1/+1
* | Merge branch 'feature/migrate-repository-size-to-gitaly' into 'master'Robert Speicher2017-08-071-1/+16
|\ \ | |/ |/|
| * Migrate Gitlab::Git::Repository#size to Gitalyfeature/migrate-repository-size-to-gitalyAhmad Sherif2017-08-071-1/+16
* | Set default options outside the raw_log methodJacob Vosmaer2017-08-071-14/+15
|/