1. 09 Mar, 2016 15 commits
  2. 08 Mar, 2016 22 commits
  3. 07 Mar, 2016 3 commits
    • Douwe Maan's avatar
      Merge branch 'rs-redundant-features' into 'master' · 2db00dd5
      Douwe Maan authored
      Remove redundant integration tests
      
      These three tests were essentially checking that adding a note to
      something updated its `noteable`'s `updated_at` attribute.
      
      This is well-tested Rails behavior and we shouldn't feel the need to
      write an integration test to verify it. At most we should be ensuring
      that the association definition adds the `touch: true` option, which we
      now do in Note's unit test.
      
      See merge request !3117
      2db00dd5
    • Douwe Maan's avatar
      Merge branch 'cache-raw-2' into 'master' · afb8d76f
      Douwe Maan authored
      Set cache headers for raw blobs
      
      This changes allows browsers and (in the case of public projects)
      proxy caches to cache raw Git blob responses.
      
      See merge request !3113
      afb8d76f
    • Patricio Cano's avatar
      Fixed headers for anchors · 406f4a99
      Patricio Cano authored
      [ci skip]
      406f4a99