BigW Consortium Gitlab

  1. 15 Oct, 2015 1 commit
    • Improve performance of User.by_login · 72f428c7
      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.
  2. 08 Oct, 2015 1 commit
  3. 23 Jun, 2015 1 commit
  4. 23 Apr, 2014 1 commit
  5. 13 Mar, 2014 1 commit
  6. 12 Mar, 2014 1 commit
  7. 11 Mar, 2014 1 commit
  8. 26 Aug, 2013 1 commit
    • Remove old migration tasks · 3cc26654
      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
  9. 21 Aug, 2013 1 commit
  10. 20 Aug, 2013 2 commits
  11. 19 Aug, 2013 2 commits
  12. 04 Aug, 2013 2 commits
  13. 02 Aug, 2013 1 commit
  14. 29 Jul, 2013 1 commit
  15. 24 Jun, 2013 1 commit
  16. 22 Jun, 2013 1 commit
  17. 19 Jun, 2013 2 commits
  18. 11 May, 2013 1 commit
    • Migrate notes.line_code format. · 320f0ac8
      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.
  19. 16 Apr, 2013 1 commit
  20. 15 Apr, 2013 1 commit
  21. 10 Apr, 2013 1 commit
  22. 05 Apr, 2013 1 commit