Questions tagged [review-board]

Review Board is an open-source web-based code review tool written in Python.

Review Board is an open-source web-based code review tool written in Python. It has support for a variety of repository types (svn, perforce, git, mercurial), has a simple workflow and supports both pre-commit and post-commit reviews.

See also

174 questions
0
votes
1 answer

Reviewboard doesn't work after I update the website directory permisson

I installed Reviewboard on centos7 through 'yum -y install ReviewBoard'. I cannot access the website after all set. It asks me to update the website directory permission(Manual server updates required). But I have already updated the permission…
roryblucky
  • 101
  • 1
  • 6
0
votes
1 answer

What does 'state' mean regarding Django apps?

I'm new to django (and programming in general) and I am trying to create a Reviewboard extension. This extension will display the fullname of the user in a column. The code works for the most part, however I don't understand what the state variable…
MTTT
  • 11
  • 3
0
votes
1 answer

Post review request of committed files in CVS to Review Board

I am trying to post review request of files i committed in CVS, currently i have two file with their revisions. I have tried almost all possible combinations mentioned @…
0
votes
1 answer

Reviewboard RBTools: get files that have changed from different diff

Let's say I have a review request which has 10 files From diff 1 and 2, I've only changed 1 file client = RBClient() root = client.get_root() files = root.get_files(review_request_id=1, diff_revision=1) files2 = root.get_files(review_request_id=1,…
ealeon
  • 12,074
  • 24
  • 92
  • 173
0
votes
1 answer

Python RBTools: get reviewers

I have a RB root: api_client = RBClient(...) root = api_client.get_root() I can get files associated with a review request via: files = root.get_files(review_request_id=1, diff_revision=1) I would like to get information about Reviewers(group,…
ealeon
  • 12,074
  • 24
  • 92
  • 173
0
votes
1 answer

unable to run RBTools : DistributionNotFound

I have installed RBTools using easy_install , but seems like something with the python packages is broken for me. This is what I did : sudo apt-get install python-setuptools sudo easy_install -U RBTools This installed RBTools and finished with…
nikel
  • 3,402
  • 11
  • 45
  • 71
0
votes
0 answers

rpm error: Failed dependencies:ReviewBoard

We need to install the review board rpm package on Rhel 5 32 bit machine. We couldnt install the package because of the below error $# - rpm -ivh ReviewBoard-1.6.4-1.fc18.noarch.rpm error: Failed dependencies:         django-evolution >= 0.6.5 is…
user1041177
  • 275
  • 1
  • 6
  • 17
0
votes
1 answer

Review Board Setup Issue - Target WSGI script cannot be loaded as Python module

Complete Review Board set-up but getting following error on accessing Apache web server, please suggest fix for the problem. Error logs for Apache web server: [Fri May 22 13:17:47.175095 2015] [core:notice] [pid 23324] SELinux policy enabled; httpd…
0
votes
0 answers

Error when using rbt post

I am using reviewboard and everytime I try to run the command rbt post I receive this error: ERROR: Error uploading diff One or more fields had errors (HTTP 400, API Error 105) path: 'ascii' codec can't decode byte 0xe2 in position 32746: ordinal…
Liviu
  • 768
  • 8
  • 9
0
votes
0 answers

Create review board request after SVN commit

I have a SVN ready on server and it is getting used daily. We have successfully installed review board and integrated SVN with it, with post hook strategy. But now we want that whenever a change is commited to SVN a new review request must get…
Amit Sadafule
  • 431
  • 5
  • 15
0
votes
0 answers

How do I fix error "logger" in ReviewBoard?

I'm setting ReviewBoard with Perforce and faced error "logger" when I add new repository for Perforce. I set Logging from admin page, but no log found in the path, and no error log in apache. Could you please how to fix the error or how to get the…
phicdy
  • 63
  • 5
0
votes
1 answer

Why is there no diff option in my Review Board site?

I successfully setup Review Board according to the steps detailed in the following site: https://www.reviewboard.org/docs/manual/2.0/admin/installation/linux/ It is working perfectly except that it doesn't have diff options and I can't see where I…
Wael
  • 1,533
  • 4
  • 20
  • 35
0
votes
1 answer

How do i make use of existing empty changelists in p4v eclipse

I have modified some files and unfortunately i reverted it by right clicking on change list. I checked with local history. No local history for today's date is found. So my current changelist becomes empty due to my revert. So i recreated all the…
Gibbs
  • 21,904
  • 13
  • 74
  • 138
0
votes
1 answer

ReviewBoard2.0.12 failing to install

I'm trying to install ReviewBoard2.0.12 on an Ubuntu 12.04 server and am getting a bizarre outcome I don't get an error easy_install is finding the file and downloading it, however it is not installing it so its not located in my dist-Packages…
Nolan Anderson
  • 576
  • 1
  • 6
  • 15
0
votes
1 answer

rb-site install error: "Table 'reviewboard.auth_user' doesn't

I use yum install ReviewBoard to install successfully RB but when I run rb-site install, I get the final error: django.db.utils.ProgrammingError: (1146, "Table 'reviewboard.auth_user' doesn't Any idea on what Im missing? Thanks Best regards, XF *…
Leo Wong
  • 131
  • 2
  • 9