Name |
Last commit
|
Last update |
---|---|---|
.. | ||
base_controller.rb | ||
bitbucket_controller.rb | ||
github_controller.rb | ||
gitlab_controller.rb | ||
gitorious_controller.rb |
BigW Consortium Gitlab
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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
base_controller.rb | Loading commit data... | |
bitbucket_controller.rb | Loading commit data... | |
github_controller.rb | Loading commit data... | |
gitlab_controller.rb | Loading commit data... | |
gitorious_controller.rb | Loading commit data... |