summaryrefslogtreecommitdiff
path: root/spec/services/projects/update_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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]