summaryrefslogtreecommitdiff
path: root/spec/models/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-0/+16
|\ \ | |/
| * Merge two methods.Hiroyuki Sato2016-12-201-5/+5
| * Add a blank line before first expect.Hiroyuki Sato2016-12-201-0/+1
| * Clean-up specHiroyuki Sato2016-12-201-10/+4
| * Add specs.Hiroyuki Sato2016-12-201-0/+21
* | Unify parameters and callback after hooksLin Jen-Shin2016-12-141-4/+3
* | Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-5/+23
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-081-31/+4
|\ \ | |/
| * Update outdated visible content spec descriptionsfix-visible-content-spec-messageYorick Peterse2016-12-071-2/+2
| * Remove caching of Repository#has_visible_content?remove-has-visible-content-cachingYorick Peterse2016-12-061-29/+2
* | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-28/+58
* | Commit outside the hooks if possible:Lin Jen-Shin2016-12-071-1/+1
* | Re-enable tests for update_branch_with_hooks andLin Jen-Shin2016-12-061-12/+38
* | Introduce GitOperationService and wrap everyLin Jen-Shin2016-12-061-6/+6
|/
* Pass tag SHA to post-receive hook when tag is created via UI24813-project-members-with-developer-access-can-no-longer-create-tagsAdam Niedzielski2016-11-281-0/+26
* Revert "Pass correct tag target to post-receive hook when creating tag via UI"Adam Niedzielski2016-11-281-22/+0
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-241/+243
* Use File.exist? to check if a repository existsYorick Peterse2016-11-211-2/+1
* Unify detecting of special repository filesYorick Peterse2016-11-211-0/+94