summaryrefslogtreecommitdiff
path: root/spec/requests/api/tags_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Use commit date for branches and tagsRobert Schilling2017-08-281-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-2/+2
* Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name...Rémy Coutable2017-08-081-160/+311
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+2
* Add a custom pagination matcherRobert Schilling2017-02-161-4/+6
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-3/+3
* Allow public access to some Tag API endpointspublic-tags-apiRémy Coutable2016-12-071-7/+48
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-17/+17
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-20/+20
* Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-2/+2
* Ensure that annoation is presented properlyRobert Schilling2016-04-181-0/+2
* Fix minor styling issues from code reviewRobert Schilling2016-04-121-3/+3
* API: Ability to retrieve a single tagRobert Schilling2016-04-121-0/+17
* Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-17/+0
* API: Ability to retrieve a single tagRobert Schilling2016-04-061-0/+17
* 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