summaryrefslogtreecommitdiff
path: root/lib/api/tags.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* sorting for tags apihaseeb2017-12-141-1/+6
* Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-051-6/+6
* Don't use public_send in destroy_conditionally! helperSean McGivern2017-08-301-1/+1
* Use commit date for branches and tagsRobert Schilling2017-08-281-4/+11
* Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name...Rémy Coutable2017-08-081-6/+8
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-5/+1
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-3/+7
* Move tag services to `Tags` namespacedixpac2017-02-141-2/+2
* Allow public access to some Tag API endpointspublic-tags-apiRémy Coutable2016-12-071-1/+0
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-2/+1
* Grapify tags APIgrapify-tagsRobert Schilling2016-10-261-49/+45
* 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