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-09-07Removes default scope from sortableTiago Botelho
2017-08-31API: Use defined project requirementsRobert Schilling
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-03-07Migrate the MergeRequestDiffs API to use `merge_request_iid`Timothy Andrew
- Instead of `merge_request_id` - Duplicate the original `MergeRequestDiffs` API (and spec) for use with the V3 API, since this is a breaking change.
2017-02-16Paginate all endpoints that return an arrayRobert 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-08-12Add single merge request diff API endpointDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-03Fix project id param for merge request version APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-03Update merge request versions API to match styleguideDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-03Add API to list merge request diff versionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>