- 06 Oct, 2017 3 commits
-
-
Dimitrie Hoekstra authored
-
Kamil Trzcinski authored
-
Filipa Lacerda authored
-
- 05 Oct, 2017 12 commits
-
-
Jacob Schatz authored
Closes #38817
-
Shinya Maeda 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
-
- 04 Oct, 2017 12 commits
-
-
Vitaliy @blackst0ne Klachkov authored
-
Jose Ivan Vargas 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
-
Sean McGivern authored
There were a couple of things here: 1. If the state was already enabled, we don't need to check all the remaining steps - only those that can prevent the state. (An enable followed by an enable is a no-op.) This logic is in `#run`, but we still did the work of scoring and sorting the steps. 2. The sorting is known to be inefficient, but we can make it slightly more efficient by stopping once we have a step with zero score, as that means it's free. Neither of these make this _fast_, especially when called lots of times - as we do when there is lots of activity on an issue - but they do help some.
-
Benjamin Drung authored
The sidekiq memory killer prints warnings like gitlab-sidekiq[8245]: 2017-09-27T11:31:43.192Z 8245 TID-ov9l6b4e0 WARN: this thread will shut down PID 8245 - Worker ProjectWebHookWorker - JID-dd3b1c23a653deec5e575ab4in 900 seconds There is a space missing between the JID and 'in'.
-
-
-
Guilherme Vieira authored
-
- 03 Oct, 2017 11 commits
-
-
Douwe Maan authored
-
Kushal Pandya authored
-
Greg Stark authored
-
Winnie Hellmann authored
-
Greg Stark authored
-
Alessio Caiazza authored
-
Jarka Kadlecova authored
-
Mark Fletcher authored
-
Alessio Caiazza authored
-
Mark Fletcher authored
- 02 Oct, 2017 2 commits
-
-
Simon Knox authored
-
Eric Eastwood authored
-