summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-20/+20
* Merge branch 'moved-submodules' into 'master'Rémy Coutable2017-06-191-4/+4
|\
| * repository: index submodules by pathDavid Turner2017-06-161-4/+4
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-9/+31
|/
* Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-081-41/+0
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* Make .gitmodules parsing more resilient to syntax errorsDouwe Maan2017-05-301-0/+13
* Merge branch 'gitaly-local-branches' into 'master'Douwe Maan2017-05-181-2/+27
|\
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-2/+30
* | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-0/+25
|/
* Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-1/+1
* Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-45/+60
* Fix RSpecKim "BKC" Carlbäcker2017-04-281-13/+1
* Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-0/+29
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-42/+45
|\