BigW Consortium Gitlab

  1. 16 Nov, 2015 2 commits
  2. 05 Nov, 2015 1 commit
  3. 19 Oct, 2015 1 commit
  4. 16 Oct, 2015 3 commits
  5. 07 Oct, 2015 1 commit
  6. 06 Oct, 2015 2 commits
    • Revamp trending projects query · b7abba0c
      Yorick Peterse authored
      This changes the query to use a COUNT nested in an INNER JOIN, instead
      of a COUNT plus a GROUP BY. There are two reasons for this:
      
      1. Using a COUNT in an INNER JOIN can be quite a bit faster.
      2. The use of a GROUP BY means that method calls such as "any?"
         (and everything else that calls "count") operate on a Hash that
         counts the amount of notes on a per project basis, instead of just
         counting the total amount of projects.
      
      The query has been moved into Project.trending as its logic is simple
      enough. As a result of this testing the TrendingProjectsFinder class
      simply involves testing if the right methods are called, removing the
      need for setting up database records.
    • Use >= instead of > in TrendingProjectsFinder · d15eec64
      Yorick Peterse authored
      By using >= we can ensure we actually get all comments of the past
      month, instead of the comments of the past month minus the first day in
      the range.
  7. 03 Oct, 2015 1 commit
  8. 18 Sep, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 07 Jul, 2015 2 commits
  11. 19 Jun, 2015 1 commit
  12. 27 May, 2015 1 commit
  13. 25 May, 2015 1 commit
  14. 30 Apr, 2015 1 commit
    • Group milestones by title in the dashboard and all other issue views · e6ee8d0e
      Dominik Sander authored
      This groups milestones by title for issue views like it has been done for
      the milestone dashboard/project overview. Before milestones with the
      same title would show up multiple times in the filter dropdown and one could
      only filter per project and milestone. Now the milestone filter is based
      on the title of the milestone, i.e. all issues marked with the same
      milestone title are shown.
  15. 27 Mar, 2015 2 commits
  16. 19 Feb, 2015 1 commit
  17. 06 Feb, 2015 2 commits
  18. 03 Feb, 2015 2 commits
  19. 01 Jan, 2015 1 commit
  20. 05 Dec, 2014 1 commit
  21. 27 Oct, 2014 1 commit
  22. 24 Oct, 2014 1 commit
  23. 13 Oct, 2014 1 commit
  24. 09 Oct, 2014 1 commit
  25. 07 Oct, 2014 1 commit
  26. 15 Sep, 2014 1 commit
  27. 14 Sep, 2014 1 commit
  28. 02 Sep, 2014 1 commit
  29. 30 Jul, 2014 2 commits
  30. 29 Jul, 2014 1 commit
  31. 23 Jul, 2014 1 commit