summaryrefslogtreecommitdiff
path: root/lib/api/labels.rb
Commit message (Collapse)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
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
|\ | | | | | | | | | | See merge request !7014 Signed-off-by: Rémy Coutable <remy@rymai.me>
| * 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
| | | | Closes #15638
* api - expose label descriptionMariusz Jachimowicz2016-03-241-11/+13
|
* Improve error reporting on users APIjubianchi2014-09-161-18/+13
| | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
* Merge pull request #7527 from Razer6/api_labels_return_codeJacob Vosmaer2014-08-181-2/+2
|\ | | | | API: Fix labels return code
| * Fix labels return codeRobert Schilling2014-08-181-2/+2
| |
* | Add labels api authorization. Update permission docDmitriy Zaporozhets2014-08-151-0/+3
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update labels via APIRobert Schilling2014-08-131-0/+35
|
* Add, delete labels via APIRobert Schilling2014-08-131-0/+65