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 |
||
|---|---|---|
| .. | ||
| import | ||
| projects | ||
| application_controller_spec.rb | ||
| blob_controller_spec.rb | ||
| branches_controller_spec.rb | ||
| commit_controller_spec.rb | ||
| commits_controller_spec.rb | ||
| merge_requests_controller_spec.rb | ||
| profile_keys_controller_spec.rb | ||
| projects_controller_spec.rb | ||
| tree_controller_spec.rb | ||
| uploads_controller_spec.rb | ||
| users_controller_spec.rb | ||