Merge branch 'master' into ee-master
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
Gemfile
Gemfile.lock
VERSION
app/models/project.rb
app/models/user.rb
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.5.md
doc/update/7.4-to-7.5.md
lib/gitlab/git_access.rb
spec/factories.rb
spec/lib/gitlab/git_access_spec.rb
Showing
... | ... | @@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc11' | ||
gem "gitlab_git", '7.0.0.rc12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... | @@ -113,7 +113,7 @@ gem "acts-as-taggable-on" |
# Background jobs | ||
gem 'slim' | ||
gem 'sinatra', require: nil | ||
gem 'sidekiq', '2.17.0' | ||
gem 'sidekiq', '2.17.8' | ||
gem 'sidetiq', '0.6.1' | ||
# HTTP requests | ||
... | ... | @@ -136,7 +136,7 @@ gem "redis-rails" |
gem 'tinder', '~> 1.9.2' | ||
# HipChat integration | ||
gem "hipchat", "~> 0.14.0" | ||
gem "hipchat", "~> 1.4.0" | ||
# Flowdock integration | ||
gem "gitlab-flowdock-git-hook", "~> 0.4.2" | ||
... | ... |
app/helpers/git_helper.rb
0 → 100644
app/models/identity.rb
0 → 100644
doc/sidekiq_debugging.md
0 → 100644
doc/update/7.5-to-7.6.md
0 → 100644
docker/Dockerfile
0 → 100644
docker/README.md
0 → 100644
docker/gitlab.rb
0 → 100644
docker/troubleshooting.md
0 → 100644
Please register or sign in to comment