Gitorious import results in 500 error after authentication callback
First reported in the forum https://forum.gitlab.com/t/import-project-from-gitorious-org/665
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
First reported in the forum https://forum.gitlab.com/t/import-project-from-gitorious-org/665
mentioned in issue #1438 (closed)
Does this happen all the time or only when GitLab.com is busy?
@stanhu You don't actually need an account, all Gitorious does is redirect to http://gitlab.com/import/gitorious/callback?repos=gitorious/mainline,test/123,other/repo. You can go there on your local gitlab instance and see the 500 error for yourself.
I tried it myself, and I was actually not getting the error.
I found the error though, but I hadn't seen it before because development and production behave differently with regard to class loading and the order thereof.
Fix is here: !576 (merged).
mentioned in merge request !576 (merged)
Reassigned to @DouweM
Status changed to closed by commit b4317b16