summaryrefslogtreecommitdiff
path: root/lib/api/labels.rb
Commit message (Expand)AuthorAgeFilesLines
* Labels support color names in backendDongqing Hu2017-03-291-4/+5
* 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-2/+2
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-2/+6
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-8/+3
* Ability to update labels priority via APIRobert Schilling2016-11-071-13/+28
* Merge remote-tracking branch 'origin/labels-api'Rémy Coutable2016-11-041-3/+3
|\
| * Return conflict error in label API when title is taken by group labellabels-apiDouwe Maan2016-10-201-3/+3
* | Grapify the labels APIgrapify-labels-apiRobert Schilling2016-10-241-53/+38
|/
* List all available labels to the project on the labels APIDouglas Barbosa Alexandre2016-10-191-1/+1
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-3/+3
* api - expose label descriptionMariusz Jachimowicz2016-03-241-11/+13
* Improve error reporting on users APIjubianchi2014-09-161-18/+13
* Merge pull request #7527 from Razer6/api_labels_return_codeJacob Vosmaer2014-08-181-2/+2
|\
| * Fix labels return codeRobert Schilling2014-08-181-2/+2
* | Add labels api authorization. Update permission docDmitriy Zaporozhets2014-08-151-0/+3
|/
* Update labels via APIRobert Schilling2014-08-131-0/+35
* Add, delete labels via APIRobert Schilling2014-08-131-0/+65