summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-1/+1
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-8/+8
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
|/
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-1/+1
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-7/+12
* Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-071-6/+5
|\
| * Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern2017-08-071-6/+5
| |\
| | * Remove unnecessary 'raw' aliasJacob Vosmaer2017-08-031-1/+0
| | * Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-031-5/+5
* | | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+14
|/ /
* | Migrate Gitlab::Git::Repository#count_commits to Gitalyfeature/migrate-count-commits-to-gitalyAhmad Sherif2017-08-021-17/+27
|/
* Add option to use CommitLanguages RPCJacob Vosmaer2017-08-011-0/+39
* Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branchesAlejandro Rodríguez2017-07-271-2/+7
* Improve Gitlab::Git::Repository specs for #branchesAlejandro Rodríguez2017-07-271-14/+39
* Remove unused Gitlab::Git operationsAlejandro Rodríguez2017-07-271-138/+0
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-9/+9
* Merge branch 'remove-git-search-files' into 'master'Sean McGivern2017-07-171-36/+0
|\
| * Remove Repository#search_filesremove-git-search-filesJacob Vosmaer2017-07-141-36/+0
* | Remove deprecated #heads methodJacob Vosmaer2017-07-141-33/+2
|/
* Change Git::Repository#log to return CommitsJacob Vosmaer2017-07-131-8/+8
* Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher2017-07-071-44/+35
|\
| * Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitalyAhmad Sherif2017-07-071-44/+35
* | Merge branch 'gitaly-submodule-url-for' into 'master'Sean McGivern2017-07-051-0/+32
|\ \ | |/ |/|
| * Migrate #submodule_url_for to GitalyJacob Vosmaer2017-07-051-0/+32
* | Remove unnecessary clear_stubs callsJacob Vosmaer2017-07-041-5/+0
* | Add a UTF-8 encoding matcherJacob Vosmaer2017-06-301-6/+5
* | Remove unnecessary contextsJacob Vosmaer2017-06-301-108/+66
|/
* Fix gitaly ref encoding bugsJacob Vosmaer2017-06-281-0/+24
* Merge branch 'submodules-private' into 'master'Sean McGivern2017-06-281-4/+4
|\
| * Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-4/+4
* | Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-271-29/+0
|/