GitLab integration. Importer
Showing
... | @@ -29,6 +29,7 @@ gem 'omniauth-twitter' | ... | @@ -29,6 +29,7 @@ gem 'omniauth-twitter' |
gem 'omniauth-github' | gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | gem 'omniauth-kerberos' | ||
gem 'omniauth-gitlab' | |||
gem 'doorkeeper', '2.1.0' | gem 'doorkeeper', '2.1.0' | ||
gem "rack-oauth2", "~> 1.0.5" | 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/views/importers/gitlabs/create.js.haml
0 → 100644
app/views/importers/gitlabs/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