summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-8/+8
* 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
* | Account for query of only forward slash(es).Andrew McCallum2018-01-151-0/+7
* | Fix spelling mistake.Andrew McCallum2018-01-151-2/+2
* | Add scenario of searching within context of repository with root slash to tests.Andrew McCallum2018-01-151-0/+5
|/
* Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master'Grzegorz Bizon2018-01-151-14/+24
|\
| * Migrate Repository#can_be_merged? to Gitalyfeature/migrate-can-be-merged-to-gitalyAhmad Sherif2018-01-111-14/+24
* | Fix hooks not being set up properly for bare import Rake tasksh-fix-bare-import-hooksStan Hu2018-01-091-0/+22
|/
* Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez2018-01-051-39/+7
* Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)2018-01-051-0/+9
* Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7Kim Carlbäcker2017-12-201-17/+0
* Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher2017-12-191-0/+48
|\
| * Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+48
* | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-181-0/+9
|\ \ | |/ |/|
| * Avoid Gitaly N+1 calls by caching tag_namesStan Hu2017-12-121-0/+9
* | Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher2017-12-141-2/+2
|\ \
| * | Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-2/+2
* | | sorting for tags apihaseeb2017-12-141-2/+8
* | | Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable2017-12-131-0/+107
|\ \ \ | |_|/ |/| |
| * | Adds ordering to projects contributors in APIJacopo2017-12-131-0/+107
| |/
* | Move Repository#write_ref to Git::Repository#write_refrepo-write-ref-client-prepKim "BKC" Carlbäcker2017-12-121-0/+17
|/
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-4/+4
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-7/+5
* Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitalyAhmad Sherif2017-12-051-22/+32
* Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-25/+35
* Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-18/+0
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-0/+25
* Create a Wiki Repository's raw_repository properlyAlejandro Rodríguez2017-11-031-0/+20
* Fetch the merged branches at onceLin Jen-Shin (godfat)2017-10-271-0/+18
* Merge branch 'zj-commit-cache' into 'master'Sean McGivern2017-10-271-0/+20
|\
| * Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-0/+20
* | Avoid calling underlying methods on non-existing reposnon-existing-repo-optimizationAlejandro Rodríguez2017-10-201-6/+28
|/
* Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-10/+20
* Cache issuable template namesSean McGivern2017-10-121-1/+3
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-16/+16
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-0/+4
* Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-5/+5
* Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan2017-10-041-46/+67
|\
| * Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-46/+67
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-021-64/+128
|\ \ | |/
| * Merge branch 'gitaly-add-branch' into 'master'Sean McGivern2017-10-021-25/+50
| |\
| | * Implement OperationService.UserAddBranch Gitaly RPCgitaly-add-branchAlejandro Rodríguez2017-09-301-25/+50
| * | Merge branch 'remote_user' into 'master'Douwe Maan2017-10-021-3/+3
| |\ \
| | * | Add username as GL_USERNAME in hooks (http)David Turner2017-09-291-3/+3
| | |/
| * | Fix pushes to an empty repository not invalidating has_visible_content? cacheStan Hu2017-10-011-1/+12
| |/