Skip to content

WIP: Fix GitHub import for github.com

Stan Hu requested to merge stanhu/gitlab-ee:fix-github-import into master
  • Use the omniauth GitHub strategy defaults to ensure OAuth2 URLs are specified properly

  • Simplify client_options into args hash

  • Don't assume configuration config["args"] exists

  • Remove scope parameter from GitHub OAuth2 config: there is already a hard-coded value involving more than e-mail

  • Document GitHub client options

Merge request reports