summaryrefslogtreecommitdiff
path: root/spec/requests/api/tags_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Delete tag via APIapi-delete-tagRobert Schilling2016-01-081-0/+21
* Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+38
* Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-1/+16
* Use POST to create a new release instead of PUTRobert Schilling2015-11-211-4/+4
* API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-0/+8
* Make tag API consistent for release featureRobert Schilling2015-11-211-3/+3
* Add api test for creating tag with release infoDmitriy Zaporozhets2015-11-121-0/+13
* Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-5/+25
* Add releases apiDmitriy Zaporozhets2015-11-121-1/+14
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-0/+89