summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-10/+20
| * Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-291-21/+29
| * Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-281-4/+14
| |\
| | * Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-281-4/+14
* | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-281-1/+1
|\ \ \ | |/ /
| * | Support custom attributes on usersMarkus Koller2017-09-281-1/+1
| |/
* | Add spec for Repository#ff_merge (ported from EE)Valery Sizov2017-09-191-0/+28
|/
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-11/+13
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-14/+8
* Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-141-12/+12
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-15/+15
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-15/+15