Re: Problem upgrading from 2.5.16

2024-04-23 Thread David Trowbridge
n Tuesday, April 23, 2024 at 2:17:17 PM UTC-4 David Trowbridge wrote: > > You definitely need to make sure that everything is using the same Python > version. In particular, if you're using something like Apache, you need to > make sure that your mod_wsgi is built with the same

Re: Problem upgrading from 2.5.16

2024-04-23 Thread David Trowbridge
2.5.16 > to 6 means I'd have to switch to python 3. When I tried upgrading to 4 I > found an issue where it was conflicting between using 2 and 3. Perhaps I > was doing something wrong? > > Thanks! > Gabe > > On Monday, April 22, 2024 at 5:08:31 PM UTC-4 David Trowbridge

Re: Problem upgrading from 2.5.16

2024-04-22 Thread David Trowbridge
The "taking a nap" error means that Review Board is crashing somewhere. Can you check the reviewboard and web server logs for errors? I'd definitely suggest just going straight from your original version to your target version (preferably 6). Doing upgrades to intermediate versions is not

Re: Cant not use rest api create repository

2024-03-31 Thread David Trowbridge
When sending data to the API, you need to use form-data rather than JSON. So your curl call would look more like: curl ...args. -F name=test -F tool=git On Wed, Mar 27, 2024 at 9:56 AM 刘天明 wrote: > ReviewBoard version: 6.0.2 > i wan use rest api create repository > document: >

Re: Customize the review pane to add some general info

2024-03-19 Thread David Trowbridge
Yakir, We do have the ability for extensions to add additional content to various pages. There are a number of defined hook points within the review request box. See https://www.reviewboard.org/docs/manual/latest/extending/extensions/hooks/template-hook/#template-hook for details. David On Thu,

Re: You are not licensed to post review requests against AWS CodeCommit repositories.

2024-03-14 Thread David Trowbridge
Lasse, You'll need to configure users for Power Pack at /admin/extensions/rbpowerpack.extension.PowerPackExtension/config/ David On Thu, Mar 14, 2024 at 11:34 AM Lasse Bonner wrote: > When trying to upload a diff file manually I get this error: > You are not licensed to post review requests

Re: Reviewboard 6.0.2 in Docker connects to the wrong memcached server 50% of the time

2024-03-14 Thread David Trowbridge
Can you check what the cache configuration is at /admin/settings/general/ ? David On Thu, Mar 14, 2024 at 11:34 AM Szymon Niemiec wrote: > Hello everyone, > We are using latest reviewboard and we've recently migrated to Docker > setup. Problem is, reviewboard randomly spits error 500 while

Re: State of rbchecklist extension

2024-03-11 Thread David Trowbridge
Florian, The rbchecklist codebase is quite ancient and really needs a full rewrite. Those discarded changes were from student projects and we decided we didn't particularly want to be landing changes when we knew that the underlying design had some fundamental flaws. I'd love to be able to spend

Re: Review Board Ticket #5019: Send mail notificaton is not work with network proxy

2024-03-09 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/5019/ -- New update by bandv For Beanbag, Inc. > Review Board > Ticket #5019 Reply:

Re: Error on SCM repo migration from RB 5.0.5 to 6.0.2

2024-03-04 Thread David Trowbridge
d a bit confused): > I head a look at > https://github.com/reviewboard/reviewboard/blob/release-6.0.2/contrib/docker/Dockerfile > and found that pysvn building and installation already is there. Does that > mean that the official docker image is being built using another Dockerfile? &g

Re: Error on SCM repo migration from RB 5.0.5 to 6.0.2

