An error occurred fetching the project authors.
  1. 18 Nov, 2016 1 commit
  2. 20 Sep, 2016 1 commit
  3. 18 Aug, 2016 1 commit
  4. 17 Aug, 2016 2 commits
  5. 13 Aug, 2016 2 commits
  6. 20 Jul, 2016 1 commit
  7. 15 Jul, 2016 1 commit
  8. 07 Jul, 2016 1 commit
  9. 01 Jul, 2016 1 commit
  10. 03 Jun, 2016 2 commits
  11. 29 May, 2016 1 commit
  12. 25 May, 2016 1 commit
  13. 24 May, 2016 1 commit
  14. 10 May, 2016 1 commit
  15. 12 Apr, 2016 1 commit
  16. 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
  17. 19 Mar, 2016 1 commit
  18. 10 Mar, 2016 1 commit
  19. 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
  20. 04 Mar, 2016 1 commit
  21. 22 Feb, 2016 1 commit
  22. 17 Feb, 2016 1 commit
  23. 15 Feb, 2016 1 commit
    • Rémy Coutable's avatar
      Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable authored
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
      54613b6a
  24. 19 Jan, 2016 1 commit
  25. 30 Dec, 2015 1 commit
  26. 15 Dec, 2015 1 commit
  27. 03 Dec, 2015 2 commits
  28. 02 Dec, 2015 1 commit
  29. 16 Nov, 2015 1 commit
  30. 12 Nov, 2015 1 commit
    • Jason Lee's avatar
      Avoid render edit_form in each notes. · 19740871
      Jason Lee authored
      Use RJS to render edit note feature.
      
      Before:
      
      ```
      Rendered projects/notes/_note.html.haml (27.9ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.7ms)
      Rendered projects/_md_preview.html.haml (3.9ms)
      Rendered projects/notes/_edit_form.html.haml (6.9ms)
      Rendered projects/notes/_note.html.haml (17.7ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.6ms)
      Rendered projects/_md_preview.html.haml (3.4ms)
      Rendered projects/notes/_edit_form.html.haml (7.0ms)
      ```
      
      After:
      
      ```
      Rendered projects/notes/_note.html.haml (13.8ms)
      Rendered projects/notes/_note.html.haml (7.1ms)
      Rendered projects/notes/_note.html.haml (9.5ms)
      Rendered projects/notes/_note.html.haml (8.5ms)
      ```
      
      This change reduce at least 6ms * N ('N' - number of notes).
      19740871
  31. 04 Oct, 2015 1 commit
  32. 08 Jul, 2015 1 commit
  33. 26 Jun, 2015 2 commits
  34. 25 Jun, 2015 1 commit
  35. 12 Jun, 2015 1 commit