summaryrefslogtreecommitdiff
path: root/spec/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Refactor/group links controllerFrancisco Javier López2017-11-012-0/+38
* Make `#hashed_storage?` require feature argument3674-hashed-storage-attachmentsGabriel Mazetto2017-10-311-1/+1
* Fix errors when deleting a forked projectBob Van Landuyt2017-10-171-0/+17
* Include a .hidden directory in pages artifact extraction testsNick Thomas2017-10-121-0/+5
* Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-1/+1
|\
| * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+1
* | Store the name of a project that's a root of a fork networkBob Van Landuyt2017-10-071-0/+13
* | Remove membership from fork network when unlinkingBob Van Landuyt2017-10-071-8/+22
* | Add a project forks spec helperBob Van Landuyt2017-10-072-15/+7
* | Create a fork network when forking a projectBob Van Landuyt2017-10-071-0/+27
|/
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-4/+7
* Fix specs for project creation and update services38202-cannot-rename-a-hashed-projectDouglas Barbosa Alexandre2017-10-022-3/+3
* Doesn't check if path exists on disk when renaming a hashed projectDouglas Barbosa Alexandre2017-10-022-30/+79
* Fix gitlab-rake gitlab:import:repos taskStan Hu2017-10-021-0/+9
* Create repositories via GitalyJacob Vosmaer2017-09-294-8/+14
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+74
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-2/+2
* Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-151-1/+1
|\
| * Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-1/+1
* | Add data migrationFelipe Artur2017-09-151-1/+1
* | Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-2/+19
|/
* Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-0/+1
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-1/+1
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+1
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2017-08-314-2/+103
|\
| * Merge branch '36743-existing-repo-master' into 'master'Douwe Maan2017-08-314-2/+103
| |\
| | * Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-254-2/+103
* | | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-305-30/+113
|\ \ \ | |/ /
| * | Don't add admins as masters to projects created in another user's namespaceNick Thomas2017-08-251-1/+1
| * | Cache the number of open issues and merge requestsYorick Peterse2017-08-234-29/+112
| |/
* | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-1/+1
* | Resolve feedback on the MR:Lin Jen-Shin2017-08-251-2/+2
* | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-241-1/+1
* | Use block rather than just bLin Jen-Shin2017-08-241-4/+4
* | Just use methods over constants, so that we couldLin Jen-Shin2017-08-241-1/+1
* | Add changelog and testsLin Jen-Shin2017-08-232-0/+68
|/
* Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-153-0/+58
|\
| * Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-143-0/+58
* | Merge branch '36378-error-raising-expectation-in-spec-fix' into 'master'Robert Speicher2017-08-141-2/+2
|\ \ | |/ |/|
| * Fix positive raise_error expectation without specifying the error type expect...36378-error-raising-expectation-in-spec-fixTiago Botelho2017-08-141-2/+2
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|/
* Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-0/+7
* Merge branch 'github' into 'master'Robert Speicher2017-08-071-24/+8
|\
| * Does not fetch repository when importing from GitHub on import serviceDouglas Barbosa Alexandre2017-08-071-24/+8
* | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+26
|\ \
| * | After merge cleanupZ.J. van de Weg2017-08-071-2/+2
| * | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-0714-47/+183
| |\ \ | | |/
| * | Rename GitLabProjectImporterService and misc fixesZ.J. van de Weg2017-08-011-1/+1
| * | Allow projects to be started from a templateZ.J. van de Weg2017-07-281-0/+26