1. 13 Nov, 2015 2 commits
    • Kamil Trzcinski's avatar
      Release 0.4.1 · c75879e6
      Kamil Trzcinski authored
      c75879e6
    • Kamil Trzciński's avatar
      Merge branch 'artifacts' into 'master' · 199976a4
      Kamil Trzciński authored
      Implement multipart form rewriting to support upload offloading
      
      1. This parses multipart form data and saves all found files as files in TempPath. TempPath is received from Rails by calling authorize request. The rewritten multipart form data contains `file.path` where the temporary file is stored, and `file.name` the original name of file as stored in Content-Disposition. The temporary file is removed afterwards, if it's not consumed by GitLab Rails. If the body is not multipart, forward request.
      
      2. All artifacts downloads are offloaded by exposing X-Sendfile-Type extension.
      
      
      See merge request !5
      199976a4
  2. 12 Nov, 2015 3 commits
  3. 10 Nov, 2015 12 commits
  4. 09 Nov, 2015 2 commits
  5. 07 Nov, 2015 1 commit
  6. 06 Nov, 2015 3 commits
  7. 05 Nov, 2015 8 commits
  8. 04 Nov, 2015 9 commits