summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-141-0/+45
* Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher2017-12-111-18/+3
|\
| * Add feature flag to use gitaly-ssh mirroring when cloning internal reposAlejandro Rodríguez2017-12-061-18/+3
* | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+1
|/
* Gracefully handle case when repository's root ref does not existsh-fix-root-ref-repositoryStan Hu2017-11-301-0/+10
* Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-231-20/+5
|\
| * Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-20/+5
* | Make sure repository is restoredLin Jen-Shin2017-11-231-0/+4
* | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-1/+6
|/
* Merge branch 'gitaly-delete-refs' into 'master'Douwe Maan2017-11-201-0/+26
|\
| * Incorporate Gitaly's RefService.DeleteRefs RPCgitaly-delete-refsAlejandro Rodríguez2017-11-171-0/+26
* | Fix Gitlab::Git::Repository#remote_tags using unexisting variableAlejandro Rodríguez2017-11-201-5/+18
|/
* Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)2017-11-101-27/+43
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+15
* Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-061-5/+5
|\
| * removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-5/+5
* | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-16/+61
* | Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez2017-11-031-0/+15
|/
* Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable2017-11-021-21/+39
|\
| * Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-311-21/+39
* | Fix encoding issue with Repository.ls_filesKim Carlbäcker2017-11-021-0/+5
* | Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan2017-11-011-0/+18
|\ \ | |/ |/|
| * Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones2017-11-011-0/+18
* | Fetch the merged branches at onceLin Jen-Shin (godfat)2017-10-271-0/+26
* | Move all rugged operation for ff_merge inside Gitlab::Gitgitaly-ff-merge-preparationAlejandro Rodríguez2017-10-241-0/+54
|/
* Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-0/+39
* Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan2017-10-121-2/+2
|\
| * Fix the format of rugged alternate directory listfix/rugged-alternate-pathsAhmad Sherif2017-10-121-2/+2
* | Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets2017-10-121-0/+15
|\ \ | |/ |/|
| * Add `Gitlab::Git::Repository#fetch` commandgitaly-fetch-remoteAlejandro Rodríguez2017-10-091-0/+15
* | Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-111-18/+39
|/
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-12/+12
* Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-0/+17
* Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-0/+28
* Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-0/+34
* Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-281-0/+78
* Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-201-1/+1
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-29/+56
* Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-051-14/+24
* Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-0/+34
* Add missing third argument to `Git::Repository#initialize` in specRobert Speicher2017-08-241-1/+1
* Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-241-16/+16
|\
| * Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-16/+16
* | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-0/+28
* | Fix inconsistent number of branches when remote branches are presentsh-fix-branch-countStan Hu2017-08-231-0/+30
|/
* Delete unused Gitlab::Git methodsJacob Vosmaer2017-08-181-17/+0
* Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-181-11/+31
* Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-151-2/+8
|\
| * Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-141-2/+8
* | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-1/+1
|\ \ | |/ |/|