- 26 Apr, 2017 1 commit
-
-
Robert Schilling authored
-
- 25 Apr, 2017 2 commits
-
-
Robert Schilling authored
-
Timothy Andrew authored
-
- 23 Apr, 2017 1 commit
-
-
TM Lee authored
- Reorder slash command api requests, include slack response example - Case fix and added changelog
-
- 21 Apr, 2017 2 commits
-
-
Ben Getsug authored
-
Marion Deveaud authored
-
- 20 Apr, 2017 1 commit
-
-
Sean McGivern authored
-
- 18 Apr, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 14 Apr, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
-
- 12 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 10 Apr, 2017 2 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
- 08 Apr, 2017 2 commits
-
-
Achilleas Pipinellis authored
-
Dawid Goslawski authored
-
- 06 Apr, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 05 Apr, 2017 1 commit
-
-
Oswaldo Ferreira authored
Notice that this param is being supported since V3, but we have not added the proper docs for it
-
- 03 Apr, 2017 1 commit
-
-
Adam Niedzielski authored
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
-
- 29 Mar, 2017 1 commit
-
-
Dongqing Hu authored
-
- 27 Mar, 2017 2 commits
-
-
Toon Claes authored
In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes.
-
George Andrinopoulos authored
-
- 24 Mar, 2017 1 commit
-
-
blackst0ne authored
-
- 23 Mar, 2017 2 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Johan Brandhorst authored
-
- 22 Mar, 2017 1 commit
-
-
Johan Brandhorst authored
This was ambiguously defined, update parameters to match the example and the definition.
-
- 20 Mar, 2017 2 commits
-
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Mar, 2017 2 commits
-
-
Kamil Trzciński authored
-
Achilleas Pipinellis authored
-
- 16 Mar, 2017 1 commit
-
-
Toon Claes authored
To get the issues that have no label, the special keyword `No Label` can be used. This `No Label` label can be used like any other label.
-
- 13 Mar, 2017 3 commits
-
-
Bob Van Landuyt authored
merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
-
Bob Van Landuyt authored
And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
-
Bob Van Landuyt authored
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
-
- 08 Mar, 2017 3 commits
-
-
Oswaldo Ferreira authored
-
Felipe Artur authored
Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements
-
Felipe Artur authored
-
- 07 Mar, 2017 4 commits
-
-
Toon Claes authored
And V4 is the preferred version to be used, because V3 will be removed in 9.4 (or later).
-
Toon Claes authored
It returns all projects visible for the authenticated user, not just the project they are member of.
-
Toon Claes authored
Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
-
Toon Claes authored
Add endpoint to get the jobs scoped to a pipeline.
-