kubitron / redmine_git_hosting

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

Several errors on repository creation #70

Closed frasten closed 11 years ago

frasten commented 11 years ago

I'm using the latest commit (0525cdc2fe) from the testing branch, and I'm running Redmine 1.4.4.

If I go under http://REDMINE_URL/projects/MYPROJECT/repositories/new, and I create a new repository, it won't be created by gitolite, and in the logs I see some errors:

ActionController::RoutingError (No route matches "/plugin_assets/redmine_git_hosting/javascripts/modalbox/lib/builder.js" with {:method=>:get}):
  Letting gitolite create empty repository: 'repositories/hydralisk.git'
***> undefined method `is_public' for #<Repository::Git:0x7f05555c35d0>

(full log is available here)

Thank you.

kubitron commented 11 years ago

Oops. This is my bug.

Try pulling the next commit off the testing branch. Thank you for your patience... (This branch represents a lot of changes).

kubitron commented 11 years ago

(going to close this bug -- reopen if still a problem).

frasten commented 11 years ago

Thank you, the repository now gets created correctly.

kubitron commented 11 years ago

Hm.... I'm actually slightly surprised... You better pull the next patch as well.