gitlab-org--gitlab-foss/lib/gitlab/middleware
Alessio Caiazza 34c2a59c57
Honour workhorse provided file name
In the attempt to unify file uploading at workhorse level gitlab-org/gitlab-workhorse!230
we moved to a prefix-based tempfile creation in order to avoid upload collisions.

Artifacts and LFS uploads already set original_filename to workhorse provided filename

This commit add the same feature to `Gitlab::Middleware::Multipart`
2018-02-12 17:31:29 +01:00
..
go.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
multipart.rb Honour workhorse provided file name 2018-02-12 17:31:29 +01:00
rails_queue_duration.rb move metrics for ActiveRecord, RailsCache and queue duration to instance variables 2017-11-02 18:18:16 +01:00
read_only.rb Revert "check for `read_only?` first before seeing if request is disallowed" 2017-11-21 15:35:30 +01:00
static.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
webpack_proxy.rb