- 05 Jul, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 03 Jul, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 30 Jun, 2017 2 commits
-
-
Adam Niedzielski authored
-
Lin Jen-Shin authored
-
- 29 Jun, 2017 1 commit
-
-
Adam Niedzielski authored
This reverts commit 498a8d8560b4, reversing changes made to ecba21e0a524.
-
- 28 Jun, 2017 8 commits
-
-
Douwe Maan authored
-
Douglas Barbosa Alexandre authored
-
Tiago Botelho authored
-
Douglas Barbosa Alexandre authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Lin Jen-Shin authored
-
- 26 Jun, 2017 1 commit
-
-
Ruben Davila authored
-
- 23 Jun, 2017 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Jun, 2017 2 commits
-
-
Pawel Chojnacki authored
Remove unnecessary prometheus_service method, that is now handled by new automagic within Project model
-
Yorick Peterse authored
This optimises how GroupProjectsFinder builds it collection, producing simpler and faster queries in the process. It also cleans up the code a bit to make it easier to understand.
-
- 16 Jun, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Yorick Peterse authored
This method used to use a UNION, which would lead to it performing the same query twice; producing less than ideal performance. Further, in certain cases ActiveRecord could get confused and mess up the variable bindings, though it's not clear how/why exactly this happens. Fortunately we can work around all of this by building some of the WHERE conditions manually, allowing us to use a simple OR statement to get all the data we want without any of the above problems.
-
- 08 Jun, 2017 2 commits
-
-
Yorick Peterse authored
In EE we don't want to remove import data for mirrors. By moving this logic to a separate method we can simply re-define the method in EE using "prepend" and call "super" whenever necessary.
-
Yorick Peterse authored
This ensures the order of these methods is identical in CE and EE.
-
- 05 Jun, 2017 1 commit
-
-
Tiago Botelho authored
-
- 03 Jun, 2017 1 commit
-
-
vanadium23 authored
-
- 02 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 31 May, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Kamil Trzcinski authored
-
- 30 May, 2017 4 commits
-
-
Toon Claes authored
To avoid the use of slow queries, remove some deprecated methods and encourage the use of ProjectFinder to find projects.
-
Toon Claes authored
Add a scope to search for the projects that are starred by a certain user.
-
Rémy Coutable authored
This reverts commit 5520492cd79b, reversing changes made to c48ae99715db . Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
blackst0ne authored
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
-
- 26 May, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Also introduce Ci::Variable#to_runner_variable to build up the hash for runner.
-
- 24 May, 2017 3 commits
-
-
Lin Jen-Shin authored
-
Douwe Maan authored
This reverts commit f0fc11a523e8
-
Douwe Maan authored
-