summaryrefslogtreecommitdiff
path: root/app/services/create_release_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-2/+0
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-3/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Allow editing a release in API via PUT methodRobert Schilling2015-11-211-1/+1
* Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-4/+10
* API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-0/+25