-
- Downloads
Add feature flag for workhorse content type calculation
Showing
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 2 additions, 1 deletionGemfile.lock
- Gemfile.rails4.lock 2 additions, 1 deletionGemfile.rails4.lock
- app/controllers/concerns/snippets_actions.rb 2 additions, 0 deletionsapp/controllers/concerns/snippets_actions.rb
- app/controllers/concerns/uploads_actions.rb 1 addition, 0 deletionsapp/controllers/concerns/uploads_actions.rb
- app/controllers/projects/jobs_controller.rb 17 additions, 1 deletionapp/controllers/projects/jobs_controller.rb
- app/helpers/blob_helper.rb 4 additions, 0 deletionsapp/helpers/blob_helper.rb
- app/helpers/workhorse_helper.rb 9 additions, 0 deletionsapp/helpers/workhorse_helper.rb
- changelogs/unreleased/fj-clean-content-headers.yml 5 additions, 0 deletionschangelogs/unreleased/fj-clean-content-headers.yml
- lib/gitlab/workhorse.rb 1 addition, 0 deletionslib/gitlab/workhorse.rb
- spec/controllers/projects/avatars_controller_spec.rb 30 additions, 5 deletionsspec/controllers/projects/avatars_controller_spec.rb
- spec/controllers/projects/jobs_controller_spec.rb 49 additions, 9 deletionsspec/controllers/projects/jobs_controller_spec.rb
- spec/controllers/projects/raw_controller_spec.rb 61 additions, 13 deletionsspec/controllers/projects/raw_controller_spec.rb
- spec/controllers/projects/wikis_controller_spec.rb 69 additions, 13 deletionsspec/controllers/projects/wikis_controller_spec.rb
- spec/controllers/snippets_controller_spec.rb 21 additions, 0 deletionsspec/controllers/snippets_controller_spec.rb
Loading
| Loading
| @@ -263,6 +263,9 @@ gem 'ace-rails-ap', '~> 4.1.0' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.5' | ||
# Detect mime content type from content | ||
gem 'mimemagic', '~> 0.3.2' | ||
# Faster blank | ||
gem 'fast_blank' | ||
Loading
| Loading
|
Please register or sign in to comment