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

review-board extension for tortoisehg

i'm using reviewboard extension for tortoisehg and installed reviewboard on some server. Everything is good but i have one problem: i can't update existing reviews with extension because they are not loaded in the list and i can't choose any "Review…
breez
  • 494
  • 2
  • 13
0
votes
0 answers

Subprocess shell not passing yes with | to the bash script I'm executing

I'm trying to execute a script via Python. This script runs a toolset called review board tools based on the arguments passed into the script. When I run the command: yes | bash review 'feature-signature' 'PR_Reviewers' 'myrepo' 'myuser'…
Grant Zukel
  • 1,153
  • 2
  • 24
  • 48
0
votes
1 answer

Cannot find the option of LDAP Authentication in Review Board

Cannot find the option of LDAP Authentication after upgrading to 3.0.2. Currently, there are only two options understand the Authentication Method in the user Admin page. They are Standard registration and Legacy Authentication Module. System:…
Spider
  • 1,380
  • 4
  • 22
  • 42
0
votes
1 answer

Can’t connect to MySQL while upgrading Bitnami Review Board by rb-site

I am trying to upgrade Bitnami ReviewBoard from 3.0.1 to 3.0.2 . I have done the venv/bin/easy_install -U ReviewBoard. But when I try venv/bin/rb-site upgrade installdir/rb-sites/reviewboard/, I obtained an error of django.db.utils.OperationalError:…
Spider
  • 1,380
  • 4
  • 22
  • 42
0
votes
1 answer

How to configure email service of Review board with Microsoft exchange server

I am trying to configure the email service for my Review board. I think I should configure it in the web page of {Your_review_board_address}/admin/settings/email/. However, when I test it by mark the option "Send a test e-mail after saving", it…
Spider
  • 1,380
  • 4
  • 22
  • 42
0
votes
1 answer

Getting 400-BAD REQUEST when trying to upload diff to ReviewBoard using api

I have created a review request on ReviewBoard using the api, but I am now unable to add a diff file to this review request. I am following the ReviewBoard instructions to sent a POST request to ReviewBoard API -->…
0
votes
0 answers

unable to integrate self hosted gitlab repo with reviewboard

i am trying to integrate self hosted gitlab repo with review board runnning without ssl but getting this error. below is my configuration screenshot. configuration screenshot error logs : HostingServiceError: Unexpected HTTP error 502. 2017-07-13…
0
votes
1 answer

Review board delete a review

I am using review board post-review and git. Currently i have created a review which has too many changes. Now i want to delete the review and create a new request with limited changes. Is is possible to delete it? Note: I tried discard the changes…
Lakshan Prabhu
  • 211
  • 1
  • 3
  • 12
0
votes
1 answer

Reviewboard API ignores request body

Have installed reviewboard 2.5.7. If I create review request from commit using UI it works fine. If I using API it creates empty request and looks like ignore the JSON body at all. POST http://myhost/api/review-requests/ Authorization: token…
0
votes
0 answers

Reviewboard 1.6.3 manage.py test run 0 test in 0.000s

I am having a problem running test cases in reviewboard 1.6.3 The structure is goes like this /reviewboard __init__.py settings.py settings_local.py manage.py /reviews __init__.py models.py tests.py I have tried running: python…
0
votes
1 answer

How to get the second argument till the last one in csh?

I want to make an alias for the rbt command. I thought it should be: alias myrbt 'rbt \!:1 --server=myserver --repository-url=myurl \!:2- \!:$' the expected result is when I run myrbt diff 12345 it should run rbt diff --server=myserver…
Shuman
  • 3,914
  • 8
  • 42
  • 65
0
votes
0 answers

How to access the review board site from other system via browser?

I have set-up all prerequisites and all the installation required for local reviewboard along with rb-site, server is apache httpd with mod_wsi. Can any one help me on how to access the review bpoard which I have installed locally from different…
Gobind
  • 1
0
votes
1 answer

Reviewboard does not recognize .diff file mercurial

Before committing I export my code changes in mercurial like hg diff -r tip > d.diff or hg export -o d.diff It creates a nice .diff When I upload this to review board it returns empty diff file. File is not empty. How can I fix this?
Bedi Egilmez
  • 1,494
  • 1
  • 18
  • 26
0
votes
1 answer

ReviewBoard: How to filter out reviews marked as Ship It?

In ReviewBoard, I have 4765 Incoming Reviews. I would like to know which ones of those reviews I have not clicked Ship It on - i.e., the reviews that I haven't looked at yet. I thought that if I click Ship It, the review would disappear from my…
Jonathan Aquino
  • 3,780
  • 1
  • 18
  • 19
0
votes
1 answer

Review Board installation "cryptography" error

When I try to install Review Board via this command on Ubuntu 14.04: sudo rb-site install /var/www/reviewboard.mysite.com I get the following error: Traceback (most recent call last): File "/usr/local/bin/rb-site", line 5, in from…
interestedparty333
  • 2,386
  • 1
  • 21
  • 35