An error occurred fetching the project authors.
  1. 28 Jun, 2017 1 commit
  2. 26 Jun, 2017 1 commit
  3. 23 Jun, 2017 3 commits
  4. 21 Jun, 2017 1 commit
  5. 19 Jun, 2017 2 commits
  6. 16 Jun, 2017 2 commits
    • Pawel Chojnacki's avatar
      6e4d5334
    • Yorick Peterse's avatar
      Refactor Project.with_feature_available_for_user · 73bf9413
      Yorick Peterse authored
      This method used to use a UNION, which would lead to it performing the
      same query twice; producing less than ideal performance. Further, in
      certain cases ActiveRecord could get confused and mess up the variable
      bindings, though it's not clear how/why exactly this happens.
      
      Fortunately we can work around all of this by building some of the WHERE
      conditions manually, allowing us to use a simple OR statement to get all
      the data we want without any of the above problems.
      73bf9413
  7. 08 Jun, 2017 2 commits
  8. 05 Jun, 2017 1 commit
  9. 03 Jun, 2017 1 commit
  10. 02 Jun, 2017 1 commit
  11. 31 May, 2017 2 commits
  12. 30 May, 2017 4 commits
  13. 26 May, 2017 2 commits
  14. 24 May, 2017 4 commits
  15. 11 May, 2017 1 commit
  16. 10 May, 2017 2 commits
  17. 07 May, 2017 1 commit
  18. 04 May, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 01 May, 2017 3 commits
  21. 26 Apr, 2017 2 commits
  22. 17 Apr, 2017 1 commit
  23. 07 Apr, 2017 1 commit