-
- Downloads
Merge branch 'post-receive-base64' into 'master'
Prevent gitlab-shell character encoding issues by receiving its changes as raw data. Depends on gitlab/gitlab-shell!65. Fixes: - https://github.com/gitlabhq/gitlabhq/issues/7486 - https://gitlab.com/gitlab-org/gitlab-ce/issues/858 - https://gitlab.com/gitlab-org/gitlab-ce/issues/877 - https://gitlab.com/gitlab-org/gitlab-ce/issues/965 See merge request !1701
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 1 addition, 0 deletionsGemfile.lock
- app/workers/post_receive.rb 16 additions, 1 deletionapp/workers/post_receive.rb
- spec/workers/post_receive_spec.rb 9 additions, 9 deletionsspec/workers/post_receive_spec.rb
Loading
| @@ -177,6 +177,9 @@ gem 'ace-rails-ap' | Loading
| @@ -177,6 +177,9 @@ gem 'ace-rails-ap' |
# Keyboard shortcuts | # Keyboard shortcuts | ||
gem 'mousetrap-rails' | gem 'mousetrap-rails' | ||
# Detect and convert string character encoding | |||
gem 'charlock_holmes' | |||
# Shutting down requests that take too long | # Shutting down requests that take too long | ||
gem "slowpoke" | gem "slowpoke" | ||
Loading
| Loading
|
Please register or sign in to comment