reggna / silvertrout

Automatically exported from code.google.com/p/silvertrout
Other
1 stars 0 forks source link

Google Code Plugin #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to add the following features:

* monitor changes in google code issues, notify channel
* produce daily report
* possibly look for keywords like in SVN commits to close issue.
* print issue detail: issue #12 - will print all issue details
* queries by tags, ie to be able to provide quick report for release 
fixes/issues etc, some sort of report. ie. 'report version=1.0.0.Beta1 
RoadmapDate=1.2.2014' will produce quick ref, presenting closed issue, open 
issue, WontFix etc.

More detailed description:

Plugin will provide features similar to JIRA IRC bot.

I think this is important because:

Only perl impl is out there and I dont like perl.

Original issue reported on code.google.com by baran...@gmail.com on 21 Mar 2012 at 10:52

GoogleCodeExporter commented 9 years ago
Any input on this ? I may be able to hack this, not a big effort I think.

Original comment by baran...@gmail.com on 23 Mar 2012 at 7:32

GoogleCodeExporter commented 9 years ago
There hasn't been much development on this project lately, but I'll add you as 
a committer for you to commit your changes if you would like to start working 
on this issue. Please note that we are currently switching from svn to git, 
however, so you might want to wait with this until Issue 41 is resolved (to 
make sure not to lose any uncommitted changes).

Original comment by reg...@gmail.com on 28 Mar 2012 at 6:54

GoogleCodeExporter commented 9 years ago
Roger, will try to hack it shortly, as time allows.

Original comment by baran...@gmail.com on 2 Apr 2012 at 7:51

GoogleCodeExporter commented 9 years ago
The switch to git has been made, and I'll be wrinting a work flow document 
shortly. Until then, please do not push your changes directly to master, but 
add a separate branch for code reviewing etc.

Original comment by reg...@gmail.com on 2 Apr 2012 at 8:03

GoogleCodeExporter commented 9 years ago
Ok, '-b' in a fork is how I use to work with git. Makes it easier to keep clean 
master.

Original comment by baran...@gmail.com on 2 Apr 2012 at 8:08