An error occurred fetching the project authors.
  1. 19 Apr, 2017 1 commit
  2. 06 Apr, 2017 1 commit
  3. 03 Apr, 2017 2 commits
  4. 21 Mar, 2017 2 commits
  5. 17 Mar, 2017 1 commit
  6. 15 Mar, 2017 1 commit
  7. 09 Mar, 2017 1 commit
  8. 23 Feb, 2017 6 commits
  9. 16 Feb, 2017 3 commits
  10. 09 Feb, 2017 1 commit
  11. 07 Feb, 2017 1 commit
  12. 15 Jan, 2017 1 commit
  13. 27 Dec, 2016 1 commit
  14. 20 Dec, 2016 1 commit
  15. 06 Dec, 2016 1 commit
  16. 19 Nov, 2016 1 commit
  17. 17 Nov, 2016 1 commit
  18. 09 Nov, 2016 1 commit
  19. 07 Nov, 2016 1 commit
    • Yorick Peterse's avatar
      Added IssueCollection · f694f94c
      Yorick Peterse authored
      This class can be used to reduce a list of issues down to a subset based
      on user permissions. This class operates in such a way that it can
      reduce issues using as few queries as possible, if any at all.
      f694f94c
  20. 28 Oct, 2016 1 commit
  21. 19 Oct, 2016 8 commits
  22. 07 Oct, 2016 1 commit
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  23. 20 Sep, 2016 1 commit
  24. 19 Sep, 2016 1 commit