- 18 Jul, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 04 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Jun, 2017 1 commit
-
-
Sean McGivern authored
-
- 14 Jun, 2017 2 commits
-
-
Robert Speicher authored
-
Robin Bobbitt authored
-
- 08 Jun, 2017 2 commits
-
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- 10 May, 2017 1 commit
-
-
blackst0ne authored
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 13 Feb, 2017 1 commit
-
-
Phil Hughes authored
-
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 15 Dec, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
-
- 07 Nov, 2016 1 commit
-
-
Clement Ho authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 04 Aug, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 18 Jun, 2016 1 commit
-
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
- 15 Mar, 2016 1 commit
-
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
- 10 Mar, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Fixed failing tests
-
- 24 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 12 Feb, 2016 1 commit
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
- 12 Jan, 2016 1 commit
-
-
Robert Speicher authored
Somehow this test existed on EE but not in CE, so it started failing after a bad CE-to-EE merge.
-
- 08 Jan, 2016 1 commit
-
-
Robert Speicher authored
-
- 11 Dec, 2015 1 commit
-
-
Robert Speicher authored
Closes #4002
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 30 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 18 Oct, 2015 2 commits
-
-
Jan-Gerd Tenberge authored
-
Jan-Gerd Tenberge authored
-
- 15 Oct, 2015 1 commit
-
-
Yorick Peterse authored
If the User object is already known before calling this method being able to re-use said object can save us an extra SQL query.
-
- 26 Sep, 2015 1 commit
-
-
Jan-Gerd Tenberge authored
-
- 30 Jun, 2015 1 commit
-
-
Robert Speicher authored
There were several specs that were failing when run by themselves. - Use the `helper` object, as per RSpec 3 standards - Use `assign` to assign instance variables that helpers expect - Add `StubConfiguration` support module
-
- 22 Jun, 2015 2 commits
-
-
Stan Hu authored
-
Robert Speicher authored
-