2024-03-04 Thread David Trowbridge
reviewboard_1 | [2024-03-04 15:43:51 +] [17] [INFO] Booting worker > with pid: 17 > reviewboard_1 | [2024-03-04 15:43:51 +0000] [18] [INFO] Booting worker > with pid: 18 > reviewboard_1 | [2024-03-04 15:43:51 +] [19] [INFO] Booting worker > with pid: 19 > reviewboard_1 | [

Re: Error on SCM repo migration from RB 5.0.5 to 6.0.2

2024-03-01 Thread David Trowbridge
Florian, If you're seeing "missing support" in the list, it's because pysvn isn't loaded correctly. You'll still be able to create/edit repositories but they won't actually work until that's fixed. Recreating the repository configurations won't change that, and deleting a repository entry will

Re: Error on SCM repo migration from RB 5.0.5 to 6.0.2

2024-03-01 Thread David Trowbridge
Florian, You probably had subvertpy installed previously. Review Board 6 has removed the subvertpy backend because it caused significant problems. You'll need to install PySVN. We have a guide for doing that at

Re: The eviewboard api does not change users emails

2024-03-01 Thread David Trowbridge
Parameters to PUT and POST operations in the API need to be specified as form-data, not query parameters or JSON. This can be done with the -F parameter to curl: curl -H "Authorization: ..." -H "Accept: ..." -X PUT-F "email=" https:///api/users// David On Fri, Mar 1, 2024 at 10:45 AM Lyova

Re: ReviewBoard SSO with Azure AD

2024-02-26 Thread David Trowbridge
Hi, It looks like your server name is set to "https://example.com; in the Review Board General Settings page. SAML requires the server name to be set correctly to whatever domain your IdP is expecting. David On Mon, Feb 26, 2024 at 9:23 AM Enzo wrote: > Hello! > > I was wondering if anyone

Re: RBTools Ticket #5001: Please add detailed information about reviewboard URL to rbt login

2024-01-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/5001/ -- New update by shubhar For Beanbag, Inc. > RBTools > Ticket #5001 Reply:

Review Board Ticket #5018: Hit target for checkboxes in dashboard is annoying

2024-01-10 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/5018/ -- New ticket #5018 by david For Beanbag, Inc. > Review Board Status: New

Re: Review Board Ticket #4992: Can't connect to GitLab repository

2024-01-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4992/ -- New update by 4517 For Beanbag, Inc. > Review Board > Ticket #4992 Reply:

Re: GitLab repository create review request failed.

2024-01-05 Thread David Trowbridge
Looking into this, your GitLab version is quite old. We've verified that this works correctly with modern versions. David On Sat, Dec 30, 2023 at 3:54 PM Christian Hammond wrote: > Hi, > > Thanks for the report. The exception information is very helpful! > > We’ll look into what changed in

Re: Cannot log in from "Logged out" page

2024-01-04 Thread David Trowbridge
Hi, This is a known issue and will be fixed in 6.0.2 David On Thu, Jan 4, 2024 at 1:18 AM Mikalai Ananenka wrote: > Hello, > Although this is minor issue, it can affect user experience, so I thought > you might want to fix it. RB 6.0.1. > > Ensure you are logged in and then click "Log out"

Re: RB 6.0.1 upload diff file

2024-01-01 Thread David Trowbridge
request which uses Subversion → Update → Update Diff). > > On Thursday, December 28, 2023 at 9:35:39 PM UTC+3 David Trowbridge wrote: > >> Hi all, >> >> We have a fix for this issue and will be shipping 6.0.2 soon. >> >> David >> >> On Thu, Dec 28

Re: Review Board Ticket #5013: Invalid diff files don't produce error message

2023-12-28 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/5013/ -- New update by splatter3 For Beanbag, Inc. > Review Board > Ticket #5013

Re: Completely manual installation

2023-12-22 Thread David Trowbridge
clone. The compatibility issues are very severe. > > Thanks! I appreciate the help! > > On Monday, December 18, 2023 at 5:39:23 PM UTC-6 David Trowbridge wrote: > >> Hi, >> >> You shouldn't need to install 2.5.7. If you install your desired version >> on your

Re: Completely manual installation

2023-12-18 Thread David Trowbridge
Hi, You shouldn't need to install 2.5.7. If you install your desired version on your target host, then move the database and data directory over, you should be able to run `rb-site upgrade`. David On Mon, Dec 18, 2023 at 4:35 PM Grover D wrote: > Hello, > > I am running a very old version of

Re: Converting user account with password to AD

2023-12-05 Thread David Trowbridge
If Review Board is configured to use AD, it will try that first for all users. If that authentication fails, then it will use the database password. Assuming those users have AD accounts, you shouldn't need to do anything--they'll be able to log in with their AD credentials. You can enforce this

Re: Review board stopped working after OS upgrade

2023-11-17 Thread David Trowbridge
simple/six/ >> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, >> status=None)) after connection broken by 'ProtocolError('Connection >> aborted.', error(104, 'Connection reset by peer'))': /simple/six/ >> ERROR: Could not find a version that sat

