gitlab-org--gitlab-foss/spec
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
..
controllers Merge branch 'github-org-repos' into 'master' 2015-03-12 17:13:25 +00:00
factories Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
features Rename dashboard landing page to Your projects 2015-03-10 16:06:30 -07:00
finders Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
fixtures
helpers Fix tests for emojione 2015-03-11 17:52:02 -07:00
javascripts
lib Automatically link commit ranges to compare page. 2015-03-07 00:46:13 +01:00
mailers Make email display name configurable 2015-03-11 11:04:23 +07:00
models Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2015-03-10 12:03:58 -07:00
requests/api Improve error messages when file editing fails 2015-02-22 16:01:49 -07:00
routing Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
services fix mass SQL statements on initial push 2015-03-09 12:52:45 +01:00
support This MR extends the commit calendar so it searches for commits made with every email address the user has associated with his account. 2015-03-09 21:43:54 -07:00
tasks/gitlab Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
workers Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
factories.rb
factories_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
spec_helper.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00