BigW Consortium Gitlab

  1. 31 Mar, 2016 1 commit
  2. 15 Mar, 2016 1 commit
  3. 13 Mar, 2016 2 commits
  4. 11 Mar, 2016 2 commits
  5. 29 Feb, 2016 2 commits
  6. 24 Feb, 2016 1 commit
  7. 20 Feb, 2016 2 commits
  8. 09 Feb, 2016 1 commit
  9. 02 Feb, 2016 1 commit
  10. 08 Jan, 2016 1 commit
  11. 06 Jan, 2016 1 commit
  12. 03 Jan, 2016 1 commit
  13. 15 Dec, 2015 1 commit
  14. 14 Dec, 2015 1 commit
  15. 09 Dec, 2015 2 commits
  16. 07 Dec, 2015 1 commit
  17. 18 Nov, 2015 2 commits
    • 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).
    • 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.
  18. 13 Nov, 2015 1 commit
  19. 03 Nov, 2015 1 commit
    • 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.
  20. 02 Oct, 2015 2 commits
  21. 29 Sep, 2015 2 commits
  22. 20 Sep, 2015 1 commit
  23. 06 Sep, 2015 1 commit
  24. 20 Aug, 2015 1 commit
  25. 05 Aug, 2015 1 commit
  26. 02 Aug, 2015 1 commit
  27. 23 Jul, 2015 1 commit
  28. 10 Jul, 2015 1 commit
  29. 23 Jun, 2015 2 commits
  30. 22 Jun, 2015 1 commit
  31. 20 Jun, 2015 1 commit