Problem using the webapi

2011-03-18 Thread Vivek Subramanian
Hi, We are using review board and I am looking to enforce a policy wherein a topic that has not been marked as ship-it may not be pushed to the central git repository. I was trying to use the webAPI and I keep getting a HTTP 404 error. I have tried the following: a) through my browser which is

Re: Problem using the webapi

2011-03-18 Thread Christian Hammond
A broken link message? So, what is the root of the Review Board install? Also, what version of Review Board? I think I need to know those before I can really dive into this more. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Problem using the webapi

2011-03-18 Thread Christian Hammond
Okay, then the API path should be /api/ and not /r/api/. Can you show me exactly what's said when you access /api/ in your browser? It should be an XML file. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Need advice debugging API Error 207

2011-03-18 Thread Tom De Vylder
That's right. It's a local git clone, RB has access to it. It's in sync and the change should be pushed using a post-commit on my local working copy. Tom De Vylder On 18 Mar 2011, at 08:44, Christian Hammond wrote: Ah, are you using a local Git clone that Review Board has access to? Is it

Re: Problem using the webapi

2011-03-18 Thread Christian Hammond
Best way is to browse to it. Go to /api/review-requests/28/reviews/ and find the review you're looking for there. There will be links to the review you care about. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com

Re: Need advice debugging API Error 207

2011-03-18 Thread Christian Hammond
It might be worth trying to resolve the commit (c8d50071517379635faf795e858fb3d52a190c19) on both your own clone and on the one used by Review Board, just to make sure they're at least in sync. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: Need advice debugging API Error 207

2011-03-18 Thread Tom De Vylder
Hm, seemed the problem was caused by the syncing. I've fixed it using a simple git pre-commit hook: #!/bin/sh if git rev-parse --verify HEAD /dev/null 21 then ssh user@server cd /repo; git pull /dev/null fi Thanks for the advice! Tom De Vylder On 18 Mar 2011, at 09:39, Christian

Re: Getting sporadic access denied errors from GitHub

2011-03-18 Thread Gustavo Narea
Hello, I'm a colleague of Fran's and I've been in contact with GitHub. Good news is, you can have the limit removed on your account by just asking them to do so. Cheers. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: Getting sporadic access denied errors from GitHub

2011-03-18 Thread Christian Hammond
Awesome :) That certainly makes life much easier. We should put that in the docs. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Mar 18, 2011 at 7:32 AM, Gustavo Narea

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
I am using version 1.5.4. and the site is installed at /var/www/html/ gitreview...com here is a snippet from the conf/settings_local.py # Extra site information. SITE_ID = 1 SITE_ROOT = '/' FORCE_SCRIPT_NAME = '' DEBUG = False Here is the configuration for the virtual host in my

Re: Getting sporadic access denied errors from GitHub

2011-03-18 Thread Dirk Meister
Hello together, we also get these errors. Yes, github.com provides information about its rate limiting. See below. On Fri, Mar 18, 2011 at 8:59 AM, Christian Hammond chip...@chipx86.com wrote: Hi Fran, That's.. certainly problematic. A local mirror certainly works, though as you know it's

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
I think what I am getting is the application/json version that is there is the examples section. Best regards, Vivek On Fri, Mar 18, 2011 at 2:16 PM, Vivek Subramanian subramanian.vi...@gmail.com wrote: If I am using wget, the file that i get is not in the nice pretty XML format that is

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
Hi Christian, I tried both of them http://gitdepot:8088/r/api/review-requests/28/reviews/28/ and http://gitdepot:8088/api/review-requests/28/reviews/28/http://gitdepot:8088/r/api/review-requests/28/reviews/28/ I get a 404 with the first one (as served by the ReviewBoard) and with the

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
Hi, I was just fiddling with the URLs to see what would work. Looks like http://gitdepot:8088/api/review-requests/28/ works. I get some response which contains most of the stuff But http://gitdepot:8088/api/review-requests/28/reviews/28/ gives me a 404. I guess the review is not published then.

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
If I am using wget, the file that i get is not in the nice pretty XML format that is shown in the documentation. Is it possible to get it in that manner using wget? Best regards, Vivek On Fri, Mar 18, 2011 at 2:12 PM, Vivek Subramanian subramanian.vi...@gmail.com wrote: I think I figured it

Re: Problem using the webapi

2011-03-18 Thread Vivek Subramanian
I think I figured it out and it seems to be working for me now: If i got to http://gitdepot:8088/api/review-requests/28/reviews/ http://gitdepot:8088/api/review-requests/28/reviews/I get a bunch of the reviews that are associated with that review-request and in the links there i get hold of the

Issue 2034 in reviewboard: Page level warning for unpublished comments

2011-03-18 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2034 by ahutchi...@gmail.com: Page level warning for unpublished comments http://code.google.com/p/reviewboard/issues/detail?id=2034 What version are you running? 1.5.4.1 What's the URL of the page this enhancement

Re: Issue 2034 in reviewboard: Page level warning for unpublished comments

2011-03-18 Thread reviewboard
Updates: Status: Started Labels: -Priority-Medium Priority-High Usability Comment #1 on issue 2034 by chip...@gmail.com: Page level warning for unpublished comments http://code.google.com/p/reviewboard/issues/detail?id=2034 This is already happening for 1.6 beta 2 :) -- You

Re: Issue 2034 in reviewboard: Page level warning for unpublished comments

2011-03-18 Thread reviewboard
Updates: Labels: Milestone-Release1.6 Comment #2 on issue 2034 by chip...@gmail.com: Page level warning for unpublished comments http://code.google.com/p/reviewboard/issues/detail?id=2034 (No comment was entered for this change.) -- You received this message because you are

Issue 2035 in reviewboard: document.title (tab name) should include bug number and submitter

2011-03-18 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2035 by keshav.a...@gmail.com: document.title (tab name) should include bug number and submitter http://code.google.com/p/reviewboard/issues/detail?id=2035 I'm using Review Board 1.5.4.1 The format for document.title

Re: Issue 2029 in reviewboard: Starred Reviews count not incremented

2011-03-18 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 2029 by trowb...@gmail.com: Starred Reviews count not incremented http://code.google.com/p/reviewboard/issues/detail?id=2029 Fixed in master 4ec9786. Thanks! -- You received this message because you are subscribed to the Google Groups

Re: Issue 2032 in reviewboard: Incoming group count is not update after updating the review request

2011-03-18 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 2032 by trowb...@gmail.com: Incoming group count is not update after updating the review request http://code.google.com/p/reviewboard/issues/detail?id=2032 Fixed in master as 3aeb082. Thanks! -- You received this message because you are

Re: Issue 2035 in reviewboard: document.title (tab name) should include bug number and submitter

2011-03-18 Thread reviewboard
Updates: Status: WontFix Comment #1 on issue 2035 by trowb...@gmail.com: document.title (tab name) should include bug number and submitter http://code.google.com/p/reviewboard/issues/detail?id=2035 This kind of customization is quite specific to individual sites, and the marginal

Re: Issue 2031 in reviewboard: Text area re-sizable in chrome

2011-03-18 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 2031 by trowb...@gmail.com: Text area re-sizable in chrome http://code.google.com/p/reviewboard/issues/detail?id=2031 Fixed in release-1.5.x as 4733c22. Thanks! -- You received this message because you are subscribed to the Google Groups