Installing ReviewBoard using pip

2015-05-06 Thread Sri Ram Kannan
Hi, I read few posts in this group that Review board cannot installed using pip. But I see reviewboard in PyPi page and when I tried to install using pip, I got the below error: Could not find any downloads that satisfy the requirement ReviewBoard Some externally hosted files were ignored

Jenkins-ReviewBot

2015-05-06 Thread Sri Ram Kannan
Hi, I found a plugin that triggers pre-commit test through the diff files submitted in the ReviewBoard. The link of the plugin is : https://wiki.jenkins-ci.org/display/JENKINS/Jenkins-Reviewbot Has anyone in this group tried this with newer review board instance ? I request to guide me on how

Re: RBTools 0.7.2: posting a review using a range of perforce change lists no longer works

2015-05-06 Thread Steve
Issue 3864 created. Thanks! --Steve On Tuesday, May 5, 2015 at 7:14:07 PM UTC-7, Christian Hammond wrote: > > Hi Steve, > > Glad it hear it (with the exception of the diff not being correct). > > I'd appreciate a bug report on it. I won't be able to get to this right > away, so having all thes

Re: Installing ReviewBoard using pip

2015-05-06 Thread Christian Hammond
Hi Sri, For now, you need to use easy_install, for a number of reasons: 1. Pip doesn't support eggs (we'll be releasing Wheels in the next release of Review Board). 2. Pip does support source dists, which we provide, but there's a lot of manual steps needed for those to build, and we do not recom

Re: Installing ReviewBoard using pip

2015-05-06 Thread Sri Ram Kannan
Hi chris, Thanks for your update. I will go with easy_install. On Wednesday, May 6, 2015 at 2:37:57 PM UTC-4, Christian Hammond wrote: > > Hi Sri, > > For now, you need to use easy_install, for a number of reasons: > > 1. Pip doesn't support eggs (we'll be releasing Wheels in the next release >

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Papaswede
Ah, well maybe that is the issue then. Ok, so let me ask if I need to go about this a different way. We currently have reviewboard running on an old, antiquated box. I had them set up a new VM for me that I am migrating reviewboard to. I can't install reviewboard in the same location on this ne

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Christian Hammond
Hi, If this is a copy of the database, and not a reference to the original database, then you can use the commands in my prior e-mail to fix up the path. It'll modify the settings stored in the database to reference the new paths you specify. After you do that, you can restart Apache, and it shoul

Case of the strange disappearing diff

2015-05-06 Thread Andrew MacLeod
I have one user who posts a diff from a git workspace. The diff appears on RB for a few minutes and then disappears just showing the "This is an empty file display". Reviews in other workspaces work as expected (ie. don't go missing) I am unable to reproduce using the downloaded diff in my own

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Papaswede
Ok, I tried that and that got rid of one of the error messages (the one that was referencing an invalid path), but the other two are still there, and those two messages do reference a valid path.

Re: Case of the strange disappearing diff

2015-05-06 Thread Christian Hammond
Hey Andrew, By any chance, this file that went missing.. was it a modification of a newly-introduced file not yet pushed upstream? So, something like: o <-- MYFILE is modified | o <-- MYFILE is newly created | o master | Christian -- Christian Hammond - chip...@chipx86.com Review Board - htt

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Christian Hammond
Looks like your web server is running as root, which is bad. It really should be using its own dedicated user. That's not the source of the problem, but it's something to be aware of. What Linux distro are you using? Any chance SELinux is enabled? If so, that can cause this. Christian -- Chris

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Papaswede
The webserver is actually running as the apache user. We are using Oracle Enterprise Linux 6, and SELinux is enabled. I had to get our IT department to make some changes to SELinux while installing MySQL and Apache. Are there any known things that I should check with regards to SELinux that I

Re: Issue after ReviewBoard upgrade

2015-05-06 Thread Papaswede
Ah, your last message caused me to dig some more, and I was able to find the issue. Apache was running the child processes as the wrong user and they did therefore not have access to the directories the way they should. So, it was a misconfiguration in my httpd.conf. Thanks! On Wednesday, May

Re: Case of the strange disappearing diff

2015-05-06 Thread Andrew MacLeod
Hi Christian, The file does exist on an upstream branch, although not on the master. The user's work is based on this upstream branch and the RB correctly identifies the branch. He was able to post the review permanently from a different machine (different O/S and git version but same RB and r

Re: RBTools 0.7.2: posting a review using a range of perforce change lists no longer works

2015-05-06 Thread Steve
Hi Chris, Just to close the loop on this topic - the problem with the diffs that I mentioned turned out to be a memcache issue. Turns out that using memcache on a test machine where you're continually deleting and recreating a perforce depot and rb site, thus reusing change list numbers, can

Customize Administrator Dashboard

2015-05-06 Thread Tanuj Sharma
Hello, First of all, I would like to appreciate your work. ReviewBoard is a very solution for online code reviews. I want to know if there some way I can customize administrator dashboard to show me more graphs like for a particular user how many comments were given on a review package? How ma