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

How to create a manual diff between two Json objects which can be sent to Reviewboard using python?

How do I create a diff of two json objects such that they are in the manual diff format which can be sent to reviewboard? I need to generate the diff from inside a python script.I think manual diffs are generated using the "diff file1 file2" command…
user1427026
  • 861
  • 2
  • 16
  • 32
0
votes
1 answer

Filter django query set by a non-database operation

Working with ReviewBoard 1.6.11, which uses Django 1.3.3. There is a RepositoryManager class that has a method called 'accessible', defined as this: class RepositoryManager(Manager): def accessible(self, user, visible_only=True,…
Tommy
  • 245
  • 4
  • 11
0
votes
1 answer

The executable "git" is not in the path

I have Review Board set up on linux RH6. While i try to "Add Repository" (a git repository) in the administrator dashboard, i get the following error - "The executable "git" is not in the path." on the server, the root account has the git path…
maxmelbin
  • 2,045
  • 3
  • 21
  • 29
0
votes
1 answer

Mandatory reviews (ReviewBoard) before push to remote git repository

I wish to enforce the use of reviews for any code that gets pushed to our common remote git repository. I have selected ReviewBoard as the tool to help us achieve that, however I am struggling in making the review a requirement before any piece of…
acp
  • 71
  • 1
  • 8
0
votes
1 answer

HG reviewboard installation on Win7 x64

While it was stated that it's not the best idea to host a reviewboard for mercurial on windows evironment I stil gave it a try. So far I have not succeeded. And thus I am in search of help. I am running Windows 7 x64 and have followed the official…
Xeperis
  • 1,449
  • 2
  • 25
  • 41
0
votes
1 answer

Compulsory review requests with review board or gerrit

I just set up review board on git, also used the pre-commit hook scripts in git for sending review request to review board. But it seems that there is no way to force all developers to send review request before pushing their code to a git remote…
Dean Chen
  • 3,800
  • 8
  • 45
  • 70
0
votes
2 answers

trying to install mercurial via easy_install

I am using Active Python 2.5.1, Mercurial 1.8.1 and TortoiseHg 1.1.0 on Windows XP (all x86) I am trying to configure a mercurial repo in reviewboard. For that it requires mercurial python module So when i try to install mercurial via easy_install i…
Sumedh Sidhaye
  • 299
  • 1
  • 4
  • 14
-1
votes
1 answer

Error while adding CVS repository(extssh) in ReviewBoard

I installed ReviewBoard in my local and trying to connect to remote CVS repository. While I am trying to add CVS repository in ReviewBoard, I'm seeing below error. Please help. The executable "cvs" is not in the path. I used below string to specify…
Bond007
  • 9
  • 2
-1
votes
2 answers

Error during raising review request in ReviewBoard

I have installed reviewboard. I added local GIT repository to it. During creation of review requests, the repository is available to be selected. But, when I am selecting a file from the repository and trying to add it as a Diff it says 'The…
Chalpat
  • 76
  • 1
  • 8
1 2 3
11
12