gitlab-org--gitlab-foss/app/controllers/import
Dmitriy Zaporozhets 1065f3d30b Merge branch 'github-org-repos' into 'master'
Fix missing GitHub organisation repositories on import page.

Private repositories belonging to organizations rather than users can't be imported because `client.repos(org.login)` was requesting `/users/:org_login/repos` (which only returns public org repo's), while we need `/orgs/:org_login/repos` (which includes both public and private). The `client.org_repos` method does this.

cc @marin This is a bug in 7.8.x, but I'm not sure if it needs a minor release now or if it can go in 7.9.

See merge request !1683
2015-03-12 17:13:25 +00:00
..
base_controller.rb Fix importers with OCC 2015-03-10 12:23:11 +02:00
bitbucket_controller.rb Re-enable rescuing from Bitbucket OAuth errors. 2015-02-24 15:07:25 +01:00
github_controller.rb Fix missing GitHub organisation repositories on import page. 2015-03-12 13:47:15 +01:00
gitlab_controller.rb Merge branch 'fix_gitlab_importer' into 'master' 2015-02-26 16:57:26 +00:00
gitorious_controller.rb Fix Gitorious import status page hiding of already added projects. 2015-02-25 15:16:24 +01:00