summaryrefslogtreecommitdiff
path: root/spec/services/projects/update_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-1/+1
|\ | | | | | | | | Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
| * 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
|/ | | | | | | | | | | Prior to this change, this method was called add_namespace, which broke the CRUD convention and made it harder to grep for what I was looking for. Given the change was a find and replace kind of fix, this was changed without opening an issue and on another feature branch. If more dynamic calls are made to add_namespace, these could've been missed which might lead to incorrect bahaviour. However, going through the commit log it seems thats not the case.
* Fix Error 500 when updating a projectsh-fix-update-serviceStan Hu2018-03-081-0/+9
| | | | | | | If no parameters were specified for project features but Wikis were disabled, we would get "NoMethodError: undefined method `[]' for nil:NilClass". Closes #44019
* 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
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* Add a project forks spec helperBob Van Landuyt2017-10-071-7/+3
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* 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 ↵Felipe Artur2017-09-121-2/+19
| | | | visibility level
* Prevent new / renamed project from using a repository path that already ↵Gabriel Mazetto2017-08-251-0/+23
| | | | | | | | | | exists on disk There are some redundancies in the validation steps, and that is to preserve current error messages behavior Also few specs have to be changed in order to fix madness in validation logic.
* 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, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | | These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on.
* 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
| | | | | Allow admins to use restricted visibility levels when creating or updating projects.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-15/+15
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* block visibility level restriction override in controllerJob van der Voort2014-08-281-1/+1
|
* Fix project update specsDmitriy Zaporozhets2014-06-271-8/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
|
* Move Project's service specs to the correct locationRobert Speicher2014-03-221-0/+111
[ci skip]