summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use cached readme blobs where appropriateNick Thomas2018-10-171-4/+24
* Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-14/+0
|\
| * Remove Koding integration and documentationStan Hu2018-10-121-14/+0
* | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-0/+11
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-1/+1
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-17/+7
* Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+51
* Expire RequestStore cache properlyMichael Kozono2018-09-271-0/+7
* Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-1/+42
* Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-243/+0
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-0/+18
* Remove feature gate for ListNewCommitsZeger-Jan van de Weg2018-08-141-26/+16
* More Gitaly cleanup: fetch_ref, allow disk access blocksJacob Vosmaer (GitLab)2018-07-271-5/+1
* Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-14/+0
* Client implementation for Repository#new_commitsZeger-Jan van de Weg2018-07-181-15/+31
* Fix find_branch call sitesgitaly-mandatory-20180712-jvJacob Vosmaer2018-07-121-18/+0
* Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-3/+8
* Make sure ConflictsService does not raise for conflicting submodulesSean McGivern2018-07-101-8/+14
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-031-125/+31
* Merge branch 'fix/gb/make-root-ref-default-instead-of-head' into 'master'Douwe Maan2018-07-021-0/+8
|\
| * Add simple test for a default repository commit refGrzegorz Bizon2018-06-291-0/+8
* | Merge branch '44725-expire_correct_methods_after_change_head' into 'master'Grzegorz Bizon2018-07-021-9/+19
|\ \ | |/ |/|
| * Expire correct method caches after HEAD changedImre Farkas2018-06-291-9/+19
* | Make search and message RPC's mandatoryJacob Vosmaer2018-06-271-12/+2
* | CE-EE parity for spec/models/repository_spec.rbrs-spec-models-parityRobert Speicher2018-06-251-7/+29
|/
* Move mergablility check to Gitalyzj-can-be-mergedZeger-Jan van de Weg2018-06-201-28/+18
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-5/+5
* Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-0/+26
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-5/+38
* Merge branch 'dm-xcode-project-directory' into 'master'Robert Speicher2018-05-221-7/+7
|\
| * Fix Xcode project detection by looking for dirs instead of filesdm-xcode-project-directoryDouwe Maan2018-05-221-7/+7
* | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-181-2/+12
|/
* Move Gitlab::Git::Repository#add_branch to mandatoryZeger-Jan van de Weg2018-05-141-54/+14
* Add Repository#xcode_project? methodDouwe Maan2018-05-091-1/+32
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+5
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+32
* Repository#exists? can only be queried with GitalyZeger-Jan van de Weg2018-04-251-13/+3
* Fix failing ./spec/lib/backup/repository_spec.rb by clearing the memoized valueStan Hu2018-04-141-0/+6
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-22/+0
* Fix test failures with licensee 8.9Pirate Praveen2018-03-201-2/+2
* Merge branch 'cache-refactor' into 'master'Sean McGivern2018-03-091-69/+0
|\
| * Refactor RepositoryCache to make it usable in other classesAlejandro Rodríguez2018-03-061-69/+0
* | Merge branch 'sh-remove-double-caching-repo-empty' into 'master'Sean McGivern2018-03-081-2/+0
|\ \
| * | Memoize Repository#empty? instead of double caching the valuesh-remove-double-caching-repo-emptyStan Hu2018-03-071-2/+0
| |/
* | Fix tests not completely disabling GitalyZeger-Jan van de Weg2018-03-071-3/+3
|/
* Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-12/+40
* Simplify license generator error handlingStan Hu2018-02-141-3/+2
* Fix Error 500s loading repositories with no master branchStan Hu2018-02-141-0/+13
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+22
* Merge branch 'zj-ref-contains' into 'master'Douwe Maan2018-02-041-11/+34
|\