An error occurred fetching the project authors.
  1. 25 May, 2016 1 commit
  2. 13 May, 2016 2 commits
  3. 09 May, 2016 1 commit
  4. 06 May, 2016 1 commit
  5. 11 Mar, 2016 3 commits
  6. 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
  7. 20 Feb, 2016 3 commits
  8. 19 Feb, 2016 2 commits
  9. 14 Jan, 2016 1 commit
  10. 13 Jan, 2016 1 commit
  11. 06 Jan, 2016 1 commit
  12. 25 Dec, 2015 1 commit
  13. 24 Dec, 2015 1 commit
  14. 11 Dec, 2015 1 commit
  15. 10 Dec, 2015 1 commit
  16. 09 Dec, 2015 2 commits
  17. 19 Nov, 2015 3 commits
  18. 12 Oct, 2015 1 commit
  19. 06 Sep, 2015 1 commit
  20. 19 Aug, 2015 1 commit
  21. 05 Aug, 2015 1 commit
  22. 26 Jun, 2015 1 commit
  23. 05 Jun, 2015 1 commit
    • Jeroen van Baarsen's avatar
      Update noteable after a new note is added · fbdaf0e2
      Jeroen van Baarsen authored
      **What does this do?**
      It makes sure that whenever a new note is added to an noteable item, the
      updated_at of that item is also updated.
      
      **Why is this needed?**
      At this moment when you post a comment on an issue or add a label to an issue,
      the updated_at is not changed. Because of this the filtering for least recently
      updated is not really useful (since it only takes in account the original text
      from the noteable).
      Signed-off-by: default avatarJeroen van Baarsen <jeroenvanbaarsen@gmail.com>
      fbdaf0e2
  24. 11 May, 2015 3 commits
  25. 24 Apr, 2015 2 commits
  26. 16 Apr, 2015 1 commit
  27. 19 Mar, 2015 1 commit
  28. 12 Feb, 2015 1 commit