redmine_git_hosting
redmine_git_hosting copied to clipboard
A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
Hi there! After pushing an existing git repo into Redmine, the following error message is constantly logged in the apache error log file: _Failed to add the host to the...
I updated everything in my system (i guess) and I have this error now: An error occurred while loading the routes definition of redmine_git_hosting plugin (/home/redmine/redmine-2.3.2-1/apps/redmine/htdocs/plugins /redmine_git_hosting/config/routes.rb): You should not...
_Note that the following patch is subsumed (included in) the resilience patch, issue #124_ This is a pull request for the 0.4.2 release that provides selinux support. I realize that...
Hi Eric, Here is a proposal for a patch. This patch allows the administrator to choose an an alternative gitolite config file. Then the original conf/gitolite.conf file can be preserved,...
I improved the shell escaping after reading http://stackoverflow.com/questions/1306680/shellwords-shellescape-implementation-for-ruby-1-8 This seems to be more robust. I have been running this for a couple of weeks now and it seems to work.
Two bugs fixed. First bug: Git public key file has "\r\n" instead of "\n". Second bug: Git public key doesn't remove from database when user is not a some project...
The primary "update_repositories" function is now largely self-correcting against a variety of errors seen in the field. Also added a bunch of error checking on functions called-out to the shell....
I've updated the create_git_caches migration script for redmine 2.x I have also moved the ./tasks/ to /lib/tasks/ so that they register correctly with rake
See commit messages for details. If you find my changes useful, please pull my changes, so the world can make use of them. Thanks. Tomas.