- 09 Oct, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
-
- 07 Oct, 2017 1 commit
-
-
Felipe Artur authored
-
- 06 Oct, 2017 1 commit
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- 05 Oct, 2017 6 commits
-
-
Tim Zallmann authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Also, improved a bit the method names in Github::Representation::PullRequest. Last but not least, ensure temp branch names doesn't contain a `/` as this would create the ref in a subfolder in `refs/heads` (e.g. `refs/heads/gh-123/456/rymai/foo`), and would leave empty directories upon branch deletion (e.g. `refs/heads/gh-123/456/rymai/`. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Lopez authored
update MR diff
-
- 04 Oct, 2017 3 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
Tests for these new helper methods
-
Tim Zallmann authored
-
- 03 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 23 Sep, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 14 Sep, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 07 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 06 Sep, 2017 6 commits
-
-
micael.bergeron authored
also fix some code styling issues
-
micael.bergeron authored
- only show in merge-requests - show as a little glyph
-
micael.bergeron authored
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-
Sean McGivern authored
-
Sean McGivern authored
-
- 31 Aug, 2017 1 commit
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- 30 Aug, 2017 2 commits
-
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
- 29 Aug, 2017 5 commits
-
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
- 28 Aug, 2017 1 commit
-
-
Felipe Artur authored
-
- 25 Aug, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 22 Aug, 2017 4 commits
-
-
Gabriel Mazetto authored
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 17 Aug, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-