Re: Review board stopped working after OS upgrade

2023-11-14 Thread David Trowbridge
six missing >>> RBTools 0.7.11 RBTools 0.7.11 >>> paramiko 2.10.2 paramiko2.10.2 >>> >>> six has been missing. How to install it ? >>> >>> On Friday, 10

Re: Possible to attach multiple diffs to a draft?

2023-11-09 Thread David Trowbridge
This is not possible to do with a single publish. The best way is probably to assign it only to yourself, do whatever post/publish steps need to happen, and then change the assigned reviewers to make it public to your team. David On Thu, Nov 9, 2023 at 9:47 AM geof...@gmail.com wrote: > He

Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
should be > 2.0.27. > > On Thursday, 9 November, 2023 at 9:21:53 pm UTC+5:30 David Trowbridge > wrote: > >> What version of Review Board are you running? >> >> David >> >> On Thu, Nov 9, 2023 at 8:51 AM noreply optimize < >> noreply...@promaxsaas

Re: Review board stopped working after OS upgrade

2023-11-09 Thread David Trowbridge
What version of Review Board are you running? David On Thu, Nov 9, 2023 at 8:51 AM noreply optimize < noreplyoptim...@promaxsaas.com> wrote: > Hi All, > > I have a Ubuntu 18 LTS machine running review board version 2.0.27 without > any issues. Since, Ubuntu 18 has become EOL I upgraded the

Re: How to install ReviewBoard from github source code?

2023-11-08 Thread David Trowbridge
mber 2, 2023 at 12:47:10 PM UTC-4 Work Bot wrote: > >> Thanks! I will spend some time on these two docs. >> >> On Thursday, November 2, 2023 at 11:54:58 AM UTC-4 David Trowbridge wrote: >> >>> Hi, >>> >>> We do have a guide for this at >>>

Re: RB v6 "The following reviews are not valid []" when clicking "Publish"

2023-11-06 Thread David Trowbridge
.com < > changxing.g...@taitcommunications.com> wrote: > >> Hi David, >> >> Thanks for your reply. >> I am using Google Chrome. Firefox has the same issue too. >> >> Yes, we are getting this every time. >> Please see attachment. >> >> >

Re: When hosting on an alternate port, the api URLS don't include the proper port

2023-11-03 Thread David Trowbridge
Did you set the "server name" in the general settings to include the port number? David On Fri, Nov 3, 2023 at 12:21 PM geof...@gmail.com wrote: > My 1st attempt at setting up ReviewBoard via docker, I tried to host on a > non-standard port http://ourdomain.com:8900 > > I configured nginx

Re: Issues when hosting from a subdirecory

2023-11-03 Thread David Trowbridge
This is a known issue in 6.0, and we'll be putting out a 6.0.1 very soon that fixes it. David On Fri, Nov 3, 2023 at 8:47 AM geof...@gmail.com wrote: > Our reverse proxy is configured to redirect https://ourdomain.com/review > to ReviewBoard. I have configured nginx to properly host

Re: How to install ReviewBoard from github source code?

2023-11-02 Thread David Trowbridge
e? > > Thanks so much! > > On Monday, October 30, 2023 at 7:08:47 PM UTC-4 David Trowbridge wrote: > >> You can use pip to install a specific version: >> >> pip3 install ReviewBoard==5.0.5 >> >> Building from source is a much more complicated thing, and w

Re: ReviewBoard6.0 ship it and add coment Error

2023-11-01 Thread David Trowbridge
Hi, It's saying "connection refused", which indicates there's some problem with the network between you and your Review Board server. David On Wed, Nov 1, 2023 at 9:27 PM min cai wrote: > when i use reviewboard I got two errors, > the First one,when i edit the draft review,but i cant save the

Re: How to install ReviewBoard from github source code?

2023-10-30 Thread David Trowbridge
all a specific version of RB (for example 5.0.5) > instead of the latest one. I think I figured out a workaround through > python setup.py file, > > On Thursday, October 12, 2023 at 2:34:15 PM UTC-4 David Trowbridge wrote: > >> Hi, >> >> Is there a reason why you're lookin

Re: RB v6 "The following reviews are not valid []" when clicking "Publish"

