An error occurred fetching the project authors.
  1. 12 Jan, 2018 1 commit
  2. 31 Oct, 2017 1 commit
  3. 23 Sep, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 06 Sep, 2017 2 commits
  6. 30 Aug, 2017 1 commit
  7. 10 Aug, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 07 Jun, 2017 2 commits
  10. 06 Jun, 2017 2 commits
    • Clement Ho's avatar
      Fix spinach test · f1dc6b57
      Clement Ho authored
      f1dc6b57
    • Tim Zallmann's avatar
      Externalised Dropdown · 4b6ab497
      Tim Zallmann authored
      Checks for creating new issue
      Styling of .dropdown-bold-header
      Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
      4b6ab497
  11. 05 Jun, 2017 1 commit
    • Tim Zallmann's avatar
      Externalised Dropdown · e84ea7ad
      Tim Zallmann authored
      Checks for creating new issue
      Styling of .dropdown-bold-header
      Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
      e84ea7ad
  12. 29 May, 2017 1 commit
    • Tim Zallmann's avatar
      Externalised Dropdown · e8a30517
      Tim Zallmann authored
      Checks for creating new issue
      Styling of .dropdown-bold-header
      Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
      e8a30517
  13. 19 Apr, 2017 1 commit
  14. 06 Apr, 2017 1 commit
  15. 18 Nov, 2016 1 commit
  16. 20 Sep, 2016 1 commit
  17. 18 Aug, 2016 1 commit
  18. 17 Aug, 2016 2 commits
  19. 13 Aug, 2016 2 commits
  20. 20 Jul, 2016 1 commit
  21. 15 Jul, 2016 1 commit
  22. 07 Jul, 2016 1 commit
  23. 01 Jul, 2016 1 commit
  24. 03 Jun, 2016 2 commits
  25. 29 May, 2016 1 commit
  26. 25 May, 2016 1 commit
  27. 24 May, 2016 1 commit
  28. 10 May, 2016 1 commit
  29. 12 Apr, 2016 1 commit
  30. 21 Mar, 2016 1 commit
    • Yorick Peterse's avatar
      Create SSH keys for SSH clone Spinach tests · 75aaf91c
      Yorick Peterse authored
      These tests would check if the "This project is empty" banner would
      contain SSH clone URLs. Oddly enough this should have never passed (as
      far as I can tell) as SSH clone URLs in this banner are _only_ displayed
      if the current user has at least 1 SSH key attached. Since the tests
      never seem to create any they never should have passed, yet somehow they
      did. To solve this the Spinach tests in question now ensure at least 1
      SSH key is present.
      75aaf91c
  31. 19 Mar, 2016 1 commit
  32. 10 Mar, 2016 1 commit
  33. 07 Mar, 2016 1 commit
    • Robert Speicher's avatar
      Remove redundant integration tests · 56c4f22c
      Robert Speicher authored
      These three tests were essentially checking that adding a note to
      something updated its `noteable`'s `updated_at` attribute.
      
      This is well-tested Rails behavior and we shouldn't feel the need to
      write an integration test to verify it. At most we should be ensuring
      that the association definition adds the `touch: true` option, which we
      now do in Note's unit test.
      56c4f22c
  34. 04 Mar, 2016 1 commit