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
0 answers

Integrate Review Board with SVN for commit approval

User commits from SVN. The change instead if going into repository should go to review board in form of diff(automatically). Review should be assigned to default reviewer(for starters, later may be it can be specified in commit string) Reviewer…
0
votes
1 answer

Reviewboard not assigning default reviewers after upgrade from 1.7.6-0 to 2.0.5-0

I recently upgraded reviewboard from 1.7.6-0 to 2.0.5-0. After migrating the database it seems that default reviewers are no longer working. (Nobody is being assigned, despite the file-regex still being there.) I was wondering if anyone has any…
kevinh
  • 61
  • 7
0
votes
1 answer

LDAP authentication is not working after upgrading to ReviewBoard 2.0

After upgrading to ReviewBoard 2.0 from 1.7 it seems that the LDAP authetication method simply disappeared.. By disappeared I mean it's not a backend anymore: python-ldap is installed: >>> import ldap >>> ldap.__version__ '2.4.15' When I start an…
Alex Plugaru
  • 2,209
  • 19
  • 26
0
votes
1 answer

How to install ReviewBoard as a non-root user on Redhat Linux?

The official installation guide (https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/) requires the user login as root or is using sudo. I don't have them and want to install a local copy under my home directory. How can I do that?
Z Liu
  • 1
0
votes
1 answer

Field Population (ReviewBoard code)

I'm am making custom modifications to ReviewBoard (RBtools); however, I can't seem to understand what Python is doing implicitly at this step. I am trying to understand where ReviewBoardServer sets its value for self.info.path. I stepped through the…
Andy
  • 942
  • 1
  • 10
  • 23
0
votes
1 answer

A repository was not found at the specified path

I have an SVN repository which has a certificate for authentication. When I try to add this SVN repository to the review board server, I am getting an error like "A repository was not found at the specified path.". Can anyone tell why am I getting…
user3021774
  • 21
  • 1
  • 4
0
votes
1 answer

'Strong(er) authentication required'

I have installed review board, I want to configure users through LDAP. I did all required configuration. But I am not able to login through LDAP credentials. When I checked error log of review board I have found below error [Tue Jun 24 07:26:53…
Kuldeep Singh
  • 199
  • 1
  • 11
0
votes
1 answer

How to get git file renames to NOT show as add/delete in ReviewBoard?

Some, I have to rename a file, and also show make a change to the file contents. I use "git mv" to rename the file in the repository. However, when I post my changes to Review Board, the ReviewBoard diff just shows as a delete/add of the whole file.…
ATDeveloper
  • 289
  • 4
  • 15
0
votes
1 answer

eReviewBoard can't raise review request

I have my reviewboard 1.7 configured and I am using eReviewBoard and Subclipse plugins in Eclipse IDE. The issue is when I try to raise the review request it fails giving "timed out" as "Failed creating new review request : Exception executing…
Amrit
  • 2,295
  • 4
  • 25
  • 42
0
votes
1 answer

Where does reviewboard store the diffs?

Just start to use reviewboard,and I am so curious of where does reviewboard store the diffs? Should it be stored in database?I can not find the details in the reviewboard official website. Any hint will be appreciated!
Vincentge
  • 885
  • 2
  • 8
  • 10
0
votes
1 answer

Error while adding remote Git repository in Review Board

I am trying to setup Review Board (1.7.13). I want to add a Git repository which resides on a remote machine. I went to Manage -> Repositories -> Add and did the following steps: Added Name. Selected Hosting service as None. Selected Repository…
paxglobal
  • 77
  • 2
  • 12
0
votes
1 answer

Review Board Python Web API

I'm new with using third-party APIs, and I was trying to get the Review Board Web API to work in python. However, I was confused about 3 things: from rbtools.api.client import RBClient client = RBClient('http://localhost:8080/') root =…
Andy
  • 942
  • 1
  • 10
  • 23
0
votes
1 answer

Does Review Board support commenting on individual lines in an attached source file?

I downloaded and installed Review Board in order to evaluate its fit for our team's workflow. I see that you can attach files to a review. When I go to review an attached file, Review Board lets me add a comment to the entire file, but I don't see…
braveterry
  • 3,724
  • 8
  • 47
  • 59
0
votes
1 answer

Hg postreview with private parent

I have changesets like this: A --> B --> C --> D A is the public tip. D is the changeset I want to post for review. After reading: http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#distributed-version-control-systems, I expected…
Aishwar
  • 9,284
  • 10
  • 59
  • 80
0
votes
1 answer

Apache2 cannot run WSGI script

I'm installing Reviewboard on linux, I have copied the config provided by the install package to httpd.conf ServerName localhost DocumentRoot "/usr/www/reviewboard/htdocs" # Error handlers ErrorDocument 500…
Alvin
  • 149
  • 1
  • 10
1 2 3
11
12