BigW Consortium Gitlab

  1. 13 Jan, 2017 2 commits
  2. 12 Jan, 2017 1 commit
  3. 09 Jan, 2017 1 commit
  4. 05 Jan, 2017 4 commits
  5. 03 Jan, 2017 3 commits
  6. 27 Dec, 2016 2 commits
  7. 26 Dec, 2016 1 commit
  8. 22 Dec, 2016 1 commit
  9. 20 Dec, 2016 3 commits
  10. 19 Dec, 2016 6 commits
  11. 16 Dec, 2016 2 commits
  12. 15 Dec, 2016 2 commits
  13. 12 Dec, 2016 1 commit
  14. 09 Dec, 2016 1 commit
  15. 06 Dec, 2016 1 commit
  16. 01 Dec, 2016 1 commit
  17. 30 Nov, 2016 5 commits
  18. 28 Nov, 2016 2 commits
    • Speed up Project security access specs · 13ad9a74
      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.
    • Pass `--load-images=no` to PhantomJS via Capybara/Poltergeist · 1e66f35c
      Robert Speicher authored
      We were unintentionally hitting `gravatar.com` whenever a test that used
      Poltergeist was run. This was certainly wasting their resources and
      slowing down our tests even further, for no reason.
  19. 25 Nov, 2016 1 commit