summaryrefslogtreecommitdiff
path: root/lib/api/tags.rb
Commit message (Expand)AuthorAgeFilesLines
* Delete tag via APIapi-delete-tagRobert Schilling2016-01-081-0/+21
* Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+21
* Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-2/+2
* Use POST to create a new release instead of PUTRobert Schilling2015-11-211-1/+1
* API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-3/+7
* Make tag API consistent for release featureRobert Schilling2015-11-211-4/+4
* Add API docs and correctly expose release apiDmitriy Zaporozhets2015-11-121-1/+1
* Add releases apiDmitriy Zaporozhets2015-11-121-1/+18
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-0/+44