Re: rbt post using Mercurial

2014-06-16 Thread Ali Ghorashi
I'm still getting the file not found error when I do a rbt post -u -d. Here is the error (I'm trying a different file than before.) Error data: {u'stat': u'fail', u'file': u'src/SIPSA.cpp', u'err': {u'msg': u'The file was not found in the repository.', u'code': 207}, u'revision':

SCMError: OPTIONS of 'http://IP_ADDR:PORT/svn': could not connect to server (http://IP_ADDR:PORT)

2014-06-16 Thread Jamie Gruener
Folks, I'm an IT guy setting up Review Board for our developers but I can't seem to get Review Board to talk to our SVN servers. Environment Notes: * Review Board 2.0.2 via easy_install -U ReviewBoard * Package pysvn-1.7.6-1.el6.x86_64 already installed and latest version * CentOS 6.5 (Final) *

Stuck writing an extension

2014-06-16 Thread Marc Bryan
Hi guys, I'm having trouble writing a dashboard sidebar extension that adds custom filters to the datagrid. ie. I would like to make a few different links, but an example of one would be 'Needs More Reviews', which would filter the reviews by: - less than 2 Ship-its (2 is our internal

Re: Unable to use New Review Request to create requests with parent diffs

2014-06-16 Thread Sara Rayburn
Hi, Bruce, the installer works for our Windows guys just fine. Thanks for putting that together! Unfortunately, we can't seem to get RB Tools configured properly for anyone, but that's a question for another day. Sara On Sat, Jun 14, 2014 at 8:00 PM, Christian Hammond christ...@beanbaginc.com

Re: Unable to use New Review Request to create requests with parent diffs

2014-06-16 Thread Christian Hammond
What’s going wrong with the configuration? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 16, 2014 at 11:52:02 AM, Sara Rayburn (sararayb...@gmail.com) wrote: Hi, Bruce, the installer works

Re: Stuck writing an extension

2014-06-16 Thread Christian Hammond
Hi Marc, The reviewboard-dev list is a better place for these questions, since there’s less traffic there and more people interested in RB-related development. That said, the problem is that you cannot replace the dashboard. The parameter for the datagrid in DataGridSidebarItemsHook is the

Re: rbt post using Mercurial

2014-06-16 Thread Christian Hammond
What happens if you remove the —cwd line? We probably want to conditionalize setting that. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 16, 2014 at 9:39:08 AM, Ali Ghorashi

Re: ReviewBoard now charmed for Juju

2014-06-16 Thread Christian Hammond
Sorry for the delay. Let me know if you have issues with this. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 12, 2014 at 1:03:20 AM, adam.coll...@gmail.com (adam.coll...@gmail.com) wrote:

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #6 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 This is obviously a bug. ReviewBoard provides API for uploading diffs, we can't use rbt post to work around bugs in those :( -- You received

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #7 on issue 1918 by chip...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 Sorry, this is an old bug and much has changed since. You're going to have to provide more information than that. I don't really even know what you

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #8 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 I'm using API to attach git diffs to the ticket. No matter how I generate git diff i'm getting the error: { fields: { path: [No valid

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #9 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 I can attach http request/response dump from Charles if that helps. -- You received this message because this project is configured to send all

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #10 on issue 1918 by chip...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 Thanks for the info. A few more questions that would help. If you can attach the raw diff, I can take a deeper look into it. Can you show me the

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #11 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 Attaching raw diff, raw request and raw response files. I'm generating diff based on what I found in

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #12 on issue 1918 by chip...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 What version of Review Board? I just fed that diff into my instance, and it had no problem parsing it. -- You received this message because this

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #13 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 I'm using 2.0.2 -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #14 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 It's works when feeding diff manually with web interface but not with API call, maybe the problem is there? -- You received this message

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #15 on issue 1918 by chip...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 The web UI actually uses the API call to do the upload. It must have to do with how the request's payload is being formatted. Though this

Re: Issue 1918 in reviewboard: git diffs are not parsed correctly

2014-06-16 Thread reviewboard
Comment #16 on issue 1918 by ivan.gav...@gmail.com: git diffs are not parsed correctly http://code.google.com/p/reviewboard/issues/detail?id=1918 You were right, ticket 3800 is created for SVN repository. After we've migrated svn to git the .reviewboardrc setting still pointed to SVN

Issue 3420 in reviewboard: RBTools 0.6.1 -- failure to produce error message

2014-06-16 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3420 by griffin@gmail.com: RBTools 0.6.1 -- failure to produce error message http://code.google.com/p/reviewboard/issues/detail?id=3420 What version are you running? RBTools 0.6.1 What's the URL of the page containing

Re: Issue 2268 in reviewboard: My incoming reviews have a negative number

2014-06-16 Thread reviewboard
Comment #23 on issue 2268 by chip...@gmail.com: My incoming reviews have a negative number http://code.google.com/p/reviewboard/issues/detail?id=2268 It's pending review, and is not on any branch yet. -- You received this message because this project is configured to send all issue

Re: Issue 3398 in reviewboard: Error displaying this diff

2014-06-16 Thread reviewboard
Comment #6 on issue 3398 by nick.ind...@gmail.com: Error displaying this diff http://code.google.com/p/reviewboard/issues/detail?id=3398 Issue resolved: I included the original diff as the parent diff, and suddenly everything worked. -- You received this message because this project is

2 issues changed in reviewboard

2014-06-16 Thread reviewboard
Updates: Status: Fixed Comment by trowb...@gmail.com: Fixed in release-0.6.x (50bdf72). Thanks! Affected issues: issue 3419: RBTools 0.6.1 -- failure to produce error message http://code.google.com/p/reviewboard/issues/detail?id=3419 issue 3420: RBTools 0.6.1 -- failure to

Re: Issue 2268 in reviewboard: My incoming reviews have a negative number

2014-06-16 Thread reviewboard
Comment #24 on issue 2268 by trowb...@gmail.com: My incoming reviews have a negative number http://code.google.com/p/reviewboard/issues/detail?id=2268 Issue 3415 has been merged into this issue. -- You received this message because this project is configured to send all issue

Re: Issue 3415 in reviewboard: Incoming counts on left nav panel is different from no. of review requests displayed

2014-06-16 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 2268 Comment #6 on issue 3415 by trowb...@gmail.com: Incoming counts on left nav panel is different from no. of review requests displayed http://code.google.com/p/reviewboard/issues/detail?id=3415 Actually, Christian thinks he's got a

Re: Issue 2268 in reviewboard: My incoming reviews have a negative number

2014-06-16 Thread reviewboard
Updates: Status: Fixed Comment #25 on issue 2268 by chip...@gmail.com: My incoming reviews have a negative number http://code.google.com/p/reviewboard/issues/detail?id=2268 Should now be fixed on release-1.7.x (d39241f) and release-2.0.x (99b2e1a) -- You received this message