Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-20Update grape gemDmitriy Zaporozhets
New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-29Labels support color names in backendDongqing Hu
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2016-11-14Use declared_params helper in APIRobert Schilling
2016-11-07Ability to update labels priority via APIRobert Schilling
2016-11-04Merge remote-tracking branch 'origin/labels-api'Rémy Coutable
See merge request !7014 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-24Grapify the labels APIRobert Schilling
2016-10-20Return conflict error in label API when title is taken by group labelDouwe Maan
2016-10-19List all available labels to the project on the labels APIDouglas Barbosa Alexandre
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
Closes #15638
2016-03-24api - expose label descriptionMariusz Jachimowicz
2014-09-16Improve error reporting on users APIjubianchi
* 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
2014-08-18Merge pull request #7527 from Razer6/api_labels_return_codeJacob Vosmaer
API: Fix labels return code
2014-08-18Fix labels return codeRobert Schilling
2014-08-15Add labels api authorization. Update permission docDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-13Update labels via APIRobert Schilling
2014-08-13Add, delete labels via APIRobert Schilling