BigW Consortium Gitlab

  1. 14 Dec, 2016 1 commit
  2. 12 Dec, 2016 1 commit
  3. 11 Dec, 2016 1 commit
  4. 08 Dec, 2016 5 commits
  5. 02 Dec, 2016 1 commit
  6. 30 Nov, 2016 2 commits
  7. 09 Nov, 2016 2 commits
  8. 04 Nov, 2016 1 commit
  9. 01 Nov, 2016 1 commit
  10. 28 Oct, 2016 1 commit
  11. 24 Oct, 2016 1 commit
  12. 19 Oct, 2016 7 commits
  13. 18 Oct, 2016 2 commits
  14. 16 Oct, 2016 1 commit
  15. 14 Oct, 2016 1 commit
  16. 13 Oct, 2016 1 commit
  17. 11 Oct, 2016 1 commit
  18. 10 Oct, 2016 1 commit
  19. 07 Oct, 2016 3 commits
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
    • Use CacheMarkdownField for notes · 109816c4
      Nick Thomas authored
    • 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.
  20. 04 Oct, 2016 2 commits
  21. 03 Oct, 2016 2 commits
  22. 30 Sep, 2016 2 commits