Merge branch 'gitlab_importer' into 'master'
Gitlab.com integration && Gitlab importer
#1933
See merge request !1456
Showing
... | ... | @@ -29,6 +29,7 @@ gem 'omniauth-twitter' |
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | ||
gem 'omniauth-gitlab' | ||
gem 'doorkeeper', '2.1.0' | ||
gem "rack-oauth2", "~> 1.0.5" | ||
... | ... |
app/assets/images/authbuttons/gitlab_32.png
0 → 100644
1.01 KB
app/assets/images/authbuttons/gitlab_64.png
0 → 100644
2.94 KB
app/controllers/import/base_controller.rb
0 → 100644
app/controllers/import/gitlab_controller.rb
0 → 100644
app/views/import/gitlab/status.html.haml
0 → 100644
doc/integration/gitlab.md
0 → 100644
lib/gitlab/gitlab_import/client.rb
0 → 100644
lib/gitlab/gitlab_import/importer.rb
0 → 100644
lib/gitlab/gitlab_import/project_creator.rb
0 → 100644
lib/gitlab/import_formatter.rb
0 → 100644