1. 23 Mar, 2015 2 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'fix-broken-new-project-import' into 'master' · e9b00588
      Dmitriy Zaporozhets authored
      Fix OAuth2 issue importing a new project from GitHub and GitLab
      
      It appears that the GitLab OAuth2 client options were converted to strings instead of symbols when merged with the default options (i.e. `{}.merge(github_options)`). As a result, the OAuth2 defaults were being used. For example, the OAuth2 client options would have a key with `authorize_url` and `:authorize_url`, but the former was never used. As a result, the OAuth2 client would always use the wrong URL to talk to GitHub.
      
      Note that this bug should also have affected GitLab, but not Bitbucket: The OAuth client is careful to convert all keys to symbols.
      
      Closes #1268
      
      See merge request !425
      e9b00588
    • Stan Hu's avatar
      Fix OAuth2 issue importing a new project from GitHub and GitLab · 5cce0645
      Stan Hu authored
      Closes #1268
      5cce0645
  2. 22 Mar, 2015 12 commits
  3. 21 Mar, 2015 19 commits
  4. 20 Mar, 2015 7 commits