gitlab-org--gitlab-foss/spec/controllers
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
..
import Fix missing GitHub organisation repositories on import page. 2015-03-12 13:47:15 +01:00
projects Fix broken `project_url` routing when protected branches are accessed with an empty repo 2015-03-01 20:26:21 -08:00
application_controller_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
blob_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
branches_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
commit_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
commits_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
merge_requests_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
profile_keys_controller_spec.rb Fix `/:username.keys` response content type 2014-03-20 19:09:14 +04:00
projects_controller_spec.rb Render go-import meta tag for private repos. 2015-03-03 11:22:30 +01:00
tree_controller_spec.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
uploads_controller_spec.rb Reject access to group/project avatar if the user doesn't have access. 2015-03-10 17:13:02 +01:00
users_controller_spec.rb Improve user calendar authentification and tests 2015-01-29 08:55:57 -08:00