summaryrefslogtreecommitdiff
path: root/spec/services/projects/update_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-1/+1
|\
| * Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
* | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-1/+1
|/
* Fix Error 500 when updating a projectsh-fix-update-serviceStan Hu2018-03-081-0/+9
* Add spec to prove that we don't create wiki when we update project's name4826-create-empty-wiki-when-it-s-enabledValery Sizov2018-02-281-0/+11
* Make sure wiki exists when it's enabledValery Sizov2018-02-261-0/+23
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-0/+2
* Update project full path in .git/config when renaming a repositoryDouglas Barbosa Alexandre2018-01-031-1/+1
* Remove Auto DevOps checkboxes - backendbikebilly2017-12-041-8/+37
* BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-123/+147
* Add a project forks spec helperBob Van Landuyt2017-10-071-7/+3
* Fix specs for project creation and update services38202-cannot-rename-a-hashed-projectDouglas Barbosa Alexandre2017-10-021-1/+1
* Doesn't check if path exists on disk when renaming a hashed projectDouglas Barbosa Alexandre2017-10-021-12/+30
* Create repositories via GitalyJacob Vosmaer2017-09-291-2/+3
* 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
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-0/+23
* 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
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix editing project with container images presentGrzegorz Bizon2017-07-241-1/+8
* Adds specs for renaming a project with container imagesGrzegorz Bizon2017-07-141-0/+15
* Add specs for changing default branch in a projectGrzegorz Bizon2017-07-141-9/+25
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-2/+3
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-2/+2
* Add a spec and actually display the flash noticeRémy Coutable2017-01-161-101/+57
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-9/+9
* Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-2/+2
* Add some specs for forked project visibility_level casesTomasz Maczukin2015-12-241-0/+39
* Tag service specsDouwe Maan2015-12-091-1/+1
* Use stub_application_setting in a few more specsRobert Speicher2015-07-061-3/+1
* Fix Style/IndentationWidth cop violationsStan Hu2015-06-221-3/+3
* Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-221-2/+2
* Allow admins to override restricted visibilityVinnie Okada2015-03-081-3/+3
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-15/+15
* block visibility level restriction override in controllerJob van der Voort2014-08-281-1/+1
* Fix project update specsDmitriy Zaporozhets2014-06-271-8/+8
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Move Project's service specs to the correct locationRobert Speicher2014-03-221-0/+111