1. 11 Apr, 2016 12 commits
  2. 10 Apr, 2016 12 commits
  3. 09 Apr, 2016 13 commits
  4. 08 Apr, 2016 3 commits
    • connorshea's avatar
      Add "sprite" parameter to emoji_icon helper · 3a196317
      connorshea authored
      The emoji_icon helper used to display the award emoji in Issue and
      Merge Request views. By default the spritesheet is used, but passing
      `sprite: false` to the `emoji_icon` helper makes the emoji render as
      separate images.
      
      For award emoji displayed by default (e.g. thumbs-up, thumbs-down, and
      any that have been awarded to the issue/MR) the independent images are
      used. Only when the full emoji menu is opened does the full spritesheet
      load.
      
      On a normal issue this change decreases the page load by 670KB or 250KB
      depending on pixel density.
      
      Resolves #14334.
      3a196317
    • Robert Speicher's avatar
      Merge branch 'fix-oxford-comma' into 'master' · 17a7419d
      Robert Speicher authored
      Add a missing Oxford comma in some text on the Activity graph.
      
      Resolves #14668. [ci skip]
      
      See merge request !3625
      17a7419d
    • Robert Speicher's avatar
      Merge branch 'redis-connection-pool' into 'master' · 93571c43
      Robert Speicher authored
      Redis connection pool
      
      Split from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232
      
      Having an easily accessible Redis connection pool allows us to do more
      cool stuff with Redis in GitLab (instead of having to go through e.g.
      the Rails cache).
      
      See merge request !3521
      93571c43