- 26 Jan, 2018 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 24 Jan, 2018 1 commit
-
-
Douwe Maan authored
-
- 22 Jan, 2018 1 commit
-
-
Mike Greiling authored
-
- 19 Jan, 2018 2 commits
-
-
Kim "BKC" Carlbäcker authored
-
Jan Christophersen authored
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- 17 Jan, 2018 1 commit
-
-
Alexis Reigel authored
with .public_send we can't make sure that the scope on the model actually exists.
-
- 14 Jan, 2018 1 commit
-
-
Stan Hu authored
This should reduce the number of SQL queries and lookups needed to look up a project of a build and pipeline and vice versa. Before: ``` [1] pry(main)> Ci::Build.reflect_on_association(:project).has_inverse? => false [2] pry(main)> Project.reflect_on_association(:builds).has_inverse? => false [3] pry(main)> Ci::Pipeline.reflect_on_association(:project).has_inverse? => false [4] pry(main)> Project.reflect_on_association(:pipelines).has_inverse? => :project ``` After: ``` [1] pry(main)> Ci::Build.reflect_on_association(:project).has_inverse? => :builds [2] pry(main)> Project.reflect_on_association(:builds).has_inverse? => :project [3] pry(main)> Ci::Pipeline.reflect_on_association(:project).has_inverse? => :pipelines [4] pry(main)> Project.reflect_on_association(:pipelines).has_inverse? => :project ```
-
- 12 Jan, 2018 1 commit
-
-
Lin Jen-Shin authored
with StrongMemoize
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 09 Jan, 2018 1 commit
-
-
Kim "BKC" Carlbäcker authored
-
- 06 Jan, 2018 1 commit
-
-
Tiago Botelho authored
-
- 04 Jan, 2018 4 commits
-
-
Mayra Cabrera authored
-
Jacob Vosmaer authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 03 Jan, 2018 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
We'd need to keep track of project full path otherwise directory tree created with hashed storage enabled cannot be usefully imported using the import rake task.
-
James Lopez authored
-
James Lopez authored
-
- 22 Dec, 2017 2 commits
-
-
Douwe Maan authored
-
blackst0ne authored
-
- 20 Dec, 2017 1 commit
-
-
Kim Carlbäcker authored
This reverts merge request !15712
-
- 12 Dec, 2017 2 commits
-
-
Greg Stark authored
-
Kim "BKC" Carlbäcker authored
-
- 07 Dec, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 05 Dec, 2017 1 commit
-
-
Jan Provaznik authored
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
-
- 04 Dec, 2017 2 commits
-
-
Matija Čupić authored
-
Nick Thomas authored
Note the dependency on gitlab-shell v5.10.0
-
- 01 Dec, 2017 2 commits
-
-
Francisco Lopez authored
Comments from code review applied. Also switched forked_from_project and ForkedProjectLinks to ForkNetworkMember
-
Christiaan Van den Poel authored
-
- 28 Nov, 2017 6 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 27 Nov, 2017 1 commit
-
-
Douwe Maan authored
-