Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce_6_6
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
LICENSE
VERSION
db/schema.rb
features/steps/group/group.rb
lib/api/internal.rb
Showing
... | ... | @@ -29,7 +29,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 5.3.0' | ||
gem "gitlab_git", '~> 5.4.0' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... | @@ -209,6 +209,10 @@ group :development, :test do |
gem 'spork', '~> 1.0rc' | ||
gem 'jasmine', '2.0.0.rc5' | ||
gem "spring", '1.1.1' | ||
gem "spring-commands-rspec", '1.0.1' | ||
gem "spring-commands-spinach", '1.0.0' | ||
end | ||
group :test do | ||
... | ... |
1019 Bytes
app/models/email.rb
0 → 100644
app/views/dashboard/issues.html.haml
100644 → 100755
app/views/dashboard/merge_requests.html.haml
100644 → 100755
app/views/devise/confirmations/new.html.haml
100644 → 100755
app/views/devise/passwords/new.html.haml
100644 → 100755
bin/bundle
0 → 100644
bin/rails
0 → 100644
bin/rake
0 → 100644
bin/rspec
0 → 100644
bin/spinach
0 → 100644
bin/spring
0 → 100644
doc/api/commits.md
0 → 100644
doc/api/repository_files.md
0 → 100644
features/group.feature
0 → 100644
features/steps/help.rb
0 → 100644
features/steps/user.rb
0 → 100644
features/user.feature
0 → 100644
lib/api/commits.rb
0 → 100644