2023-10-27 Thread David Trowbridge
Changxing, A couple questions about this: - What browser(s) are you using? - Are you getting this every time, or is this an intermittent failure? - Can you open your browser's developer tools and see if there are any errors on the JavaScript console? Thanks, David On Thu, Oct 26, 2023 at 10:07 

Re: Can't publish new review requests - RB 6.0

2023-10-27 Thread David Trowbridge
Ethan, That's definitely a bug. We'll be turning out a 6.0.1 soon and will get a fix in for that. If your company has a support contract with us, please reach out through that channel and we can get you a preview build. David On Fri, Oct 27, 2023 at 1:00 PM Ethan Nguyen wrote: > I did some

Re: How to install ReviewBoard from github source code?

2023-10-12 Thread David Trowbridge
Hi, Is there a reason why you're looking to install from the git repository instead of the published releases? The install documentation you linked to should be the correct process for most people. David On Thu, Oct 12, 2023 at 12:30 PM Work Bot wrote: > Hi, > > I am trying to find

Re: How to change "LIMIT RATE" settings?

2023-09-06 Thread David Trowbridge
Hi, That should be the correct setting to change. You probably need to restart the web server in order for that change to take effect. David On Wed, Sep 6, 2023 at 7:49 AM Gianluca Busiello < gianluca.busie...@gmail.com> wrote: > I'm running RB v4.x and I'm affected by the error: > > API Error

Re: does RB require PHP?

2023-06-28 Thread David Trowbridge
. > > Thanks again for your response. > Erin > > Sent from my Atari 2600 > > On Jun 27, 2023, at 18:31, David Trowbridge wrote: > >  > Erin, > > Review Board is built on Python, not PHP. If you're seeing something else, > it's likely that the web server still

Re: does RB require PHP?

2023-06-27 Thread David Trowbridge
Erin, Review Board is built on Python, not PHP. If you're seeing something else, it's likely that the web server still has some default configuration for the domain/virtualhost active. David On Mon, Jun 26, 2023 at 6:33 PM Erin Keegan wrote: > I went through the install directions, but when I

Re: RB 5.0.4 HTTP 500 Internal Server Error

2023-05-16 Thread David Trowbridge
Kerry, The first thing to do is verify the network configuration on the Review Board server. It’s the server which is experiencing these timeouts. If you don’t need DMARC for your emails, you could also change the settings for email delivery to avoid the DNS lookup here. That said, if DNS is

Re: Review Board Ticket #5003: diff revision panel will display duplicate items when committing many added files by subversion (.h or .cpp or .vcxproj)

2023-05-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/5003/ -- New update by wenjialee For Beanbag, Inc. > Review Board > Ticket #5003

Re: Automatic login feature has a bug

2023-04-27 Thread David Trowbridge
Becky, Thanks for the report. We'll get this fixed up for the next 5.0.x release. David On Thu, Apr 27, 2023 at 11:17 AM 'Becky Wong' via Review Board Community < reviewboard@googlegroups.com> wrote: > Hi all, > > I was interested in using the automatic login feature and poked through > the

Re: Review Board Ticket #831: Can't leave comments before you publish your own newly created review request

2023-04-25 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/831/ -- New update by mkoe@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #4059: Switch between files without scrolling to the top

2023-04-25 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4059/ -- New update by smacleod For Beanbag, Inc. > Review Board > Ticket #4059

Re: Review Board Ticket #2605: Add a Back to File List link under each diff in Diff Viewer

2023-04-25 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/2605/ -- New update by cto@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #4987: Asana integration always reports "Authentication failed"

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4987/ -- New update by dan For Beanbag, Inc. > Review Board > Ticket #4987 Reply:

Re: RBTools Ticket #4586: rbt diff: CRITICAL: too many values to unpack

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4586/ -- New update by totoroliu For Beanbag, Inc. > RBTools > Ticket #4586 Reply:

Re: Review Board Ticket #4583: Export & Import Review Board Configuration and Database

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4583/ -- New update by vinay.shekar For Beanbag, Inc. > Review Board > Ticket #4583

Re: Review Board Ticket #4957: Logged-out mobile menu has incorrect styling

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4957/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4957

Re: Review Board Ticket #4988: Fail to post diff with perforce repo: 'Value to convert is unexpected type %s',

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4988/ -- New update by benjackson For Beanbag, Inc. > Review Board > Ticket #4988

