Project

General

Profile

E-mail notifications on a git commit

Added by Brian Hogg (bhconsulting.ca) about 13 years ago

Hi all,

I've just started using Redmine and trying to migrate away from Unfuddle (control/branding, performance, etc).

Before I start trying to code something from scratch, I just wanted to verify that there is no default Redmine feature to notify on a new git commit the code that's been changed? Some posts seem to suggest this should be done in a git hook, which would mean trying to link in the redmine user e-mail, projects and issue numbers manually somehow. I can understand not adding it into Repository.fetch_changesets since the initial addition of an existing repo could generate an untold number of notifications.

Any notes on receiving notifications on a git commit from a member of the team, with links to the relevant issues etc within Redmine, would be appreciated. Otherwise I'll try to learn enough Ruby to punch one into a plugin!

Cheers,
Brian


Replies (1)

RE: E-mail notifications on a git commit - Added by Terence Mill about 13 years ago

You can create a rss atom feed which listens on commits, instead of emails. For me that does make more sense.

    (1-1/1)