1. 26 Apr, 2016 7 commits
  2. 25 Apr, 2016 5 commits
  3. 20 Apr, 2016 1 commit
  4. 19 Apr, 2016 2 commits
  5. 07 Apr, 2016 2 commits
  6. 05 Apr, 2016 3 commits
  7. 17 Mar, 2016 3 commits
  8. 25 Feb, 2016 2 commits
  9. 15 Feb, 2016 1 commit
  10. 14 Feb, 2016 1 commit
  11. 10 Feb, 2016 2 commits
  12. 09 Feb, 2016 4 commits
  13. 08 Feb, 2016 3 commits
  14. 03 Feb, 2016 1 commit
  15. 02 Feb, 2016 3 commits
    • Robert Speicher's avatar
      Version 8.4.3 · eb6f6917
      Robert Speicher authored
      eb6f6917
    • Robert Speicher's avatar
      Merge branch 'rs-relax-autosize' into 'master' · 3033ec91
      Robert Speicher authored
      Allow manual resize of js-autosize textareas
      
      First, the autosize library was being too controlling and removed the
      `resize` property from any elements to which it was attached, removing
      the drag handle. We've disabled this behavior in the vendored library
      and added a spec to prevent a regression during an upgrade.
      
      Second, we detect (as best we can) when the user manually resizes an
      autosize textarea, and then remove the autosize behavior from it and
      increase its max-height.
      
      This should allow for the best of both worlds.
      
      Closes #12832
      
      See merge request !2653
      3033ec91
    • Yorick Peterse's avatar
      Merge branch 'expand-git-instrumentation' into 'master' · 503ad193
      Yorick Peterse authored
      Expand Git instrumentation
      
      This instruments some extra `Gitlab::Git` code as well as a collection of `Rugged` constants.
      
      See merge request !2664
      503ad193