- 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.
-
- 08 Oct, 2015 1 commit
-
-
Yorick Peterse authored
This ensures any PostgreSQL specific schema changes (e.g. expression indexes) are created when setting up the database.
-
- 23 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 23 Apr, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 13 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Mar, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 11 Mar, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 26 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
You should update to 6.0 before proceed with update to higher version. So its no reason to keep old tasks any more. It should be still available in 6-0-stable but not in master
-
- 21 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Aug, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 19 Aug, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
* call set_iid before validation * make rake task pass event if objects are invalid * show iid in comment event at dashboard
-
Dmitriy Zaporozhets authored
-
- 04 Aug, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Store diff with line note. It makes possible to see inline notes with proper diff even if MR diff changed
-
- 02 Aug, 2013 1 commit
-
-
Jacob Vosmaer authored
-
- 29 Jul, 2013 1 commit
-
-
Johannes Schleifenbaum authored
-
- 24 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 19 Jun, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 11 May, 2013 1 commit
-
-
baba authored
Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences.
-
- 16 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 15 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-