Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
  2. Nov 19, 2015
  3. Nov 16, 2015
  4. Nov 13, 2015
    • Kamil Trzcinski's avatar
      Release 0.4.1 · c75879e6
      Kamil Trzcinski authored
    • 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
  5. Nov 12, 2015
  6. Nov 10, 2015
  7. Nov 09, 2015
  8. Nov 07, 2015
  9. Nov 06, 2015
  10. Nov 05, 2015
  11. Nov 04, 2015
Loading