Re: API question: list of files in requests, filtered by path and request date

2012-12-06 Thread Dado Feigenblatt
. Any advice on that would be greatly appreciated. I thing I saw an email thread about that. I'll look that up. How do you feel about users querying the database directly? Is there any documentation on the schema? Thanks, Dado On Thu, 6 Dec 2012 01:37:52 -0800, Christian Hammond chip...@chipx86

Re: Info per source file

2012-12-06 Thread Dado Feigenblatt
I have the exact same problem. I've never used Django. Would it be possible to leverage the Django ORM client side? Thanks, Dado On Thu, 6 Dec 2012 05:40:07 -0800 (PST), Laimonas Mockus laimonas.moc...@gmail.com wrote: Hi, I'm writing a command line python script (to check if the given

API question: list of files in requests, filtered by path and request date

2012-12-05 Thread dado
to get all reviews after April *and* the list of files in the reviews? I've used the WEB API before, but I'm clearly not very comfortable with it yet. Thanks, Dado -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http

requests from user A owned by user B

2012-07-16 Thread Dado Feigenblatt
this is when the problems begun. Whatever they did, I don't understand how that could break things for user A permanently. Using RBTools 0.4.1 Any help would be greatly appreciated. Thanks, Dado -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy

Re: requests from user A owned by user B

2012-07-16 Thread Dado Feigenblatt
Oh, could user A's ~/.post-review-cookies.txt have user B session ID? User A is gone for the day. I'll post back tomorrow after I have user A authenticating again. Thanks, Dado On Mon, 16 Jul 2012 18:07:19 -0700, Dado Feigenblatt d...@dado.org wrote: Hi, I have a user A who all of his

Re: how does post-review know if files changed?

2012-06-08 Thread Dado Feigenblatt
or xml. Definitely better than nothing and I might end up using that, but I just want to make sure there's no blessed api method for getting the actual text of the diffs. Thanks, Dado On Fri, 8 Jun 2012 00:47:43 -0700 (PDT), Ryan Raasch ryan.raa...@gmail.com wrote: On Friday, June 8, 2012 1

how does post-review know if files changed?

2012-06-07 Thread Dado Feigenblatt
When updating a review, post-review will tell you if the file changed since it was last submitted for review. How does it know that? Does RB save diffs for each request update? If so, how can I retrieve them via the web api? Thanks, Dado -- Want to help the Review Board project? Donate today

updating changelist # in request

2012-06-07 Thread Dado Feigenblatt
doesn't get updated. It still shows the original changelist number which might have been deleted in perforce. Is there a way to have the changelist number update? Thanks, Dado -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know

Re: overriding p4-client in post-review

2012-05-25 Thread Dado Feigenblatt
wrapper before calling 'post-review'. That doesn't work too well if I just want to override one value but use the rest from my .p4rc. Thanks, Dado On Thu, 24 May 2012 22:53:17 -0700, Dado Feigenblatt d...@dado.org wrote: Hi, I have a .p4rc file in my home account with my default perforce

overriding p4-client in post-review

2012-05-24 Thread Dado Feigenblatt
. Is this a known problem and if so is there a means of working around it, preferably via $P4CLIENT ? Thanks, Dado -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users

problem with session cookies

2012-05-23 Thread Dado Feigenblatt
Hi, When I authenticate and receive a rbsessionid cookie back, the host name is empty '', and discard=True. I'm using the requests package. I'm not sure if there are other parameters I should send with my request to have the cookie properly set. Any idea? Thanks, Dado -- Want to help

Re: problem with session cookies

2012-05-23 Thread Dado Feigenblatt
False alarm. Problem solved after upgrading to the latest version of requests, 0.12.1 Lesson learned: make sure the docs and the package are the same version. Thanks, Dado On Wed, 23 May 2012 14:36:07 -0700, Dado Feigenblatt d...@dado.org wrote: Hi, When I authenticate and receive

Re: REST examples?

2012-04-18 Thread Dado Feigenblatt
releases to approval statuses, locate all reviews for a particular file, that sort of thing. Thanks, Dado On Wed, 18 Apr 2012 16:58:27 -0700, Christian Hammond chip...@chipx86.com wrote: Hi Dado, Given your goal of creating review requests, I'd suggest looking at post-review (part of our