An error occurred fetching the project authors.
  1. 11 Mar, 2016 3 commits
  2. 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
  3. 20 Feb, 2016 3 commits
  4. 19 Feb, 2016 2 commits
  5. 14 Jan, 2016 1 commit
  6. 13 Jan, 2016 1 commit
  7. 06 Jan, 2016 1 commit
  8. 25 Dec, 2015 1 commit
  9. 24 Dec, 2015 1 commit
  10. 11 Dec, 2015 1 commit
  11. 10 Dec, 2015 1 commit
  12. 09 Dec, 2015 2 commits
  13. 19 Nov, 2015 3 commits
  14. 12 Oct, 2015 1 commit
  15. 06 Sep, 2015 1 commit
  16. 19 Aug, 2015 1 commit
  17. 05 Aug, 2015 1 commit
  18. 26 Jun, 2015 1 commit
  19. 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
  20. 11 May, 2015 3 commits
  21. 24 Apr, 2015 2 commits
  22. 16 Apr, 2015 1 commit
  23. 19 Mar, 2015 1 commit
  24. 12 Feb, 2015 1 commit
  25. 05 Nov, 2014 1 commit
  26. 10 Oct, 2014 2 commits
  27. 06 Oct, 2014 1 commit
  28. 03 Oct, 2014 1 commit