kubitron / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
78 stars 15 forks source link

Repository Mirror code has bugs in error path for push #7

Closed kubitron closed 12 years ago

kubitron commented 12 years ago

The repository mirror code seems to have bugs in the error path for push (when a push fails). First, there are syntax errors in the models/repository_mirrors.rb code. Second, even when fixed, these errors don't seem to get properly propagated to the UI. This is a legacy problem from the original code base.

Partial fix now on testing branch. Will fix entirely.

kubitron commented 12 years ago

Ok. This has been fixed. Pushed fix to both master and resilient branches.

Patch is commit: 1b65ffa