summaryrefslogtreecommitdiff
path: root/spec/services/projects
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix project update specsDmitriy Zaporozhets2014-06-271-8/+8
* Fix project deletion and testsDmitriy Zaporozhets2014-06-171-11/+5
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-174-12/+0
* Delete wall notes testsDmitriy Zaporozhets2014-06-131-2/+0
* Modify specs for new project transfer codeDmitriy Zaporozhets2014-05-281-14/+27
* Remove empty spaceMarin Jankovski2014-05-261-1/+1
* Add image_service spec.Marin Jankovski2014-05-261-0/+65
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-2/+2
* Move Project's service specs to the correct locationRobert Speicher2014-03-223-0/+307