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

2012-12-06 Thread Dado Feigenblatt
Hi Christian, We're using ReviewBoard version 1.6.3 We also using Perforce version P4D/LINUX26X86_64/2012.2/551823 (2012/11/09) We have a few different groups of developers. One of these groups writes mostly one-offs or do local customizations at break neck speeds. These is all in-house

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

requests from user A owned by user B

2012-07-16 Thread Dado Feigenblatt
Hi, I have a user A who all of his review requests end up being owned by another user B. I tried it myself in a clean environment. I became user A and posted a review with no extra arguments and it also ended up being owned by user B. I stepped through post-review up to when it calls

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
Hi Ryan, thanks for the reply. Unfortunately my server doesn't understand that request. I'm running ReviewBoard 1.6.3. I see you don't have '/api/' in your URL. Are you intentionally not using the api, or is this the older method of interfacing with the server? I tried the api method

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
Hi, I have some users that sometimes change their changelists for an open review request. When they post-review their updates using a new changelist the diffs are done properly, files are added or removed from the review request as expected. However, the changelist number in the request

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
Hi, I have a .p4rc file in my home account with my default perforce settings. I need to remove that file in order to post a review for a changelist created in another p4 client spec. Setting $P4CLIENT or using --p4-client=client makes no difference, although that works for p4 tools. Is this a

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 the

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
and what capabilities you're looking to use? Christian -- Christian Hammond - chip...@chipx86.com [1] Review Board - http://www.reviewboard.org [2] VMware, Inc. - http://www.vmware.com [3] On Wed, Apr 18, 2012 at 3:45 PM, Dado Feigenblatt wrote: Hi, I'm kind of new to REST. I get the gist