summaryrefslogtreecommitdiff
path: root/spec/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-278-20/+23
* Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-241-2/+2
* Merge branch 'ssrf' into 'security' Douwe Maan2017-03-201-0/+20
* Fix Projects::UploadService specRobert Speicher2017-03-061-7/+7
* Improve docs and specs related to pages artifactsGrzegorz Bizon2017-03-061-1/+3
* Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-051-0/+20
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-234-25/+25
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-234-25/+25
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-2/+2
* Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-0/+19
* Refresh authorizations when transferring projectsrefresh-permissions-when-moving-projectsYorick Peterse2017-02-071-0/+26
* Merge branch 'fix-deleting-project-again' into 'master' Douwe Maan2017-02-061-20/+29
|\
| * Test both execute and async_executefix-deleting-project-againLin Jen-Shin2017-02-041-21/+29
| * Move the tests to spec/services/projects/destroy_service_spec.rbLin Jen-Shin2017-02-031-1/+2
* | Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-063-0/+106
|\ \
| * | Fix GitLab Pages not refreshing upon new contentStan Hu2017-02-011-0/+24
| * | Fixed Rubocop deprecation warningsYorick Peterse2017-02-011-3/+3
| * | Fix Rubocop offensesGrzegorz Bizon2017-02-011-6/+6
| * | Fix EE specs after ci_commit rename to pipelineKamil Trzcinski2017-01-311-3/+3
| * | Introduce pages_deployed? to Project modelKamil Trzcinski2017-01-311-6/+6
| * | Pages domain model specsKamil Trzcinski2017-01-311-0/+0
| * | Added support for zip archives in pagesKamil Trzcinski2017-01-311-32/+42
| * | Move most of PagesWorker logic UpdatePagesServiceKamil Trzcinski2017-01-311-0/+70
| * | Rename pages namespace or project path when changedKamil Trzcinski2017-01-311-0/+2
| |/
* | Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-4/+0
|/
* Add a spec and actually display the flash noticeRémy Coutable2017-01-161-101/+57
* Fix broken url on group avatarhogewest2017-01-061-0/+32
* Copy, don't move uploaded avatar filesJacob Vosmaer2017-01-031-0/+13
* Merge branch 'refactor-create-service-spec' into 'master' Dmitriy Zaporozhets2016-12-051-106/+106
|\
| * Refactor create service specSemyon Pupkov2016-11-221-106/+106
* | Make deleting with optimistic locking respect NULLLin Jen-Shin2016-12-011-7/+23
|/
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+3
* Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-7/+13
* Refine Git garbage collectionJacob Vosmaer2016-11-041-2/+26
* Fix project features default valuesFelipe Artur2016-11-011-1/+1
* Check if repository already exists before trying to re-import itAhmad Sherif2016-10-281-1/+1
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-191-0/+10
* Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-2/+23
|\
| * Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-271-2/+23
* | Fix project deletion when feature visibility is set to privatesh-fix-project-deletion-private-visibilityStan Hu2016-10-041-1/+22
* | fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+10
|/
* Reset pushes_since_gc counter before specs run to ensure starting point is 0sh-reset-pushes-since-gc-beforeStan Hu2016-09-181-0/+4
* Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-22/+7
* Project tools visibility levelFelipe Artur2016-09-011-3/+3
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-094-23/+23
* Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-081-0/+27
* Get rid of `is_image` in FileUploaderRémy Coutable2016-07-192-12/+0
* Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman2016-07-121-9/+33
* Expire the branch cache after `git gc` runsStan Hu2016-07-121-2/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0