BigW Consortium Gitlab

  1. 08 May, 2017 1 commit
  2. 05 May, 2017 1 commit
  3. 03 May, 2017 1 commit
  4. 21 Mar, 2017 1 commit
  5. 23 Feb, 2017 1 commit
  6. 13 Dec, 2016 1 commit
  7. 03 Jun, 2016 1 commit
    • Replace colorize gem with rainbow. · 903946c7
      Connor Shea authored
      Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize.
      
      The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance.
      
      The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product.
      
      An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded.
      
      Rainbow library: https://github.com/sickill/rainbow
      Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
  8. 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.
  9. 08 Oct, 2015 1 commit
  10. 23 Jun, 2015 1 commit
  11. 23 Apr, 2014 1 commit
  12. 13 Mar, 2014 1 commit
  13. 12 Mar, 2014 1 commit
  14. 11 Mar, 2014 1 commit
  15. 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
  16. 21 Aug, 2013 1 commit
  17. 20 Aug, 2013 2 commits
  18. 19 Aug, 2013 2 commits
  19. 04 Aug, 2013 2 commits
  20. 02 Aug, 2013 1 commit
  21. 29 Jul, 2013 1 commit
  22. 24 Jun, 2013 1 commit
  23. 22 Jun, 2013 1 commit
  24. 19 Jun, 2013 2 commits
  25. 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.
  26. 16 Apr, 2013 1 commit
  27. 15 Apr, 2013 1 commit
  28. 10 Apr, 2013 1 commit
  29. 05 Apr, 2013 1 commit