summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-1/+1
* Fix failing ./spec/lib/backup/repository_spec.rb by clearing the memoized valueStan Hu2018-04-141-1/+2
* Memoize Git::Repository#has_visible_content?Stan Hu2018-04-141-1/+11
* Backport of EE !4989backport-of-rd-3429-enabling-maximum-file-size-limit-in-repository-causes-pushes-to-failRubén Dávila2018-04-111-0/+38
* Move checksum calculation to Gitlab::Git::Repositoryda-gitaly-calculate-repository-checksumDouglas Barbosa Alexandre2018-04-061-0/+49
* Automatically cleanup stale worktrees and lock files upon a pushStan Hu2018-04-061-0/+33
* Add new repository archive routeJames Ramsay2018-04-061-6/+6
* Add option to suppress archive commit shaJames Ramsay2018-04-041-2/+8