summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default branch detection happens through GitalyZeger-Jan van de Weg2018-06-141-51/+0
* Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-1/+1
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-0/+4
* Prevent Gitaly WriteConfig log noiseJacob Vosmaer (GitLab)2018-06-051-0/+12
* Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)2018-06-011-35/+98
* Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker2018-05-301-2/+2
* Merge branch 'zj-workhorse-archive-mandatory' into 'master'Grzegorz Bizon2018-05-211-4/+0
|\
| * Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-171-4/+0
* | Fix error when deleting an empty list of refsxeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refsSergey Sinev2018-05-181-0/+4
* | Calculating repository checksums executed by GitalyZeger-Jan van de Weg2018-05-181-48/+24
|/
* Ref contains oid check done by GitalyZeger-Jan van de Weg2018-05-141-21/+11
* Raise InvalidRepository error for non-valid git repositoriesDouglas Barbosa Alexandre2018-05-071-1/+16
* Client implementation GetRawChangesZeger-Jan van de Weg2018-05-071-25/+35
* Merge branch 'security-45689-fix-archive-cache-bug' into 'security-10-7'Douwe Maan2018-04-301-37/+50