gitlab-org--gitlab-foss/app
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
..
assets Merge branch 'blue-theme' into 'master' 2015-03-12 17:09:55 +00:00
controllers Merge branch 'github-org-repos' into 'master' 2015-03-12 17:13:25 +00:00
finders
helpers
mailers
models
services
uploaders
views
workers