Re: Review Board Ticket #3668: Assign users or groups to repository via API

2023-04-21 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3668/ -- New update by z*@zakj* (Google Code) For Beanbag, Inc. > Review Board >

Re: Review Board Ticket #4958: Diff error bundle uses wrong string type on Python 3 (bytes vs. unicode)

2023-04-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4958/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4958 Reply:

Re: Review Board Ticket #4999: Linux installation page has incorrect Python Version

2023-04-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4999/ -- New update by CodeScrubber For Beanbag, Inc. > Review Board > Ticket #4999

Re: Review Board Ticket #4891: Commit message in commits summary of a review request does not wrap around when the message is longer than the page width.

2023-04-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4891/ -- New update by bnie For Beanbag, Inc. > Review Board > Ticket #4891 Reply:

Re: migrating 3.0.18 between servers

2023-04-06 Thread David Trowbridge
Adam, SECRET_KEY is necessary, and needs to be the same between the two servers. The missing Site sounds like something didn't work right migrating the database. David On Wed, Apr 5, 2023 at 4:55 AM Adam Weremczuk wrote: > ...or perhaps the SECRET_KEY feature can be disabled? > > On Tue, 4

Re: Review Board Ticket #2104: provide a way to map file extensions to syntax highlighting

2023-04-05 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/2104/ -- New update by devin.**@gmai* (Google Code) For Beanbag, Inc. >

Re: migrating from 3.0.18 to 4.0.12

2023-04-02 Thread David Trowbridge
It sounds like perhaps you imported the data from a 3.0.18 database into the database schema of 4.0.2 You'll want to drop the database entirely, import the dump, then run the rb-site upgrade command. On Sun, Apr 2, 2023 at 1:11 PM Adam Weremczuk wrote: > Hello, > > I have a production server

Re: review group mailing list, what is the correct format?

2023-04-01 Thread David Trowbridge
The mailing list field expects a single address to use for a distribution list. If you leave it blank, emails will be sent addressed to all members of the group individually. David On Fri, Mar 31, 2023 at 5:21 AM Chanson Joy wrote: > Hi, > > I tried to create a review group, the optional

Re: Got API Error 207 (HTTP code 400): The file was not found in the repository

2023-03-17 Thread David Trowbridge
Hi, The problem is not on the client, but on the Review Board server's connection to your SVN server: > > Error data: {'err': {'code': 207, 'msg': 'The file was not found in the > repository.'}, 'file': '/X3240/trunk/API/mtd/mtdHunit.c', 'revision': > '12399', 'stat': 'fail'} > You'll need to

Re: Review Board Ticket #183: "Publish" should publish all drafts per review request and send one e-mail

2023-03-16 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/183/ -- New update by grossag For Beanbag, Inc. > Review Board > Ticket #183 Reply:

Re: HTTP 500 after clean install

2023-03-15 Thread David Trowbridge
havior?) and failed. > Adding '-l ::1' fixed it. > On Wed, Mar 15, 2023 at 9:27 AM Chanson Joy wrote: > Identical issue, I have windows 10 with WSL2 Ubuntu, please help. > > On Monday, October 17, 2022 at 9:01:04 AM UTC-7 David Trowbridge wrote: > >> Hi, >> >> From th

Re: RB first run - fail

2023-03-15 Thread David Trowbridge
normal behavior?) and failed. > Adding '-l ::1' fixed it. > David On Wed, Mar 15, 2023 at 9:27 AM Chanson Joy wrote: > and why is that ? i have a fresh install, having the same issue. > > On Tuesday, March 14, 2023 at 9:40:14 AM UTC-7 David Trowbridge wrote: > >> Hi, &g

Re: Review Board 5.0.2 and 5.0.3 - Unable to trust svn host when adding a repository or modifying an existing repository.

2023-03-14 Thread David Trowbridge
Kerry, Glad you got it working. We’re seriously considering dropping support for subvertpy, as it has grown increasingly buggy over the last few years. This sounds like another data point in favor of that. David On Tue, Mar 14, 2023 at 10:35 AM Kerry Groeschel wrote: > You can disregard my

Re: RB first run - fail

