An error occurred fetching the project authors.
- 28 Jun, 2017 1 commit
-
-
Tiago Botelho 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 c425f366, reversing changes made to 82f6c0f5. 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 4 commits
-
-
Lin Jen-Shin authored
-
Douwe Maan authored
This reverts commit b0498c17
-
Douwe Maan authored
-
Douwe Maan authored
-
- 11 May, 2017 1 commit
-
-
Z.J. van de Weg authored
Enforced by the database, and no callbacks need to be called. Combined with 7b9b2c6099 and 294a8b8a6d this resolves gitlab-org/gitlab-ce#31799
-
- 10 May, 2017 2 commits
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
blackst0ne authored
-
- 07 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 04 May, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 03 May, 2017 1 commit
-
-
James Lopez authored
-
- 01 May, 2017 3 commits
-
-
Bob Van Landuyt authored
This reflects better that it validates paths instead of a namespace model
-
Bob Van Landuyt authored
Since the namespacevalidator now knows the difference between a top-level and another path, this could all be handled there.
-
Bob Van Landuyt authored
`Project` uses `ProjectPathValidator` which is now a `NamespaceValidator` that skips the format validation. That way we're sure we are using the same collection of reserved paths. I updated the path constraints to reflect the changes: We now allow some values that are only used on a top level namespace as a name for a nested group/project.
-
- 26 Apr, 2017 2 commits
-
-
mhasbini authored
-
Bob Van Landuyt authored
-
- 17 Apr, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Apr, 2017 1 commit
-
-
Bob Van Landuyt authored
-