summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-041-26/+25
|\ \ | |/
| * Fix whitespacegit-operation-service-to-gitJacob Vosmaer2017-09-011-1/+1
| * Remove empty lineJacob Vosmaer2017-09-011-1/+0
| * Restore with_branch cache specJacob Vosmaer2017-09-011-0/+18
| * Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-40/+22
* | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-011-1/+4
|\ \ | |/ |/|
| * Extended UTs for the new cherry-pick message formatSaverio Miroddi2017-08-161-1/+4
* | Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-08-301-1/+35
|\ \
| * | Further break with_repo_branch_commit into partsperf.slow-issuableLin Jen-Shin2017-08-291-1/+35
* | | replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-291-11/+11
|/ /
* | Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-8/+8
* | Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-2/+2
* | Decouple GitOperationService from UserJacob Vosmaer2017-08-231-10/+11
|/
* Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-111-1/+1
|\
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* | Detect if we didn't create the ref soonerLin Jen-Shin2017-08-091-0/+21
|/
* Migrate Repository#find_commits_by_message to Gitalyfeature/migrate-find-commits-by-message-to-gitalyAhmad Sherif2017-08-071-9/+21
* GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt2017-08-071-17/+18
* Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-071-10/+30
|\
| * Migrate Repository#last_commit_for_path to GitalyAhmad Sherif2017-08-031-10/+30
* | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-1/+68
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-4/+4
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-6/+10
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-9/+9
* Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-051-4/+5
* Allow creation of files and directories with spaces in web UITiago Botelho2017-07-051-0/+10
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-10/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-83/+83
* nil-check Repository::is_ancestor?Kim Carlbäcker2017-06-081-8/+32
* Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-19/+14
* Fix displaying a repository without a readmedm-fix-repository-without-readmeDouwe Maan2017-05-111-3/+13
* Reset Repository#license memo when license file is changedDouwe Maan2017-05-101-1/+2
* Implement auxiliary blob viewersDouwe Maan2017-05-101-9/+42
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
* Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan2017-05-031-7/+19
|\
| * removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-7/+19
* | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-0/+10
|\ \
| * | Cleanupgitaly-branch-tag-countKim "BKC" Carlbäcker2017-04-281-0/+5
| * | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-0/+5
* | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-13/+11
|/ /
* | Cache the rendered README, but post-process on showToon Claes2017-04-271-2/+2
|/
* Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan2017-04-171-0/+21
|\
| * Fix following with multiple pathsfix-follow-with-multiple-pathsSean McGivern2017-04-171-0/+21
* | Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-1/+0
|/
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-12/+13
|\
| * Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-12/+13
* | Fix redundant cache expiration in Repositoryblackst0ne2017-04-101-2/+0
|/