2023-03-14 Thread David Trowbridge
Hi, It looks like it’s failing to connect to your configured memcached server. David On Tue, Mar 14, 2023 at 6:51 AM Владислав Болашев wrote: > Hello. I try to run a RB, but have a problem > > [2023-03-13 12:08:25 +0300] [65554] [INFO] Starting gunicorn 20.1.0 > [2023-03-13 12:08:25 +0300]

Re: Workflow not supported ?

2023-02-24 Thread David Trowbridge
Mark, `rbt land` does assume that your working branch has a different name than your tracking branch--that is, that you'd have origin/X, X, and then some local-only named branch. `rbt land` would then handle stamping and merging from local-only to X (and optionally pushing). We've found that's

Re: Review Board Ticket #4988: Fail to post diff with perforce repo: 'Value to convert is unexpected type %s',

2023-02-06 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4988/ -- New update by benjackson For Beanbag, Inc. > Review Board > Ticket #4988

Re: get the diff in a patch file

2023-01-18 Thread David Trowbridge
m the patch. > > Successfully applied patch. > > > > I found another way to do it using --print: > > rbt patch --print 260437 > 260437.diff > > > > Thanks. > > Regards, > > Rama > > > > > > *From:* reviewboard@googlegroups.com *On >

Re: get the diff in a patch file

2023-01-16 Thread David Trowbridge
Rama, If you want to save the patch to a file, you can do that with rbt patch: rbt patch --write 1234.diff 1234 By default, that will grab the latest diff. If you want a specific revision you can use --diff-revision David On Mon, Jan 16, 2023 at 10:54 AM 'Ramakrishnan P R' via Review Board

Re: test_ldap_auth_backend.py in 4.0.10 - DJANGO_SETTINGS_MODULE ?

2023-01-10 Thread David Trowbridge
2022 at 1:52:45 PM UTC-8 David Trowbridge wrote: > >> How are you running the tests? Have you set up a development environment? >> >> David >> >> On Fri, Dec 16, 2022 at 1:22 PM Shubha Ramani >> wrote: >> >>> Using Python 3.7 a

Re: Reviewboard 5.0.0 Subversion not working with either pysvn or subvertpy

