- 05 Nov, 2018 1 commit
-
-
blackst0ne authored
-
- 30 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 23 Oct, 2018 2 commits
-
-
Thong Kuah authored
This removes the ability to pass in a different version. We can instead create a new entry in the SUPPORTED_API_GROUPS hash for a different version if need be.
-
Thong Kuah authored
Find and replace everywhere we pass in `api_groups` to KubeClient, as no longer needed
-
- 22 Oct, 2018 1 commit
-
-
Abubakar Siddiq Ango authored
-
- 19 Oct, 2018 1 commit
-
-
Alex Lossent authored
Bamboo API returns an array of results as per https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e786
-
- 17 Oct, 2018 2 commits
-
-
Felipe Artur authored
-
George Tsiolis authored
-
- 16 Oct, 2018 3 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
-
Peter Leitzen authored
Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
-
- 29 Sep, 2018 1 commit
-
-
Brett Walker authored
-
- 20 Sep, 2018 1 commit
-
-
Nick Thomas authored
-
- 18 Sep, 2018 1 commit
-
-
Semyon Pupkov authored
-
- 14 Sep, 2018 1 commit
-
-
Kukovskii Vladimir authored
-
- 11 Sep, 2018 2 commits
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Kukovskii Vladimir authored
-
- 06 Sep, 2018 2 commits
-
-
Felipe Artur authored
-
Thong Kuah authored
-
- 20 Aug, 2018 1 commit
-
-
Gilbert Roulot authored
-
- 10 Aug, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 03 Aug, 2018 1 commit
-
-
Felipe Artur authored
-
- 14 Jul, 2018 4 commits
-
-
Kukovskii Vladimir authored
-
Kukovskii Vladimir authored
-
Kukovskii Vladimir authored
-
Kukovskii Vladimir authored
-
- 05 Jul, 2018 1 commit
-
-
Douwe Maan authored
-
- 29 Jun, 2018 1 commit
-
-
Stan Hu authored
The original API that queries by label (`/rest/api/latest/result?label=#{sha1}`) only works for results from main plans and not branch plans. The `/rest/api/latest/result/byChangeset/#{sha1}` endpoint gives results from branch plans but not for the first push to the branch. Subsequent pushes work. For more details, see https://jira.atlassian.com/browse/BAM-16121. Closes #1355
-
- 14 Jun, 2018 2 commits
-
-
Mario de la Ossa authored
-
Jacob Vosmaer (GitLab) authored
-
- 12 Jun, 2018 1 commit
-
-
Jeff Brown authored
Closes #42342
-
- 05 Jun, 2018 2 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
the ci status icons are generated client side, wo we don't need the static files anymore.
-
- 01 Jun, 2018 1 commit
-
-
Francisco Javier López authored
-
- 23 May, 2018 1 commit
-
-
Olivier Gonzalez authored
-
- 17 May, 2018 1 commit
-
-
lulalala authored
First, transitions between can_be_merged & cannot_be_merged are removed, as they are currently blocked in `check_if_can_be_merged`. `can_be_merge` always returns to `unchecked` first, before it can transition to `cannot_be_merged` (and vice versa). We want to avoid repeated notification triggered by repeated transition between `cannot_be_merged` & `unchecked`. So we added `cannot_be_merged_recheck` state, similar to `unchecked`, but as a mean to remember it’s from cannot_be_merged. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18042/#note_65945407 Since `unchecked` and `cannot_be_merged_recheck` both mean “we are in the middle of checking if it is mergeable”, quite often we need to see if merge_status is in either one of them, so `check_state?` is added to achieve this.
-
- 23 Apr, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Prior to this change, Flowdock used Grit to get the difference between commits and post that to the remote service. This required direct path access, which doesn't work with Gitaly. Fixes gitlab-org/gitaly#1113
-
- 05 Apr, 2018 1 commit
-
-
Douwe Maan authored
[10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
-
- 28 Mar, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 21 Mar, 2018 1 commit
-
-
Douwe Maan authored
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-