BigW Consortium Gitlab

  1. 02 Apr, 2018 1 commit
  2. 04 Dec, 2017 1 commit
  3. 15 Nov, 2017 1 commit
    • When a custom header logo is present, don't show GitLab type logo · 0332356d
      Drew Blessing authored
      In the new navigation header, when a user uploads a custom header
      logo GitLab will still show the 'GitLab' type logo. This is often
      undesirable as the user may want to upload a logo with their own
      name present. This change will toggle the GitLab type logo if a
      custom header logo is present.
  4. 22 Sep, 2017 1 commit
  5. 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
  6. 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.
  7. 30 Sep, 2016 2 commits
  8. 28 Sep, 2016 2 commits
  9. 19 Aug, 2016 1 commit
  10. 12 Jul, 2016 1 commit
  11. 05 Jul, 2016 1 commit
  12. 08 Jun, 2016 1 commit
  13. 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
  14. 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.
  15. 09 Sep, 2015 1 commit
  16. 26 Aug, 2015 1 commit
  17. 19 Jun, 2015 1 commit
  18. 25 Feb, 2015 2 commits
  19. 13 Jul, 2014 1 commit
  20. 11 Jul, 2014 3 commits