Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | Paginate all endpoints that return an array | Robert Schilling | 2017-02-16 | 1 | -2/+6 |
| | |||||
* | Use declared_params helper in APIgrapify-declared-params | Robert Schilling | 2016-11-14 | 1 | -8/+3 |
| | |||||
* | Ability to update labels priority via API | Robert Schilling | 2016-11-07 | 1 | -13/+28 |
| | |||||
* | Merge remote-tracking branch 'origin/labels-api' | Rémy Coutable | 2016-11-04 | 1 | -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-api | Douwe Maan | 2016-10-20 | 1 | -3/+3 |
| | | |||||
* | | Grapify the labels APIgrapify-labels-api | Robert Schilling | 2016-10-24 | 1 | -53/+38 |
|/ | |||||
* | List all available labels to the project on the labels API | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -3/+3 |
| | | | | Closes #15638 | ||||
* | api - expose label description | Mariusz Jachimowicz | 2016-03-24 | 1 | -11/+13 |
| | |||||
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -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_code | Jacob Vosmaer | 2014-08-18 | 1 | -2/+2 |
|\ | | | | | API: Fix labels return code | ||||
| * | Fix labels return code | Robert Schilling | 2014-08-18 | 1 | -2/+2 |
| | | |||||
* | | Add labels api authorization. Update permission doc | Dmitriy Zaporozhets | 2014-08-15 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update labels via API | Robert Schilling | 2014-08-13 | 1 | -0/+35 |
| | |||||
* | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -0/+65 |