An error occurred fetching the project authors.
  1. 20 Oct, 2015 1 commit
  2. 14 Oct, 2015 2 commits
  3. 08 Oct, 2015 1 commit
    • Yorick Peterse's avatar
      Revamp finding projects by namespaces · 03417456
      Yorick Peterse authored
      By using a JOIN we can remove the need for using 2 separate queries to
      find a project by its namespace. Combined with an index (only needed for
      PostgreSQL) this reduces the query time from ~245 ms (~520 ms for the
      first call) down to roughly 10 ms (~15 ms for the first call).
      03417456
  4. 06 Oct, 2015 1 commit
    • Yorick Peterse's avatar
      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.
      b7abba0c
  5. 05 Oct, 2015 1 commit
  6. 03 Oct, 2015 1 commit
  7. 02 Oct, 2015 1 commit
  8. 01 Oct, 2015 1 commit
  9. 29 Sep, 2015 6 commits
  10. 25 Sep, 2015 2 commits
  11. 23 Sep, 2015 3 commits
  12. 18 Sep, 2015 2 commits
  13. 16 Sep, 2015 1 commit
  14. 11 Sep, 2015 1 commit
  15. 09 Sep, 2015 1 commit
  16. 03 Sep, 2015 1 commit
  17. 02 Sep, 2015 1 commit
  18. 26 Aug, 2015 1 commit
  19. 19 Aug, 2015 1 commit
  20. 11 Aug, 2015 2 commits
  21. 02 Aug, 2015 1 commit
  22. 30 Jul, 2015 2 commits
  23. 29 Jul, 2015 3 commits
  24. 17 Jul, 2015 1 commit
  25. 15 Jul, 2015 1 commit
  26. 09 Jun, 2015 1 commit