- 11 Jan, 2018 1 commit
-
-
Sean McGivern authored
-
- 10 Jan, 2018 1 commit
-
-
Tony Rom authored
-
- 05 Jan, 2018 1 commit
-
-
Brent Greeff authored
-
- 22 Dec, 2017 1 commit
-
-
blackst0ne authored
-
- 20 Dec, 2017 1 commit
-
-
Mark Fletcher authored
-
- 15 Dec, 2017 1 commit
-
-
Tony Rom authored
-
- 22 Nov, 2017 2 commits
-
-
Sean McGivern authored
Previously, this used `Array#-`, which would remove all queries that matches the query text in the original set. However, sometimes we have a problem with parameterised queries, where the query text is identical both times, so we'd run a query N times instead of once, and it would be hidden from the output. Replace the logic to only remove a given query N times from the actual log, where N is the number of times it appears in the expected log.
-
Jacob Vosmaer (GitLab) authored
-
- 06 Nov, 2017 1 commit
-
-
micael.bergeron authored
reword the changelog remove dead code in the specs
-
- 03 Nov, 2017 1 commit
-
-
Sean McGivern authored
This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`.
-
- 30 Oct, 2017 1 commit
-
-
Mark Fletcher authored
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 07 Oct, 2017 2 commits
-
-
Bob Van Landuyt authored
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
-
Bob Van Landuyt authored
-
- 18 Sep, 2017 1 commit
-
-
haseeb authored
-
- 05 Sep, 2017 1 commit
-
-
Hiroyuki Sato authored
-
- 28 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 14 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
So that we could limit the access to Repository#fetch_ref See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13416#note_37487433
-
Lin Jen-Shin authored
-
- 11 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 10 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 09 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
-
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.
-