summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern2017-10-161-0/+18
|\
| * Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez2017-10-121-0/+14
| * Clean hierarchy of calls between models and Gitalb::Git for blob searchAlejandro Rodríguez2017-10-121-0/+4
* | Popen with a timeoutAndrew Newdigate2017-10-161-0/+7
* | Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-1/+11
|/
* Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan2017-10-121-0/+1
|\
| * Fix the format of rugged alternate directory listfix/rugged-alternate-pathsAhmad Sherif2017-10-121-0/+1
* | Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets2017-10-121-0/+6
|\ \ | |/ |/|
| * Add `Gitlab::Git::Repository#fetch` commandgitaly-fetch-remoteAlejandro Rodríguez2017-10-091-0/+6
* | Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-111-1/+13
* | Use Gitaly's RepositoryService.HasLocalBranches RPCgitaly-has-local-branchesAlejandro Rodríguez2017-10-101-1/+1
|/
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-0/+2
* Use simple path for tmp ref, avoiding extra dirLin Jen-Shin2017-10-051-1/+1
* Merge branch 'gitaly-fetch-ref' into 'master'Sean McGivern2017-10-041-13/+52
|\
| * Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-13/+52
* | Add missing exception variableJacob Vosmaer2017-10-041-1/+1
|/
* Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-1/+7
* Implement OperationService.UserAddBranch Gitaly RPCgitaly-add-branchAlejandro Rodríguez2017-09-301-7/+27
* Populate `Gitlay::Repository`'s `gl_repository` fieldAlejandro Rodríguez2017-09-301-1/+1
* 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 '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