- 09 Mar, 2016 2 commits
-
-
Robert Speicher authored
This task will generate a standard and Retina sprite of all of the current Gemojione Emojis, with the accompanying SCSS map. It will not appear in `rake -T` output, and the dependent gems are not included in the Gemfile by default, because this task will only be needed occasionally. [ci skip]
-
Kamil Trzcinski authored
-
- 04 Mar, 2016 1 commit
-
-
Peter Suschlik authored
-
- 29 Feb, 2016 1 commit
-
-
Douwe Maan authored
-
- 25 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
We did a small experiment to see how a full scan of the Redis keys on gitlab.com speeds up as we increase the batch size. The values on the right are time in seconds for a full scan (no delete operations). count: 10); 284.500529021 count: 100); 86.21216934 count: 1_000); 60.931676195 count: 10_000); 60.96355610 count: 100_000); 62.378172541 It looks like 1,000 is a good number.
-
- 19 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
This allows 'rake cache:clear' to delete millions of keys without choking. It requires Redis 2.8.0 or newer but we needed that already anyway.
-
- 17 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
-
- 10 Feb, 2016 2 commits
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
[ci skip]
-
- 09 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
-
- 05 Feb, 2016 1 commit
-
-
James Lopez authored
-
- 03 Feb, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 15 Jan, 2016 1 commit
-
-
Robert Speicher authored
[ci skip] Closes #5931
-
- 13 Jan, 2016 1 commit
-
-
Robert Speicher authored
-
- 05 Jan, 2016 1 commit
-
-
Stan Hu authored
Closes #5872
-
- 14 Dec, 2015 1 commit
-
-
Drew Blessing authored
-
- 12 Dec, 2015 1 commit
-
-
Stan Hu authored
Closes #3649 [ci skip]
-
- 11 Dec, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 09 Dec, 2015 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 08 Dec, 2015 2 commits
-
-
Stan Hu authored
Closes #3848
-
Jacob Vosmaer authored
-
- 25 Nov, 2015 1 commit
-
-
Robert Speicher authored
-
- 19 Nov, 2015 1 commit
-
-
Marin Jankovski authored
-
- 17 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Nov, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Nov, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 03 Nov, 2015 1 commit
-
-
Robert Speicher authored
Closes #3311
-
- 29 Oct, 2015 1 commit
-
-
Mike Chmielewski authored
-
- 21 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Oct, 2015 1 commit
-
-
Benny Schimmer authored
-
- 15 Oct, 2015 1 commit
-
-
Yorick Peterse authored
Performance is improved in two steps: 1. On PostgreSQL an expression index is used for checking lower(email) and lower(username). 2. The check to determine if we're searching for a username or Email is moved to Ruby. Thanks to @haynes for suggesting and writing the initial implementation of this. Moving the check to Ruby makes this method an additional 1.5 times faster compared to doing the check in the SQL query. With performance being improved I've now also tweaked the amount of iterations required by the User.by_login benchmark. This method now runs between 900 and 1000 iterations per second.
-