2023-01-09 Thread David Trowbridge
Hi, I'm not sure why the ubuntu package isn't working--that looks correct (perhaps there's a python version conflict somewhere). Confusingly, the "pysvn" package on PyPI is not the same thing as the older pysvn, and is a new package that someone created and managed to claim the name since the

Re: how to create one review request for multiple commits?

2022-12-22 Thread David Trowbridge
Hi, This is not possible from the UI. You'll need to use RBTools to do this. David On Thu, Dec 22, 2022 at 10:08 AM yoimnewhere hello wrote: > Hey, I want to create review requests that have multiple commits for each > review request. > Is that possible over the UI? > Right now, I can only

Re: test_ldap_auth_backend.py in 4.0.10 - DJANGO_SETTINGS_MODULE ?

2022-12-16 Thread David Trowbridge
How are you running the tests? Have you set up a development environment? David On Fri, Dec 16, 2022 at 1:22 PM Shubha Ramani wrote: > Using Python 3.7 and installed all the dependencies including django 1.11 > I am trying to run test_ldap_auth_backend.py and keep getting the error: >

Re: Review Board Ticket #4944: Clicking on the dropdown arrow next to the "Publish" button in the Review Editor overlay closes the overlay

2022-10-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4944/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4944

Re: how to move and upgrade reviewboard server?

2022-08-25 Thread David Trowbridge
Yes, you can move directly to a new version. What you'll need to do is copy over the old site directory and move the database. Once everything is set up, start by running `rb-site /path/to/site upgrade` to handle the schema changes. David On Tue, Aug 23, 2022 at 7:08 PM 胡一辉 wrote: > The

Re: pkg_resources.ContextualVersionConflict: (Django 1.6.11 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('Django>=2.2'), set(['django-braces']))

2022-08-23 Thread David Trowbridge
The issue is that a newer release of django-braces dropped support for Python 2, and 3.0.11 was not specific about pinning the version needed. You can manually install django-braces==1.13.0, but I wouldn't be surprised if that just moves the error down to another package. 3.0.11 is quite old and

Re: RBTools Ticket #4948: Error 207 when using --parent

2022-08-22 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4948/ -- New update by b.stoop For Beanbag, Inc. > RBTools > Ticket #4948 Reply:

Re: ERROR: Could not find the repository on the Review Board server.

2022-05-31 Thread David Trowbridge
Reena, The .reviewboardrc file configures rbtools, but you'll also need to make sure that the repository is configured on the server within the Review Board admin UI. Has it been added there? David On Tue, May 31, 2022 at 7:17 PM Reena THOMAS wrote: > Hi Team, > > > > I’m unable to find the

Re: Is there a way to query the reviews given by a user in a certain time period?

2022-05-10 Thread David Trowbridge
Adam, This is a long-standing limitation of the current API. We're planning on adding a new resource soon to query reviews across all review requests. There is an extension that we've used internally that adds a new API endpoint to do this. It's not well documented but perhaps it could serve as

Re: Review Board Ticket #4969: interdiff sometimes fails with a variable used before assignment

2022-05-03 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4969/ -- New update by grim For Beanbag, Inc. > Review Board > Ticket #4969 Reply:

Re: Can't add Git repository, delete user or delete SSH key

2022-05-03 Thread David Trowbridge
For Git, in addition to the clone URL, you'll need to have some kind of front-end that supports full-file fetching such as cgit, gitweb, or rb-gateway. The git protocol alone isn't sufficient for Review Board's needs. See

Re: Changes required in reviewboard after repo server migration from http to https

2022-04-21 Thread David Trowbridge
You can update this by going to the admin site and clicking "General" under "Settings". Change the "Server" field (and perhaps the media/static URLs if necessary) to be https instead of http. David On Thu, Apr 21, 2022 at 10:31 AM Manoj Sharma wrote: > > Hi there, > > We've recently migrated

Re: Review Board Ticket #4903: Diffviewer module should use named logging

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4903/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4903

Re: Review Board Ticket #4901: Avatars module should use named logging

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4901/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4901

Re: Review Board Ticket #4906: Integrations module should use named modules

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4906/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4906

Re: Review Board Ticket #4909: SCMTools module should use named logging

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4909/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4909

Re: Review Board Ticket #4898: Accounts module should use named logging

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4898/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4898

Re: Review Board Ticket #4902: Cmdline module should use named logging

2022-03-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4902/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4902

Re: Unexpected error loading command post: name 'platform_system' is not defined

2022-01-19 Thread David Trowbridge
Can you run with --debug and send the output? David On Wed, Jan 19, 2022 at 7:34 PM Dan Beygelman wrote: > Hi, > i get this error when i run rbt post command > #> /usr/bin/rbt post > Unexpected error loading command post: name 'platform_system' is not > defined > > #> /usr/bin/rbt --versio >

Re: enable extension error

2022-01-18 Thread David Trowbridge
There's definitely some kind of change that happened. You may find a better traceback in the log file. Probably some dependency got upgraded somehow, or a previously installed but non-active extension got enabled. That said, "1.4" is not a version of Review Board. If you mean 1.5.x, those

Re: Review Board Ticket #4757: API for adding/updating users/groups to Review Repository

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4757/ -- New update by rajasaur For Beanbag, Inc. > Review Board > Ticket #4757

Re: Review Board Ticket #2879: support for event streams

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/2879/ -- New update by matthew@kitwa** (Google Code) For Beanbag, Inc. >

Re: Review Board Ticket #4958: Diff error bundle uses wrong string type on Python 3 (bytes vs. unicode)

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4958/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4958 Tags:

Review Board Ticket #4958: Diff error bundle uses wrong string type on Python 3 (bytes vs. unicode)

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4958/ -- New ticket #4958 by david For Beanbag, Inc. > Review Board Status: New

Re: Review Board Ticket #4957: Logged-out mobile menu has incorrect styling

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4957/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4957 Tags:

Re: Review Board Ticket #4957: Logged-out mobile menu has incorrect styling

2022-01-17 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4957/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4957 Files:

Re: Installing on CentOS8 or RHEL8

2022-01-06 Thread David Trowbridge
Josh, The RPM hasn't been maintained in a very long time. Installing via the python toolchain is the best way to get running and stay up to date. David On Thu, Jan 6, 2022 at 11:25 AM Josh Davis wrote: > We have upgraded all of our servers to RHEL8 and I am trying to get > ReviewBoard

  1   2   3   4   5   6   7   8   9   10   >