BigW Consortium Gitlab

  1. 06 Jul, 2017 1 commit
    • Added Cop to blacklist the use of `dependent:` · 8fbbf41e
      Yorick Peterse authored
      This is allowed for existing instances so we don't end up 76 offenses
      right away, but for new code one should _only_ use this if they _have_
      to remove non database data. Even then it's usually better to do this in
      a service class as this gives you more control over how to remove the
      data (e.g. in bulk).
  2. 21 Jun, 2017 1 commit
  3. 02 Jun, 2017 1 commit
  4. 25 May, 2017 1 commit
  5. 28 Apr, 2017 1 commit
  6. 11 Apr, 2017 1 commit
  7. 17 Mar, 2017 1 commit
  8. 23 Feb, 2017 5 commits
  9. 09 Jan, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 02 Dec, 2016 1 commit
  12. 01 Nov, 2016 1 commit
  13. 19 Oct, 2016 15 commits
  14. 07 Oct, 2016 1 commit
    • 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.
  15. 17 Aug, 2016 1 commit
  16. 13 Jul, 2016 5 commits
  17. 05 Jul, 2016 2 commits