Hi Waldemar

I had the same problem after upgrading gitlab from 6 to 7. It turned out it 
was a mismatch between gitlab and gitlab-shell versions.
In gitlab-shell/lib/gitlab_net.rb a GET request is sent to /allowed api, 
but in gitlab/lib/api/internal.rb /allowed is only registered as a POST 
route, that's where the 'Method not allowed' is coming from.

After updating gitlab-shell to v2.0.1 (see 
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/upgrader.md) 
and fixing various issues reported by sudo -u git -H bundle exec rake 
gitlab:check RAILS_ENV=production
I got it working again.

Hope that helps.

Regards
David

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/4c053198-e518-4aa8-80f6-9688b7a46b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to