Posts

Showing posts from March, 2014

Redmine service hook for github

Github services github.com allows you to activate some service hooks on your code repository. Hooks include lots of interesting functionality like posting email notification about commits among others. At eSpace , we use github.com as our code repository, and redmine as our project management tool and issue tracking. We wanted commits to reflect automatically in the project management tool, which will keep the whole team feeling the progress directly. All service hooks are open source, you'll need to add them to  https://github.com/github/github-services  by Forking  https://github.com/github/github-services implementing ur new service or patch sending pull request to the original repo Redmine service hook A service already existed for redmine to cover the following need: For code browsing to work well in redmine, it was found that the best way to do it with git, is to let redmine watch a local clone of the repo... upon pushing new commits to github, the serv