summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc-guard-against-empty-dereferenced_target' into 'master'Sean McGivern2019-04-121-0/+7
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-path-11-10-rc6Patrick Bajao2019-04-111-10/+1
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-11/+11
* Download a folder from repositoryPatrick Bajao2019-04-021-1/+10
* Bump Rugged to 0.28.0Stan Hu2019-03-191-0/+5
* Removing old code path for search_files_by_contentJohn Cai2019-03-011-10/+0
* Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer2019-02-271-2/+2
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-0/+31
* Adapt that diverging commits could be just one baradd-client-for-count-diverging-commitsLin Jen-Shin2019-02-111-4/+8
* Add client support for count diverging commitsJohn Cai2019-02-061-0/+86
* Modifying gitaly search files client to add chunking supportJohn Cai2019-02-061-13/+64
* Send project name with Gitaly repository requestsStan Hu2019-02-051-10/+10
* Validate bundle files before unpacking themNick Thomas2019-01-101-5/+12
* Don't specify `shell` for Gitaly write-refBob Van Landuyt2018-11-261-0/+13
* Avoid Gitaly RPC errors when fetching diff statsosw-fallback-on-blank-refsOswaldo Ferreira2018-11-141-0/+14
* Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas2018-11-061-0/+21
* Add spec for Gitlab::Git::Repository#attributesMark Chao2018-10-301-0/+28
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-153/+61
* Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-0/+8
* Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan2018-09-171-0/+26
|\
| * Add Gitaly diff stats RPC clientOswaldo Ferreira2018-09-171-0/+26
* | Update Gitlay server version to 0.121.0Douglas Barbosa Alexandre2018-09-131-1/+1
* | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-548/+197
|/
* Encode remote root refDouglas Barbosa Alexandre2018-09-071-0/+4
* Add Gitlab::Git::Repository#find_remote_root_refDouglas Barbosa Alexandre2018-09-061-0/+27
* Fix typomk/fix-typoMichael Kozono2018-08-181-3/+3
* Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez2018-07-311-1/+1
* Migrate add_remote, remove_remote, fetch_internal_remote to gitalyAlejandro Rodríguez2018-07-191-19/+0
* Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-34/+0
* Remove unreachable Git codeJacob Vosmaer (GitLab)2018-07-181-37/+8
* Remove Repository#lookup and unreachable rugged codeJacob Vosmaer (GitLab)2018-07-161-84/+0
* whitespaceJacob Vosmaer2018-07-121-9/+9
* Make more ref RPC's mandatoryJacob Vosmaer2018-07-121-33/+0
* Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-54/+67
* Use Gitaly for fetches and creating bundlesJacob Vosmaer2018-07-091-39/+31
* Add Repository#set_config and #delete_configJacob Vosmaer2018-07-061-0/+48
* Remove more feature flagsJacob Vosmaer2018-07-031-65/+55
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-031-74/+71
* Commits between in Gitaly onlyZeger-Jan van de Weg2018-06-281-40/+0
* Merge branch 'zj-create-from-bundle-mandatory' into 'master'Douwe Maan2018-06-251-29/+19
|\
| * Moves another RPC to mandatoryZeger-Jan van de Weg2018-06-251-29/+19
* | Write Config is mandatoryZeger-Jan van de Weg2018-06-251-31/+21
|/
* Raw changes calculation is Gitaly only nowZeger-Jan van de Weg2018-06-211-35/+25
* Merge branch 'zj-counting-commits' into 'master'Douwe Maan2018-06-191-9/+1
|\
| * Counting commits is done by Gitalyzj-counting-commitsZeger-Jan van de Weg2018-06-191-9/+1
* | Merge branch 'zj-linguist-gitaly-mandatory' into 'master'Douwe Maan2018-06-191-27/+19
|\ \
| * | Move language detection to mandatoryZeger-Jan van de Weg2018-06-191-27/+19
| |/
* | License detection happens soley through Gitaly nowZeger-Jan van de Weg2018-06-191-19/+9
|/
* HasLocalBranches check is done by Gitaly onlyZeger-Jan van de Weg2018-06-141-9/+1
* Branches are fully migrated to GitalyZeger-Jan van de Weg2018-06-141-18/+0