Re: RB review Process Automation

2012-09-12 Thread Christian Hammond
Hi Chris, Thanks, hopefully that's useful to some people. As for post-review submissions, we're kinda sorta feature frozen right now. We're finishing up parts of a full set of Python bindings for our API, and the plan is to break off these bits of functionality (like closing review requests)

Re: RB review Process Automation

2010-02-05 Thread Christian Hammond
Are you storing and sending the cookie? We handle authentication persistence by cookies, so you'd have to do this. If you're writing this in Python, take a look at the CookieJar stuff in post-review. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: RB review Process Automation

2010-02-05 Thread Chris Clark
One of the many things on my todo-but-never-get-to-it list is to add close/submit support to postreview. Roshan, if I was in your shoes I'd extend postreview to do what you want. postreview already has the plumbing in place for auth and talking to the RB server, admittedly postreview is

Re: RB review Process Automation

2010-02-05 Thread Christian Hammond
I'd be fine with this. What I really want to do after we finally get this version of RBTools finalized and out the door is to start splitting post-review into lots of little utility apps, and a Python API. I want to do it Git-style, where there's a central rb command with subcommands backed by

Re: RB review Process Automation

2010-02-04 Thread roshan pius
Hi Christian, I'm not able to close the review through HTTP POST, it kept returning error to login, even though i had logged in just before that. I'm using a python script with simplejson to do this. I've tried logging in as the user who submitted the review as well as the admin. But i'm not

RB review Process Automation

2010-02-03 Thread Kunjal
Chris, Once the Review is done, user has to make Review as Close-Submitted eles reviewers dashboard will still have the review. We enforce this process on developers and developers are saying that this is one extra step. I was thinking whether it is possible to close the review automatically?

Re: RB review Process Automation

2010-02-03 Thread Chris Clark
Kunjal wrote: Once the Review is done, user has to make Review as Close-Submitted eles reviewers dashboard will still have the review. We enforce this process on developers and developers are saying that this is one extra step. I was thinking whether it is possible to close the review

Re: RB review Process Automation

2010-02-03 Thread roshan pius
Hi Kunjal, Perforce has the p4 trigger( http://www.perforce.com/perforce/doc.current/manuals/cmdref/triggers.html) mechanism which can be used to run a script post-submission. So if you want to close the review automatically you could run a script, which would do the HTTP POST to