gitlab-org--gitlab-foss/lib/gitlab/github_import
Eric K Idema 12aa1f898d Import from Github using Personal Access Tokens.
This stands as an alternative to using OAuth to access a user's Github
repositories.  This is setup in such a way that it can be used without OAuth
configuration.

From a UI perspective, the how to import modal has been replaced by a full
page, which includes a form for posting a personal access token back to the
Import::GithubController.

If the user has logged in via GitHub, skip the Personal Access Token and go
directly to Github for an access token via OAuth.
2016-06-30 18:48:17 +02:00
..
base_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
branch_formatter.rb Fix validation method for Gitlab::GithubImport::PullRequestFormatter 2016-05-13 17:55:43 -05:00
client.rb Import from Github using Personal Access Tokens. 2016-06-30 18:48:17 +02:00
comment_formatter.rb Fix importer for GitHub comments on diff 2016-06-06 12:19:03 -03:00
hook_formatter.rb Disable Webhooks before proceeding with the GitHub import 2016-06-06 12:07:45 -03:00
importer.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
issue_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
label_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
milestone_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
project_creator.rb some refactoring based on feedback 2016-03-21 13:15:51 +01:00
pull_request_formatter.rb Move create! method from formatters to the BaseFormatter 2016-06-06 14:26:28 -03:00
wiki_formatter.rb more refactoring 2016-03-21 15:11:05 +01:00