Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring
Showing
.travis.yml
deleted
100644 → 0
... | ... | @@ -27,6 +27,7 @@ gem 'omniauth', "~> 1.1.3" |
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
... | ... | @@ -36,7 +37,7 @@ gem "gitlab_git", '~> 6.0' |
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.0.4', require: "omniauth-ldap" | ||
gem 'gitlab_omniauth-ldap', '1.1.0', require: "omniauth-ldap" | ||
# Git Wiki | ||
gem 'gollum-lib', '~> 3.0.0' | ||
... | ... |
File moved
File moved
doc/update/7.2-to-7.3.md
0 → 100644
lib/gitlab/diff/file.rb
0 → 100644
lib/gitlab/diff/line.rb
0 → 100644
lib/gitlab/diff/line_code.rb
0 → 100644
lib/gitlab/diff/parser.rb
0 → 100644
Please register or sign in to comment