- Jan 24, 2018
-
-
Douwe Maan authored
-
- Jan 22, 2018
-
-
Mike Greiling authored
-
- Jan 19, 2018
-
-
Kim "BKC" Carlbäcker authored
-
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- Jan 17, 2018
-
-
Alexis Reigel authored
with .public_send we can't make sure that the scope on the model actually exists.
-
- Jan 14, 2018
-
-
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 ```
-
- Jan 12, 2018
-
-
Lin Jen-Shin authored
with StrongMemoize
-
- Jan 11, 2018
-
-
- Jan 09, 2018
-
-
Kim "BKC" Carlbäcker authored
-
- Jan 06, 2018
-
-
Tiago Botelho authored
-
- Jan 04, 2018
-
-
Mayra Cabrera authored
-
Jacob Vosmaer (GitLab) authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Jan 03, 2018
-
-
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
-
- Dec 22, 2017
-
-
Douwe Maan authored
-
blackst0ne authored
-
- Dec 20, 2017
-
-
Kim Carlbäcker authored
This reverts merge request !15712
-
- Dec 12, 2017
-
-
Gregory Stark authored
-
Kim "BKC" Carlbäcker authored
-
- Dec 07, 2017
-
-
Zeger-Jan van de Weg authored
-
- Dec 05, 2017
-
-
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
-
- Dec 04, 2017
-
-
Matija Čupić authored
-
Nick Thomas authored
Note the dependency on gitlab-shell v5.10.0
-
- Dec 01, 2017
-
-
Francisco Javier López authored
Comments from code review applied. Also switched forked_from_project and ForkedProjectLinks to ForkNetworkMember
-
-
- Nov 28, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Nov 27, 2017
-
-
Douwe Maan authored
-
- Nov 24, 2017
-
-
Douwe Maan authored
-
- Nov 23, 2017
-
-
Gabriel Mazetto authored
-