summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Client changes for Tag,BranchNamesContainingCommitZeger-Jan van de Weg2018-02-011-11/+34
* | Merge branch 'fix/remove-duplicated-logic-between-model-and-lib-in-find-branc...Grzegorz Bizon2018-02-031-8/+8
|\ \ | |/ |/|
| * Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-8/+8
* | Remove Rugged exception in cache rescuerugged-reference-cache-rescueJacob Vosmaer2018-01-301-5/+3
|/
* Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-15/+15
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-18/+10
* GitalyClient::ConflictsService#conflicts? should return true for conflicts wi...fix/gitaly-can-be-merged-for-missing-conflict-filesAhmad Sherif2018-01-231-1/+7
* Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable2018-01-161-1/+1
|\
| * Fix project search results for digits surrounded by colonsSean McGivern2018-01-161-1/+1
* | Move Regexp.escape(), fix formatting on tests.Andrew McCallum2018-01-161-2/+2