- 10 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 03 Aug, 2017 1 commit
-
-
Toon Claes authored
To investigate gitlab-org/gitlab-ce#31599
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 2 commits
-
-
Toon Claes authored
This matches the behavior of the /issues endpoint.
-
Toon Claes authored
And add support for additional query parameters: - `author_id`: Returns merge requests created by the given user `id` - `assignee_id`: Returns merge requests assigned to the given user `id` - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all`
-
- 24 Jul, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 11 Jul, 2017 2 commits
- 09 Jul, 2017 2 commits
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 16 Jun, 2017 1 commit
-
-
Felipe Artur authored
-
- 26 Apr, 2017 2 commits
-
-
mhasbini authored
-
Zeger-Jan van de Weg authored
-
- 25 Apr, 2017 1 commit
-
-
Robert Schilling authored
-
- 24 Apr, 2017 1 commit
-
-
Chris Wilson authored
When updating a merge request via the `/merge` endpoint we check the `mergeable` and `mergeable_state` status, these will return `false` if the application option only_allow_merge_if_pipeline_succeeds is enabled. We should skip CI checks if the request uses the merge_when_pipeline_succeeds param Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22740
-
- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 27 Mar, 2017 1 commit
-
-
Toon Claes authored
Comments for a merge request should be obtained to the `notes` endpoint.
-
- 07 Mar, 2017 1 commit
-
-
Timothy Andrew authored
- As opposed to the `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.
-
- 06 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 01 Mar, 2017 1 commit
-
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
-
- 28 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 16 Feb, 2017 2 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- 06 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 26 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 23 Jan, 2017 1 commit
-
-
Robert Speicher authored
Ensure that only privileged users can access merge requests in the API See merge request !2053
-
- 18 Jan, 2017 1 commit
-
-
Ruben Davila authored
New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
-
- 17 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 04 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 30 Nov, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Nov, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Douwe Maan authored
Fix label creation non members Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23416 See merge request !2006
-
- 28 Nov, 2016 1 commit
-
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-