BigW Consortium Gitlab

  1. 22 Sep, 2017 1 commit
  2. 10 Aug, 2017 1 commit
    • Cache Appearance instances in Redis · 26bb5041
      Yorick Peterse authored
      This caches the result of Appearance.first in a similar fashion to how
      ApplicationSetting instances are cached. We also add some NOT NULL
      constraints to the table and correct the timestamp types.
      
      Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698
  3. 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.
  4. 30 Sep, 2016 2 commits
  5. 28 Sep, 2016 2 commits
  6. 19 Aug, 2016 1 commit
  7. 12 Jul, 2016 1 commit
  8. 05 Jul, 2016 1 commit
  9. 08 Jun, 2016 1 commit
  10. 26 Feb, 2016 1 commit
    • Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg authored
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
  11. 21 Oct, 2015 1 commit
    • Animate the logo on hover · dd0552c3
      Job van der Voort authored
      The logo is now rendered as pure SVG, rather than image referencing a
      svg. The SVG has an id and the shapes of the logo have a shared class.
      The shapes change their fill color on hover with a transition.
  12. 09 Sep, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 19 Jun, 2015 1 commit
  15. 25 Feb, 2015 2 commits
  16. 13 Jul, 2014 1 commit
  17. 11 Jul, 2014 3 commits