Merge branch 'rs-absorb-gitlab_git' into 'master'
Absorb gitlab_git Closes #24374 See merge request !8447
Showing
... | ... | @@ -16,6 +16,8 @@ gem 'default_value_for', '~> 3.0.0' |
gem 'mysql2', '~> 0.3.16', group: :mysql | ||
gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.24.0' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.2' | ||
gem 'doorkeeper', '~> 4.2.0' | ||
... | ... | @@ -49,10 +51,6 @@ gem 'u2f', '~> 0.2.1' |
# Browser detection | ||
gem 'browser', '~> 2.2' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 10.7.0' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
... | ... |
lib/gitlab/git/attributes.rb
0 → 100644
lib/gitlab/git/blame.rb
0 → 100644
lib/gitlab/git/blob.rb
0 → 100644
lib/gitlab/git/branch.rb
0 → 100644
lib/gitlab/git/commit.rb
0 → 100644
lib/gitlab/git/compare.rb
0 → 100644
lib/gitlab/git/diff.rb
0 → 100644
lib/gitlab/git/popen.rb
0 → 100644
lib/gitlab/git/ref.rb
0 → 100644
lib/gitlab/git/repository.rb
0 → 100644
lib/gitlab/git/tag.rb
0 → 100644
lib/gitlab/git/tree.rb
0 → 100644
lib/gitlab/git/util.rb
0 → 100644
spec/support/seed_helper.rb
0 → 100644
spec/support/seed_repo.rb
0 → 100644
Please register or sign in to comment