An error occurred fetching the project authors.
- 20 Jun, 2017 2 commits
-
-
Felipe Artur authored
-
Valery Sizov authored
-
- 16 Jun, 2017 1 commit
-
-
Felipe Artur authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 25 May, 2017 1 commit
-
-
Jarka Kadlecova 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`
-
- 28 Mar, 2017 1 commit
-
-
Toon Claes authored
-
- 27 Mar, 2017 3 commits
-
-
Toon Claes authored
All the other endpoints of `/project/:id/merge_request` work with `:merge_request_iid`, except for `approvals`, `approve`, and `unapprove`. This commit fixes that. Closes gitlab-org/gitlab-ee#1875
-
Toon Claes authored
Comments for a merge request should be obtained to the `notes` endpoint.
-
Toon Claes authored
Comments for a merge request should be obtained to the `notes` endpoint.
-
- 09 Mar, 2017 1 commit
-
-
Nick Thomas authored
-
- 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 2 commits
-
-
Adam Niedzielski authored
-
Adam Niedzielski authored
-
- 02 Mar, 2017 2 commits
-
-
Timothy Andrew authored
Specs that are EE-only need to be updated to use IIDs instead of IDs
-
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.
-
- 01 Mar, 2017 2 commits
-
-
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. # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/serializers/merge_request_entity.rb # app/services/merge_requests/merge_when_pipeline_succeeds_service.rb # app/services/merge_requests/refresh_service.rb # app/views/projects/merge_requests/merge.js.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml # doc/api/merge_requests.md # doc/api/projects.md # lib/api/entities.rb # lib/api/v3/entities.rb # lib/api/v3/merge_requests.rb # spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb # spec/services/merge_requests/refresh_service_spec.rb
-
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 6 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 Feb, 2017 1 commit
-
-
Robert Schilling 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
-
- 04 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 01 Feb, 2017 1 commit
-
-
Sean McGivern 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
-
- 20 Jan, 2017 1 commit
-
-
Nick Thomas authored
-
- 19 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"
-