summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch '29643-stop-using-ffaker-in-factories' into 'master' Robert Speicher2017-04-041-15/+2
|\
| * Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-15/+2
* | Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-031-8/+0
|/
* Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-0/+13
* Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-241-1/+1
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-2/+10
* Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-3/+18
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-8/+8
* Address reviewDouwe Maan2017-02-241-2/+2
* Fix specsDouwe Maan2017-02-241-1/+0
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-45/+45
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-1/+1
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-87/+87
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-87/+87
* Fix specsDouwe Maan2017-02-231-3/+3
* Enable Lint/UnifiedIntegerDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
* Respect autocrlf setting when creating/updating file through web UIdm-quick-fix-web-edit-new-linesDouwe Maan2017-02-131-0/+11
* Address feedbackDouwe Maan2017-02-061-2/+2
* Add testsDouwe Maan2017-02-061-0/+36
* Backport changes from EE squashSean McGivern2017-02-031-3/+11
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-021-1/+25
|\
| * Merge branch 'sh-fix-annotated-tags-pointing-to-blob' into 'master' Douwe Maan2017-01-271-0/+24
| |\
| | * Fix Error 500 when repositories contain annotated tags pointing to blobssh-fix-annotated-tags-pointing-to-blobStan Hu2017-01-261-0/+24
| * | Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-1/+1
| |/
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-8/+18
|\ \ | |/
| * Expire related caches after changing HEADpmq20/gitlab-ce-psvr/head/cacheMinqi Pan2017-01-151-8/+18
* | Fix renamingLin Jen-Shin2017-01-071-1/+1
* | Remove tag with git hooksLin Jen-Shin2017-01-051-2/+3