An error occurred fetching the project authors.
  1. 12 Apr, 2016 1 commit
  2. 10 Apr, 2016 1 commit
  3. 09 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 05 Apr, 2016 1 commit
  7. 04 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Cache Banzai projects/objects using RequestStore · 57bde0ce
      Yorick Peterse authored
      This was originally suggested by @ayufan and modified to be a bit
      cleaner and use RequestStore instead of a regular Hash.
      
      By caching the output of the two methods involved the number of queries
      is reduced significantly. For example, for an issue with 200 notes (of
      which 100 reference a number of merge requests) this cuts down the
      amount of queries from around 6300 to around 3300.
      57bde0ce
  8. 25 Mar, 2016 2 commits
  9. 21 Mar, 2016 1 commit
    • connorshea's avatar
      Update Rubocop from 0.35.1 to 0.38.0. · 6274136c
      connorshea authored
      Discussed in #14233.
      
      See [their releases](https://github.com/bbatsov/rubocop/releases) for
      more info.
      
      Changes:
      - Enable DisplayCopNames for lint output.
      - Default behavior for `Alias` changed, set to enforce `prefer_alias_method`.
      - Enabling Rails cops changed to new syntax.
      - Remove StyleGuides and move Descriptions to comments.
      - Add missing cops.
      - Add TODOs for cops that should be enabled in the future.
      - Set TargetRubyVersion to 2.1.
      6274136c
  10. 19 Mar, 2016 1 commit
  11. 18 Mar, 2016 1 commit
  12. 16 Mar, 2016 1 commit
  13. 15 Mar, 2016 3 commits
  14. 14 Mar, 2016 1 commit
  15. 10 Mar, 2016 1 commit
  16. 09 Mar, 2016 2 commits
  17. 07 Mar, 2016 1 commit
  18. 04 Mar, 2016 2 commits
  19. 03 Mar, 2016 2 commits
  20. 01 Mar, 2016 1 commit
  21. 29 Feb, 2016 2 commits
  22. 23 Feb, 2016 2 commits
  23. 19 Feb, 2016 1 commit
  24. 16 Feb, 2016 1 commit
  25. 13 Feb, 2016 1 commit
  26. 12 Feb, 2016 1 commit
  27. 11 Feb, 2016 1 commit
  28. 09 Feb, 2016 1 commit
  29. 04 Feb, 2016 1 commit
    • Yorick Peterse's avatar
      Dedicated method for counting commits between refs · b263ab61
      Yorick Peterse authored
      gitlab_git 8.1 adds the ability to count the amount of commits between
      two references without having to allocate anything but regular
      Rugged::Commit objects. This in turn speeds up the process of counting
      the number of commits a branch is ahead/behind by about 3.5x.
      b263ab61
  30. 03 Feb, 2016 2 commits
  31. 02 Feb, 2016 1 commit