An error occurred fetching the project authors.
  1. 31 Jan, 2019 1 commit
  2. 24 Jan, 2019 2 commits
  3. 11 Jul, 2018 2 commits
  4. 27 Oct, 2017 1 commit
  5. 26 Oct, 2017 1 commit
  6. 03 Oct, 2017 2 commits
  7. 27 Jul, 2017 3 commits
  8. 26 Jul, 2017 1 commit
  9. 06 Jul, 2017 2 commits
  10. 05 Jul, 2017 2 commits
  11. 29 Jun, 2017 1 commit
  12. 28 Jun, 2017 1 commit
  13. 14 Jun, 2017 2 commits
  14. 31 May, 2017 1 commit
  15. 17 May, 2017 1 commit
  16. 07 May, 2017 1 commit
  17. 28 Apr, 2017 1 commit
  18. 24 Apr, 2017 1 commit
  19. 07 Apr, 2017 1 commit
  20. 03 Apr, 2017 1 commit
  21. 23 Mar, 2017 1 commit
  22. 09 Mar, 2017 1 commit
  23. 07 Mar, 2017 1 commit
  24. 06 Mar, 2017 1 commit
  25. 22 Feb, 2017 1 commit
  26. 06 Feb, 2017 2 commits
  27. 19 Jan, 2017 1 commit
  28. 18 Jan, 2017 1 commit
  29. 03 Jan, 2017 2 commits
  30. 29 Nov, 2016 1 commit
    • Robert Speicher's avatar
      Speed up Project security access specs · 2db4d58a
      Robert Speicher authored
      Prior, every single test was creating four `ProjectMember` objects, each
      of which created one `User` record, even though each test only used
      _one_ of those Users, if any.
      
      Now each test only creates the single user record it needs, if it needs
      one. This shaves minutes off of each spec file changed here.
      2db4d58a