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
2016-11-22Document both valid cases for API iid filterRobert Schilling
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-31entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel
Fixes #20456.
2016-08-25Merge branch 'dz-merge-request-version'Douwe Maan
2016-08-24api: expose web_url for project entitiesBen Boeckel
This allows web hooks to have a URL back to entities without having to generate it themselves.
2016-08-19Fix merge request versions api docDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-15Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-12Add single merge request diff API endpointDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
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>
2016-07-25Add iid to MR API responseRobert Schilling
2016-07-11api: expose {should,force}_remove_source_branchBen Boeckel
Workflows which use a bot to merge should remove branches if requested. Expose the flag so that bots can request know this.
2016-07-09Merge branch 'api-docs-typos' into 'master' Achilleas Pipinellis
Fix typos in API documentation See merge request !4949
2016-07-03Fix typo in Merge Requests API documentationAlejandro Rodríguez
2016-07-01Support creating a todo on issuables via APIRobert Schilling
2016-06-27docs: fix some typosBen Boeckel
2016-06-12Fix Error 500 when using closes_issues API with an external issue trackerStan Hu
Closes #18484
2016-06-01Add `sha` parameter to MR accept APISean McGivern
The `sha` parameter is optional, and when present, must match the current HEAD SHA of the source branch. Otherwise, the API call fails with a 409 Conflict and a message containing the current HEAD for the source branch. Also tidy up some doc wording.
2016-05-09Expose MergeRequest#user_notes_count in the API and use the method in issues ↵Rémy Coutable
list Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-13Ensure that issues and merge requests are foundRobert Schilling
2016-04-13Make subscription API more RESTfulRobert Schilling
2016-04-13API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling
2016-04-08API: Expose subscribed? on issuesRobert Schilling
2016-03-21Fix typos and dentingZeger-Jan van de Weg
2016-03-21Minor improvements on IssuableActionsZeger-Jan van de Weg
2016-03-19Dry destroy action on issuablesZeger-Jan van de Weg
2016-03-19Soft delete issuablesZeger-Jan van de Weg
2016-03-02typobb-froggy
2016-02-12Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into ↵Douwe Maan
'master' API: Allow to set or update a merge-request's milestone _Originally opened at !2107 by @ skakirill._ - - - See merge request !2755
2016-02-11Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' ↵Rémy Coutable
into 'master' Add merge_requests/:merge_request_id/closes_issues _Originally opened at !2660 by @Schniz._ - - - Added `/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues` route in the API for getting the issues that should be closed when a merge request merged successfully See merge request !2779
2016-02-11Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' ↵Gal Schlezinger
route in the API Added some documentation for it Added to changelog Added curl example and an attribute table Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb" Fixed the attributes and changed the documentation to be at "merge_requests.md" too Changed generic titles to more specific titles added an underscore added tests. it depends on a newer version of gitlab-test project I'm doing a since I need to add a branch to the `gitlab-test` repo removed the before using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass Removed the 'closes-issues' key from test_env. so it should pass the tests Moved the two initializations to the describe block Changed the changelog
2016-02-08Add an API spec for MergeRequest#merge_status and properly document this ↵Rémy Coutable
resource
2016-02-08API: Allow to set or update a merge-request's milestoneKirill Skachkov
2016-01-28Improve consistency and duplication for Merge Request APIDmitriy Zaporozhets
* Follow REST for merge request API route * Remove repeating comments API for MR Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-28Revert upvotes and downvotes params to MR APIValery Sizov
2015-12-07Merge branch 'master' into merge-if-greenZeger-Jan van de Weg
2015-12-04Improve docsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-04Add API endpoint to fetch merge request commits listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-04Fix wrong doc in merge request APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-23Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg
2015-11-21Add upvote/downvote fields to merge request and note API to preserve ↵Robert Schilling
compatibility
2015-11-19award emojiValery Sizov
2015-11-18API support, incorporated feedbackZeger-Jan van de Weg
2015-10-13[ci skip] Add missing parameters in API docsue445
2015-07-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2015-07-13Remove author information from "post" in merge_requests API.Robin Burchell
From both experimenting with the API and reading the source code, this appears to not be used at all. My guess is this was copypasta from somewhere else.
2015-07-10api: expose work_in_progress flagBen Boeckel