Re: Marking review as Submitted using API

2008-10-22 Thread H M
Attached is a snippet of Perl I came up with to set the ReviewRequest as Submitted using SQL. I know this is probably not a desired way to do it, but it worked for us. If there is any use for this, I can tidy it up a bit and submit it to the project. Hovanes Augie Fackler wrote: On Oct 20,

Re: Marking review as Submitted using API

2008-10-22 Thread Christian Hammond
There's an API command up for review that will be in today which allows you to easily mark a review request as submitted. See http://reviews.review-board.org/r/604/ Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 22, 2008 at 3:46 PM, H M [EMAIL PROTECTED] wrote:

Re: Marking review as Submitted using API

2008-10-22 Thread H M
Great! Thanks. Christian Hammond wrote: There's an API command up for review that will be in today which allows you to easily mark a review request as submitted. See http://reviews.review-board.org/r/604/ Christian -- Christian Hammond - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Marking review as Submitted using API

2008-10-20 Thread Hovanes
Hello All, I was wondering if there is a way to mark a review as Submitted using the JSON API. I have read the API documentation and cannot find any method to do this. Thanks in advance, Hovanes --~--~-~--~~~---~--~~ You received this message because you are

Re: Marking review as Submitted using API

2008-10-20 Thread Christian Hammond
Not yet but I have an upcoming change that will introduce this. It will be part of a larger UI restructuring, but maybe I can pull this out and make it available sooner. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 20, 2008 at 5:58 PM, Hovanes [EMAIL PROTECTED]

Re: Marking review as Submitted using API

2008-10-20 Thread Lemuel Typhair
Please do. -- ltyphair On Oct 20, 2008, at 8:04 PM, Christian Hammond [EMAIL PROTECTED] wrote: Not yet but I have an upcoming change that will introduce this. It will be part of a larger UI restructuring, but maybe I can pull this out and make it available sooner. Christian --

Re: Marking review as Submitted using API

2008-10-20 Thread Augie Fackler
On Oct 20, 2008, at 8:04 PM, Christian Hammond wrote: Not yet but I have an upcoming change that will introduce this. It will be part of a larger UI restructuring, but maybe I can pull this out and make it available sooner. When this goes in, I'll see if I can cook up a