summaryrefslogtreecommitdiff
path: root/spec/services/projects
Commit message (Expand)AuthorAgeFilesLines
* Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-1/+9
* Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40
* Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-2/+2
* Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre2016-01-251-0/+106
* Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-191-0/+1
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-12/+12
* Add some specs for forked project visibility_level casesTomasz Maczukin2015-12-241-0/+39
* Add spec for invalid options in project creationStan Hu2015-12-091-0/+7
* Tag service specsDouwe Maan2015-12-097-7/+7
* Fix specsDouwe Maan2015-11-181-12/+5
* Expose CI enable option in project featuresKamil Trzcinski2015-11-132-1/+23
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-143-6/+2
* Fix testsDmitriy Zaporozhets2015-10-021-8/+4
* Remove unnecessary fork ci logicDmitriy Zaporozhets2015-10-021-1/+1
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+2
* Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-112-3/+13
* Merge branch 'global_labels' into 'master'Dmitriy Zaporozhets2015-09-091-0/+8
|\
| * added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-0/+8
* | FogBugz project importJared Szechy2015-09-081-0/+65
|/
* Test Email::AttachmentUploader.Douwe Maan2015-08-201-24/+24
* Check that project was actually created rather than just validated in import:...Stan Hu2015-07-291-1/+1
* Create project services on Project creationrs-dev-issue-306Robert Speicher2015-07-251-0/+7
* Only create :admin user in the one test where it's usedRobert Speicher2015-07-251-2/+3
* Update specs.fix-api-project-transferDouwe Maan2015-07-111-5/+5
* Use stub_application_setting in a few more specsRobert Speicher2015-07-062-6/+2
* Fix Style/IndentationWidth cop violationsStan Hu2015-06-221-3/+3
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-2/+4
* Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-222-4/+4
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-132-8/+6
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-2/+2
* Add tests for project destroy servicerepo-removeDmitriy Zaporozhets2015-06-031-0/+34
* Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-241-10/+6
* Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets2015-04-091-1/+13
|\
| * CI forking: testsValery Sizov2015-04-061-1/+13
* | Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+10
|/
* Allow admins to override restricted visibilityVinnie Okada2015-03-082-3/+30
* Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-3/+3
|\
| * Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+3
* | Refactor.Douwe Maan2015-02-171-13/+7
* | implement Project::UploadsControllerHannes Rosenögger2015-02-171-4/+4
* | Fix testsHannes Rosenögger2015-02-171-4/+4
* | Generalize the image upload in markdownHannes Rosenögger2015-02-172-62/+81
|/
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-124-51/+51
* Merge branch 'prepare-fork-to-given-namespace' of https://gitlab.com/bkaindl/...Dmitriy Zaporozhets2014-11-131-4/+48
|\
| * Prepare ForkService to support forking projects to given namespacesBernhard Kaindl2014-10-031-4/+48
* | transfer_service_spec: cleanup, merge common code, check against nilBernhard Kaindl2014-10-041-11/+9
|/
* block visibility level restriction override in controllerJob van der Voort2014-08-281-1/+1
* Prevent project stars duplication when fork projectDmitriy Zaporozhets2014-08-251-0/+52
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-89/+0