1. 27 Sep, 2020 1 commit
    • Stan Hu's avatar
      Add internal API to download LFS objects · ab49b127
      Stan Hu authored
      This commit is needed to support the inclusion of LFS files inside a
      project archive download. Gitaly will access this internal API call to
      download the file via a custom LFS smudge filter.
      
      To offload the transfer from the Web application server, we send local
      files via the Rack Sendfile middleware.
      
      For files stored on object storage, we rely on the Workhorse Send-Data
      header to make Workhorse retrieve the pre-signed URL.
      
      Part of https://gitlab.com/gitlab-org/gitlab/-/issues/15079
      ab49b127
  2. 26 Sep, 2020 4 commits
  3. 25 Sep, 2020 35 commits