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
2017-08-31API: Use defined project requirementsRobert Schilling
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
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-23Remove last merge_request endpointRobert Schilling
2017-02-21API: Make subscription API more RESTfuLRobert Schilling
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
Ensure that only privileged users can access merge requests in the API See merge request !2053
2016-11-17Pass project to Entities::Label to check if user is subscribedDouglas Barbosa Alexandre
2016-11-14Grapify subscription APIRobert Schilling
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
Closes #15638