summaryrefslogtreecommitdiff
path: root/lib/api/tags.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that branch and tag names are given in APIrefactor-tags-branches-apiRobert Schilling2016-06-301-3/+3
* API: Present an array of Gitlab::Git::Tag instead of array of rugged tagsRobert Schilling2016-04-171-1/+1
* Fix minor styling issues from code reviewRobert Schilling2016-04-121-3/+3
* API: Ability to retrieve a single tagRobert Schilling2016-04-121-0/+14
* Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-14/+0
* API: Ability to retrieve a single tagRobert Schilling2016-04-061-0/+14
* 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