BigW Consortium Gitlab

  1. 14 Dec, 2016 1 commit
  2. 08 Dec, 2016 3 commits
  3. 05 Dec, 2016 1 commit
  4. 02 Dec, 2016 1 commit
  5. 30 Nov, 2016 2 commits
  6. 09 Nov, 2016 2 commits
  7. 01 Nov, 2016 1 commit
  8. 24 Oct, 2016 1 commit
  9. 19 Oct, 2016 2 commits
  10. 18 Oct, 2016 2 commits
  11. 16 Oct, 2016 1 commit
  12. 13 Oct, 2016 1 commit
  13. 11 Oct, 2016 1 commit
  14. 10 Oct, 2016 1 commit
  15. 08 Oct, 2016 1 commit
  16. 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.
  17. 04 Oct, 2016 1 commit
  18. 03 Oct, 2016 2 commits
  19. 30 Sep, 2016 1 commit
  20. 14 Sep, 2016 1 commit
  21. 31 Aug, 2016 1 commit
  22. 30 Aug, 2016 1 commit
  23. 04 Aug, 2016 1 commit
  24. 03 Aug, 2016 1 commit
  25. 02 Aug, 2016 2 commits
  26. 29 Jul, 2016 1 commit
    • Method for returning issues readable by a user · 002ad215
      Yorick Peterse authored
      The method Ability.issues_readable_by_user takes a list of users and an
      optional user and returns an Array of issues readable by said user. This
      method in turn is used by
      Banzai::ReferenceParser::IssueParser#nodes_visible_to_user so this
      method no longer needs to get all the available abilities just to check
      if a user has the "read_issue" ability.
      
      To test this I benchmarked an issue with 222 comments on my development
      environment. Using these changes the time spent in nodes_visible_to_user
      was reduced from around 120 ms to around 40 ms.
  27. 26 Jul, 2016 1 commit
  28. 24 Jul, 2016 1 commit
  29. 20 Jul, 2016 1 commit
  30. 19 Jul, 2016 1 commit