Re: Issue 421 in reviewboard: Enhancement request: nag owners about stale review requests

2014-09-24 Thread reviewboard


Comment #15 on issue 421 by da.s...@gmail.com: Enhancement request: nag  
owners about stale review requests

https://code.google.com/p/reviewboard/issues/detail?id=421

This is tangential/related, I'd like to be able to abstain or remove myself  
from a review request. I would do this regularly for stale reviews but  
would occationaly do so for reviews I'm unqualified for or unable to  
complete for various reasons (vacation, too busy, changed teams, etc).


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 421 in reviewboard: Enhancement request: nag owners about stale review requests

2010-11-23 Thread reviewboard

Updates:
	Labels: -Component-EMail -Component-Reviews -Milestone-Release1.6  
Component-RBTools Milestone-RBTools-Release1.0


Comment #12 on issue 421 by chipx86: Enhancement request: nag owners about  
stale review requests

http://code.google.com/p/reviewboard/issues/detail?id=421

Pushing this out to RBTools. We should be able to create a useful script  
for doing this, which admins could then choose to use on the server.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 421 in reviewboard: Enhancement request: nag owners about stale review requests

2009-08-12 Thread codesite-noreply

Updates:
Labels: -Milestone-Extensions Milestone-Release1.1

Comment #6 on issue 421 by chipx86: Enhancement request: nag owners about  
stale review requests
http://code.google.com/p/reviewboard/issues/detail?id=421

This actually just needs to be implemented as a management command and run  
from a
cron job. This could make it in before extensions. Let's say 1.1  
optimistically,
though this may move to 1.2. If someone wants to contribute a patch, this  
will
certainly get in sooner.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 421 in reviewboard: Enhancement request: nag owners about stale review requests

2009-08-12 Thread codesite-noreply


Comment #7 on issue 421 by jefflamb: Enhancement request: nag owners about  
stale review requests
http://code.google.com/p/reviewboard/issues/detail?id=421

I've created a standalone python script that does this and just uses the  
API URLs to figure everything out.  It currently
nags you if you haven't commented on a review request (because it could be  
the reviewer who hasn't responded to your review's
comments.)  It also doesn't look at age.  If you post a review at 9:59 and  
the script runs at 10, you'll get pinged.

It uses smtplib to send the mail.  No idea if this matches everyone's  
vision for this extension, but what I wrote works for
our group.

I have a couple of hardcoded variables, our mail server and the RB URL, in  
the script.  Maybe that's ok, though, since it'll
just be a cron job.  If hardcoded values work for you, it's already done.   
=)  If you need it to be flexible and want to
remove the hardcoded stuff, I will not be getting around to it any time  
soon...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---