Commit graph

7 commits

Author SHA1 Message Date
Eric Eastwood
d5f0d89f9d Remove EE-specific comments from CE 2018-03-28 11:05:14 -05:00
Eric Eastwood
28373b5551 Backport fix new GitHub CI/CD page redirecting to import GitHub status page
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4914
2018-03-08 23:38:00 -06:00
Rubén Dávila
d179f002d9 CE backport for creating CI/CD projects from GitHub 2018-03-07 10:58:50 -05:00
Jose Ivan Vargas
fc8ec9504a Corrected capitalizacion on various sections 2017-04-06 14:58:57 -05:00
Connor Shea
3358afa758
Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
Rémy Coutable
ce6635406c Make GH one-off auth the default again for importing GH projects
Advertise the PAT as an alternative unless GH import is not configured.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-30 18:48:17 +02:00
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