summaryrefslogtreecommitdiff
path: root/app/controllers/snippets_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-12 17:13:25 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-12 17:13:25 +0000
commit1065f3d30b0d793fc0b944cc9d19c8e9858ae08a (patch)
treeb57bd1c500e27893729104f3ef69cbc5e7cb7dff /app/controllers/snippets_controller.rb
parent59621e90343789a8d45326814e8dc85c79390369 (diff)
parent3175438f02ca4bc0469aca097e02b2671865ef43 (diff)
downloadgitlab-ce-1065f3d30b0d793fc0b944cc9d19c8e9858ae08a.tar.gz
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
Diffstat (limited to 'app/controllers/snippets_controller.rb')
0 files changed, 0 insertions, 0 deletions