- Oct 13, 2017
-
-
Jacopo authored
We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
-
- Oct 10, 2017
-
-
Andrew Newdigate authored
-
Filipa Lacerda authored
-
- Oct 09, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
-
- Oct 07, 2017
-
-
Michael Kozono authored
-
Jacopo authored
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
-
Bob Van Landuyt authored
-
-
- Oct 06, 2017
-
-
Mike Greiling authored
-
Winnie Hellmann authored
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
Andrew Newdigate authored
-
Dimitrie Hoekstra authored
-
Phil Hughes authored
Closes #38808
-
Kamil Trzcińśki authored
-
Mark Fletcher authored
-
Filipa Lacerda authored
-
- Oct 05, 2017
-
-
Jacob Schatz authored
Closes #38817
-
Shinya Maeda authored
-
Alessio Caiazza authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Phil Hughes authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Jose Ivan Vargas Lopez authored
-
Vitaliy @blackst0ne Klachkov authored
-
Jarka Kadlecova authored
[ci skip]
-
Mike Greiling authored
-
Mike Greiling authored
-
- Oct 04, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
Jose Ivan Vargas Lopez authored
[ci skip]
-
Phil Hughes authored
Closes #38781
-
Dimitrie Hoekstra authored
-
Stan Hu authored
Devise sets `current_user`, but not all controllers authenticate users by session tokens. Try to use the controller-defined `authenticated_user` if `current_user` is not available. Closes gitlab-org/gitlab-ee#3611
-
Sean McGivern authored
When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com.
-
Takuya Noguchi authored
-