Implement Build Artifacts
- Offloads uploading to GitLab Workhorse
- Use /authorize request for fast uploading
- Added backup recipes for artifacts
- Support download acceleration using X-Sendfile
Showing
... | ... | @@ -54,7 +54,7 @@ gem 'gollum-lib', '~> 4.0.2' |
gem "github-linguist", "~> 4.7.0", require: "linguist" | ||
# API | ||
gem 'grape', '~> 0.6.1' | ||
gem 'grape', '~> 0.13.0' | ||
gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
... | ... |
app/uploaders/artifact_uploader.rb
0 → 100644
lib/backup/artifacts.rb
0 → 100644
lib/file_streamer.rb
0 → 100644
lib/uploaded_file.rb
0 → 100644
shared/artifacts/.gitkeep
0 → 100644
shared/tmp/artifacts-cache/.gitkeep
0 → 100644
shared/tmp/artifacts-uploads/.gitkeep
0 → 100644
Please
register
or
sign in
to comment