BigW Consortium Gitlab

  1. 23 Aug, 2017 1 commit
  2. 18 Aug, 2017 1 commit
  3. 01 Aug, 2017 1 commit
  4. 27 Jul, 2017 3 commits
  5. 05 Jul, 2017 1 commit
  6. 22 Jun, 2017 1 commit
  7. 15 Jun, 2017 1 commit
  8. 07 Jun, 2017 1 commit
  9. 12 May, 2017 1 commit
  10. 11 May, 2017 1 commit
  11. 06 Apr, 2017 1 commit
  12. 28 Mar, 2017 1 commit
  13. 06 Mar, 2017 1 commit
    • consistent spacing on new MR panels · 591f0e22
      Simon Knox authored
      center spinner
      show placeholder text on new MR page
      remove redundant `display: block` from li - they default to `list-style` already
  14. 17 Jan, 2017 1 commit
  15. 29 Dec, 2016 2 commits
  16. 03 Dec, 2016 1 commit
  17. 14 Nov, 2016 1 commit
  18. 10 Nov, 2016 1 commit
  19. 04 Nov, 2016 1 commit
  20. 03 Nov, 2016 1 commit
  21. 26 Oct, 2016 2 commits
  22. 24 Oct, 2016 1 commit
  23. 07 Oct, 2016 1 commit
    • 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.
  24. 31 Aug, 2016 1 commit
    • Expire commit view partial after a day · 52ab33a3
      Sean McGivern authored
      We rarely use Russian-doll caching in views, and when we do, it's
      typically with a naturally-invalidating key. In the case of the commit
      partial, though, the author lookup isn't part of the cache key - because
      we're not going to use the state of the users table - and so a new email
      address can take up to two weeks to show against the commits list.
      
      Limiting this to a day still caches the partial for a healthy amount of
      time, without as bad a worst case scenario.
  25. 21 Jul, 2016 3 commits
  26. 20 Jul, 2016 1 commit
  27. 11 Jul, 2016 1 commit
  28. 20 Jun, 2016 1 commit
  29. 16 Jun, 2016 2 commits
  30. 08 Jun, 2016 4 commits