An error occurred fetching the project authors.
  1. 09 May, 2016 1 commit
  2. 31 Mar, 2016 1 commit
  3. 15 Mar, 2016 1 commit
  4. 13 Mar, 2016 2 commits
  5. 11 Mar, 2016 2 commits
  6. 29 Feb, 2016 2 commits
  7. 24 Feb, 2016 1 commit
  8. 20 Feb, 2016 2 commits
  9. 09 Feb, 2016 1 commit
  10. 02 Feb, 2016 1 commit
  11. 08 Jan, 2016 1 commit
  12. 06 Jan, 2016 1 commit
  13. 03 Jan, 2016 1 commit
  14. 15 Dec, 2015 1 commit
  15. 14 Dec, 2015 1 commit
  16. 09 Dec, 2015 2 commits
  17. 07 Dec, 2015 1 commit
  18. 18 Nov, 2015 2 commits
    • Yorick Peterse's avatar
      Refactor User#authorized_groups/projects · e116a356
      Yorick Peterse authored
      These methods no longer include public groups/projects (that don't
      belong to the actual user) as this is handled by the various finder
      classes now. This also removes the need for passing extra arguments.
      
      Note that memoizing was removed _explicitly_. For whatever reason doing
      so messes up the users controller to a point where it claims a certain
      user does _not_ have access to certain groups/projects when it does have
      access. Existing code shouldn't be affected as these methods are only
      called in ways that they'd run queries anyway (e.g. a combination of
      "any?" and "each" which would run 2 queries regardless of memoizing).
      e116a356
    • Yorick Peterse's avatar
      Refactor getting user groups/projects/contributions · 5fcd9986
      Yorick Peterse authored
      This new setup no longer loads any IDs into memory using "pluck",
      instead using SQL UNIONs to merge the various datasets together. This
      results in greatly improved query performance as well as a reduction of
      memory usage.
      
      The old setup was in particular problematic when requesting the
      authorized projects _including_ public/internal projects as this would
      result in roughly 65000 project IDs being loaded into memory. These IDs
      would in turn be passed to other queries.
      5fcd9986
  19. 13 Nov, 2015 1 commit
  20. 03 Nov, 2015 1 commit
    • Yorick Peterse's avatar
      Fixed User sorting specs · a2f8f9ad
      Yorick Peterse authored
      The descriptions were not accurate and one particular spec seemingly
      expected the wrong User row to be returned.
      a2f8f9ad
  21. 02 Oct, 2015 2 commits
  22. 29 Sep, 2015 2 commits
  23. 20 Sep, 2015 1 commit
  24. 06 Sep, 2015 1 commit
  25. 20 Aug, 2015 1 commit
  26. 05 Aug, 2015 1 commit
  27. 02 Aug, 2015 1 commit
  28. 23 Jul, 2015 1 commit
  29. 10 Jul, 2015 1 commit
  30. 23 Jun, 2015 2 commits
  31. 22 Jun, 2015 1 commit