Re: Interim "Show changes" for incremental diff review always shows complete list of files

2021-12-16 Thread David Trowbridge
in this case because it > is hosted by https://rbcommons.com/ > > thanks, > Pratyush > > On Thursday, December 16, 2021 at 1:12:58 PM UTC+5:30 David Trowbridge > wrote: > >> Hi, >> >> It sounds like you’re using a version of Review Board from before we &g

Re: Interim "Show changes" for incremental diff review always shows complete list of files

2021-12-15 Thread David Trowbridge
Hi, It sounds like you’re using a version of Review Board from before we added multi-commit support, and abusing the interdiff feature (which is intended to show changes between revisions of a code change) to instead show the changes between your commits. What version of Review Board and RBTools

Re: Anyone else who looked at Apache Allura or some other platform as well?

2021-11-16 Thread David Trowbridge
Hi, I'm not very familiar with Allura but it looks like it's a different category than Review Board. Review Board focuses on code review, whereas Allura is repository hosting, wikis, and bug tracking. David On Sun, Nov 14, 2021 at 12:48 AM mavavilj wrote: > Anyone else who looked at Apache

Re: Review Board Ticket #4950: Content-Disposition 'attachment' is ignored in Gmail.

2021-11-12 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4950/ -- New update by vennysuya.tnvl For Beanbag, Inc. > Review Board > Ticket #4950

Re: how to use reviewboard hook

2021-11-01 Thread David Trowbridge
Hi, You need to create an extension, which is a full python package that can be installed alongside Review Board. Details on how to do this are in the manual: https://www.reviewboard.org/docs/manual/4.0/extending/ David On Mon, Oct 25, 2021 at 9:21 PM 'liudaolunhuibl' via Review Board

Re: I encount an problem with pyhon3 and MySQLdb

2021-10-19 Thread David Trowbridge
The correct module is "mysqlclient". I'd suggest doing "pip install -U ReviewBoard[mysql]" to ensure you get everything correct. See the installation instructions at https://www.reviewboard.org/docs/manual/4.0/admin/installation/linux/#id2 David On Fri, Oct 8, 2021 at 9:15 AM hao zheng wrote:

Re: Review Board Ticket #4946: Review Board site configured with non-standard port causes draft API call to fail

2021-10-19 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4946/ -- New update by aparker591 For Beanbag, Inc. > Review Board > Ticket #4946

Re: extension development

2021-10-05 Thread David Trowbridge
Stuart, While it's theoretically possible to develop against an installed package, you'll generally have much better success if you set up a dev environment. See https://www.notion.so/reviewboard/Getting-Started-da208d46de1d47d8b38e8b5ddcb3dd44 for details. David On Tue, Oct 5, 2021 at 9:56 AM

Re: Review Board Ticket #4936: When I have two RBs opened in the same space it only submits one

2021-09-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4936/ -- New update by saahuja For Beanbag, Inc. > Review Board > Ticket #4936

Re: Review Board Ticket #4893: Invisible floating `Publish Review` button that is clickable

2021-09-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4893/ -- New update by keanweng97 For Beanbag, Inc. > Review Board > Ticket #4893

Re: Review Board Ticket #4929: Bug in list users API

2021-09-07 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4929/ -- New update by kosta For Beanbag, Inc. > Review Board > Ticket #4929 Reply:

Re: Review Board Ticket #4907: Notifications module should use named logging

2021-08-25 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4907/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4907

Re: Review Board Ticket #4941: EXCLUDE_FILES doesn't work properly

2021-08-24 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4941/ -- New update by andrej_at_elaphe For Beanbag, Inc. > Review Board > Ticket

Re: error 'platform_system' is not defined

2021-07-24 Thread David Trowbridge
Hi, Can you run with —debug and send us the output? David On Sat, Jul 24, 2021 at 8:52 PM gaurav chauhan wrote: > Hi, > when i am running "rbt post", bellow error is coming. I am using rbt tools > in centos 7 > Error -> " Unknown error, 'platform_system' is not defined " > > -- > Supercharge

Re: Fatal: not a git repository: 'None'

2021-07-07 Thread David Trowbridge
equest > rsp = self.server.make_request(request) > File "/usr/local/lib/python3.7/dist-packages/rbtools/api/request.py", > line 815, in make_request > self.process_error(e.code, e.read()) > File "/usr/local/lib/python3.7/dist-packages/rbtools/api/request.py&quo

Re: Fatal: not a git repository: 'None'

2021-07-07 Thread David Trowbridge
Hi, Would you mind running your rbt command with --debug and including the output? Can you share how the repository is configured in the Review Board admin site? David On Wed, Jul 7, 2021 at 8:01 AM Peter Šilon wrote: > My .reviewboardrc. RB version 4.0.3 > > REVIEWBOARD_URL =

Re: The repository path specified is not in the list of known repositories. (HTTP 400, API Error 206)

2021-07-07 Thread David Trowbridge
For both errors, would you be able to run with --debug and send us the output? What version of RBTools and Review Board? David On Wed, Jul 7, 2021 at 10:22 AM Gyanendra Prakash < gyanendraprakash...@gmail.com> wrote: > I am facing this problem: "The repository path specified is not in the >

Re: Error when trying to add a repository

2021-06-08 Thread David Trowbridge
; so I don't believe I have any log files. > > It's not clear to me if it does not like some of the parameters I am using > for the repo definition, or whether something is down at RBCommons. > > On Monday, June 7, 2021 at 11:28:36 PM UTC-7 David Trowbridge wrote: > >>

Re: Error when trying to add a repository

2021-06-08 Thread David Trowbridge
Hi, You'll need to check the log files to see what's happening. Just getting a 503 doesn't really tell us much. David On Tue, Jun 8, 2021 at 12:18 AM Marcel Samek wrote: > I have been trying to add a repository today, but when I submit the form, > it hangs for a really long time and then

Re: Mercurial repository is not listed in Review Board

2021-06-01 Thread David Trowbridge
It looks like the built-in tools did not get properly registered. The usual culprit is some kind of dependency conflict. The first thing to do is check your log files for any errors, especially anything that looks like "VersionConflict" Once anything you've found is fixed, you can re-register the

Re: Error 500 after installation (Shhh... Review Board is taking a nap)

2021-05-31 Thread David Trowbridge
Can you look in the Review Board and/or web server log files? David On Mon, May 31, 2021 at 6:31 PM Mike Basov wrote: > Hello guys! > > I have just installed ReviewBoard 4.0.1 on my Ubuntu 20.04 VM and always > see Error 500 when I am trying to open review board in the configured > localhost.

Re: Review Board Ticket #4927: Where is full-text search bar?

2021-05-19 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4927/ -- New update by ljyfree For Beanbag, Inc. > Review Board > Ticket #4927

Re: Reviewboard migration issue

2021-04-12 Thread David Trowbridge
It sounds like static media is not being properly served by your web server. As Christian mentioned, 2.5.x is end-of-life, and the RPM is no longer maintained. We won’t be able to provide any further help if you’re going to be using this version/install method. David On Mon, Apr 12, 2021 at

Re: webhook question for http GET

2021-04-06 Thread David Trowbridge
Hi, Rather than trying to build this yourself using webhooks, I'd suggest trying out the rb-integrations 2.0 beta1 release, which includes a jenkins integration: https://www.reviewboard.org/docs/releasenotes/rbintegrations/2.0-beta-1/

Re: UTF encoding error while trying to do rbt post on a Git+Svn repo

2021-03-25 Thread David Trowbridge
Jake, We don’t use pull requests (unfortunately GitHub doesn’t let us turn them off). All contributions need to go to https://reviews.reviewboard.org/ Thanks, David On Thu, Mar 25, 2021 at 7:56 AM Jake Stine wrote: > Basic jist seems to be that it's an isolated problem specifically to >

Re: Interdiffs not displaying properly

2021-03-23 Thread David Trowbridge
Teddy, If you're viewing a diff that you had previously viewed before the upgrade, it's likely that old data may still be in cache. I'd suggest restarting your memcached service, clearing your browser cache, and then trying again. David On Tue, Mar 23, 2021 at 7:48 AM teds...@gmail.com wrote:

Re: How to let ReviewBoard update my SVN Repository automatically when creating new review request?

2021-03-19 Thread David Trowbridge
Hi, I'm guessing you're referring to the commits that show up when you go to the "New Review Request" page. What you should do is configure Review Board with the remote address of your SVN server, rather than with the local SVN checkout. David On Fri, Mar 19, 2021 at 11:39 AM Rameez Bhimani

Re: RBTools Ticket #4916: Execute the test case parse_revision_spec to report an error

2021-02-26 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4916/ -- New update by simon28li For Beanbag, Inc. > RBTools > Ticket #4916 Reply:

Re: Something broke! (Error 500) when adding Perforce

2021-02-09 Thread David Trowbridge
It looks like your web server is unable to find the "p4" executable. We've mostly moved away from requiring that but it seems like accepting certificates still uses it. David On Tue, Feb 9, 2021 at 9:16 AM Glen Banyard wrote: > Hi, > > So I have set up Perforce on Ubuntu 18.04 LTS and

Re: Review Board Ticket #4910: SSH module should use named logging

2021-02-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4910/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4910

Re: Review Board Ticket #4908: Reviews module should use named logging

2021-02-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4908/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4908

Re: Review Board Ticket #4897: WebAPI module should use named logging

2021-02-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4897/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4897

Re: Review Board Ticket #4899: Admin module should use named logging

2021-02-07 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4899/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4899

Re: Review Board Ticket #4904: Extensions module should use named logging

2021-02-07 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4904/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4904

Re: Review Board Ticket #4847: Pressing enter on upload file dialog cancels it instead of uploading - maddening

2021-01-27 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4847/ -- New update by brokenalarms For Beanbag, Inc. > Review Board > Ticket #4847

Re: Review Board Ticket #4847: Pressing enter on upload file dialog cancels it instead of uploading - maddening

2021-01-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4847/ -- New update by brokenalarms For Beanbag, Inc. > Review Board > Ticket #4847

Re: Review Board Ticket #4756: Empty reviews can be published

2021-01-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4756/ -- New update by shoven For Beanbag, Inc. > Review Board > Ticket #4756

Re: Review Board Ticket #4816: Cannot add github repo via API

2021-01-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4816/ -- New update by vernonatsonos For Beanbag, Inc. > Review Board > Ticket #4816

Re: Djblets Ticket #4876: Cannot build media

2021-01-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4876/ -- New update by Misery For Beanbag, Inc. > Djblets > Ticket #4876 Reply:

Re: Review Board Ticket #4884: Add "New Updates" dot for unviewed review requests

2021-01-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4884/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4884 Reply:

Re: RBTools Ticket #4894: Mercurial: TypeError: a bytes-like object is required, not 'str'

2021-01-14 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4894/ -- New update by Misery For Beanbag, Inc. > RBTools > Ticket #4894 Reply:

Re: Review Board Ticket #4863: File Attachment Review UI Freezes

2021-01-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4863/ -- New update by jhatlerlaird For Beanbag, Inc. > Review Board > Ticket #4863

Re: rb-gateway "forgets" username/password

2021-01-06 Thread David Trowbridge
Is it possible that people are editing the repository entries in the admin UI? Saved passwords in forms will often get overwritten or erased by overeager browser autofill. David On Wed, Jan 6, 2021 at 6:31 AM vale...@gmail.com wrote: > Hi all, > > we are using Gitlib server which is connected

Re: rb-site install /var/www/reviews not working

2020-11-30 Thread David Trowbridge
nf > reviews.example.com.conf > $ cd ../sites-enabled > $ ln -s ../sites-available/reviews.example.com.conf > > My apache server does not start after this! > > > > > > > Thanks > > On Thu, Nov 19, 2020 at 4:17 AM David Trowbridge > wrote: > >> It

Re: Can't add new review

2020-11-23 Thread David Trowbridge
ar. 17 nov. 2020 à 21:15, David Trowbridge a > écrit : > >> First of all, it's possible that this is a bug which has been fixed since >> 3.0.8 (I don't know off the top of my head, but I know that we've found and >> fixed several unicode-related issues over the past two y

Re: rb-site install /var/www/reviews not working

2020-11-18 Thread David Trowbridge
b-site install returns error command not found. > > > > > On Wed, Nov 18, 2020 at 11:42 AM David Trowbridge > wrote: > >> This sounds like you have not actually installed the Review Board package >> on your system. Can you explain what steps you've already t

Re: rb-site install /var/www/reviews not working

2020-11-17 Thread David Trowbridge
This sounds like you have not actually installed the Review Board package on your system. Can you explain what steps you've already taken? David On Tue, Nov 17, 2020 at 11:12 PM Nikhil Sethi wrote: > > I am trying to install reviewboard on the local machine > > rb-site install /var/www/reviews

Re: Can't add new review

2020-11-17 Thread David Trowbridge
using review board V3.0.8 >> I create my file by selecting the folder(s) or file(s) modified and then >> creating a patch that I upload to create the review >> I am using the web UI >> >> Thanks and good week end >> >> Le lun. 2 nov. 2020 à 20:48, David Trowbridg

Re: ReviewBoard python 3.x support

2020-11-17 Thread David Trowbridge
The Review Board 4.0 and RBTools 2.0 releases, which are coming quite soon, will support both Python 2.7 and 3.6-3.9 David On Mon, Nov 16, 2020 at 12:21 PM Jimmy Huang wrote: > AFAIK Reviewboard/RBTools is still being developed and maintain on Python > 2.x which is now EOL. Are there any plans

Re: Not seeing option to merge in reviewboard server

2020-11-10 Thread David Trowbridge
That's currently not a feature of Review Board. It may be at some point in the future, but for now, given the wide variety of both supported SCM systems as well as different workflows, we've chosen to leave version control to the version control tools. David On Tue, Nov 10, 2020 at 4:12 AM Ayush

Re: Adding New Field to Review Board (on Windows)

2020-11-06 Thread David Trowbridge
Given that there are probably only a couple files that are relevant, you could just attach them non-zipped. Other ways of sharing them could be github or a pastebin. David On Fri, Nov 6, 2020 at 7:23 AM Christopher Nostrand wrote: > Hello David, > > Sorry for not responding earlier. The

Re: Where to report security vulnerabilities?

2020-11-06 Thread David Trowbridge
Matt, You can either file the bug at https://hellosplat.com/s/beanbag/tickets/new/ and mark it as "Security Issue", or email us at secur...@beanbaginc.com David On Fri, Nov 6, 2020 at 12:28 PM MattS wrote: > Hello, > > I recently discovered a security vulnerability which I'd like to not >

Re: Review Board Ticket #4741: Negative number of open issues

2020-11-03 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4741/ -- New update by cyran.norbert For Beanbag, Inc. > Review Board > Ticket #4741

Re: Can't add new review

2020-11-02 Thread David Trowbridge
A few questions: 1. What version of Review Board are you using? 2. How did you create your diff file? 3. How are you creating the review request? Are you using the web UI ("New Review Request") or RBTools? David On Mon, Nov 2, 2020 at 12:47 PM Alexandre Nader wrote: > Hi, > > I have a

Re: Review Board Ticket #4882: Ugly empty label in "My Account" > "My Privacy Rights"

2020-10-28 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4882/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4882 Reply:

Re: Restoring from a .dump made with rbsite manage

2020-10-27 Thread David Trowbridge
AM Phil Brindley wrote: > thanks! do i need to clean the existing the reviewboard db before running > the loaddb or set anything so that i can create/overwrite things as needed? > > On Monday, October 26, 2020 at 5:51:20 PM UTC David Trowbridge wrote: > >> Phil, >> >&g

Re: Review Board Ticket #4879: Error when dispatching a webhook with auth credentials: AttributeError: 'SplitResult' object has no attribute 'params'

2020-10-26 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4879/ -- New update by amiryal For Beanbag, Inc. > Review Board > Ticket #4879

Re: Restoring from a .dump made with rbsite manage

2020-10-26 Thread David Trowbridge
Phil, It's fine to load the database dump when running the latest release, but before actually using the app, you'll need to run the upgrade procedure: https://www.reviewboard.org/docs/manual/3.0/admin/upgrading/upgrading-sites/#upgrading-sites David On Mon, Oct 26, 2020 at 8:08 AM Phil

Re: Djblets Ticket #4883: List item view is using the wrong CSS class name

2020-10-23 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4883/ -- New update by david For Beanbag, Inc. > Djblets > Ticket #4883 Reply:

Re: Adding New Field to Review Board (on Windows)

2020-10-23 Thread David Trowbridge
Christopher, Off the top of my head I can't think of any reason why extension bundles would fail on Windows, but there are a variety of issues that can occur on Windows due to its sketchy Python support, which is why we defer to bitnami for all of that. Would it be possible to share what code

Re: Review board gamification

2020-10-14 Thread David Trowbridge
Sebastien, At the moment I’m not aware of anything. We have been intending to make the trophy system something that can be built on using the extensions system. If you have ideas for this we’d love to hear them. David On Wed, Oct 14, 2020 at 7:22 AM Sébastien Sénégas wrote: > Hi all, > > I

Re: Local copy of Repo

2020-10-13 Thread David Trowbridge
o view the review requests which were already created earlier. > > On Tue, Oct 13, 2020 at 10:28 PM David Trowbridge > wrote: > >> In order to do what? You'll probably be using a local checkout on your >> client machine to do your development (and can post changes from that

Re: Local copy of Repo

2020-10-13 Thread David Trowbridge
In order to do what? You'll probably be using a local checkout on your client machine to do your development (and can post changes from that to the Review Board server with RBTools). In almost all cases the server does not need a local clone of the repository. David On Tue, Oct 13, 2020 at 10:56

Re: RBTools Ticket #4855: rbtools 1.0.2 returns blank summary for draft review requests

2020-10-09 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4855/ -- New update by m_hemapriya For Beanbag, Inc. > RBTools > Ticket #4855

Re: Review Board Ticket #4881: Improve visual appearance of "Security Center" in admin

2020-09-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4881/ -- New update by david For Beanbag, Inc. > Review Board > Ticket #4881 Reply:

Re: rbt post error

2020-09-17 Thread David Trowbridge
BTools-1.0.3-py2.7.egg/rbtools/commands/main.py", > line 120, in main > command.run_from_argv([RB_MAIN, command_name] + args) > File > "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/__init__.py", > line 725, in run_from_argv > exit_c

Re: rbt post error

2020-09-17 Thread David Trowbridge
Hi, It definitely could be timing out because of the size of the diff. How big is "big"? I highly recommend upgrading to the latest RBTools as well. It's quite a bit smarter about how it deals with git. David On Thu, Sep 17, 2020 at 10:48 AM ladner...@gmail.com < ladner.dan...@gmail.com>

Review Board Ticket #4884: Add "New Updates" dot for unviewed review requests

2020-09-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4884/ -- New ticket #4884 by david For Beanbag, Inc. > Review Board Status: New

Djblets Ticket #4883: List item view is using the wrong CSS class name

2020-09-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4883/ -- New ticket #4883 by david For Beanbag, Inc. > Djblets Status: New Tags:

Review Board Ticket #4882: Ugly empty label in "My Account" > "My Privacy Rights"

2020-09-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4882/ -- New ticket #4882 by david For Beanbag, Inc. > Review Board Status: New

Review Board Ticket #4880: Update groups selector in user admin to use RelatedGroupWidget

2020-09-13 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4880/ -- New ticket #4880 by david For Beanbag, Inc. > Review Board Status: New

Re: Review Board Ticket #4692: Can’t toggle interdiff control on iPad

2020-09-11 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4692/ -- New update by grossag For Beanbag, Inc. > Review Board > Ticket #4692

Re: Review Board Ticket #3602: Master bug: Plain text is rendered incorrectly when escaping for Markdown.

2020-09-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3602/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #3602

Re: Review Board Ticket #3288: Comment in expanded section of code disappears after collapsing and expanding the section

2020-09-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3288/ -- New update by ser@gmai* (Google Code) For Beanbag, Inc. > Review

Re: RBTools Ticket #3176: post-review requests to a server with thousand of repo is very slow

2020-09-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3176/ -- New update by nan@gmai* (Google Code) For Beanbag, Inc. > RBTools >

Re: Review Board Ticket #2070: downloads.reviewboard.org should mirror our dependencies

2020-09-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/2070/ -- New update by keith**@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #4850: AttributeError: 'User' object has no attribute 'user'

2020-09-08 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4850/ -- New update by Misery For Beanbag, Inc. > Review Board > Ticket #4850

Re: RBTools Ticket #4858: rbt post failure: CRITICAL: name 'rid' is not defined

2020-08-19 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4858/ -- New update by dbalakrishnan For Beanbag, Inc. > RBTools > Ticket #4858

Re: RBTools Ticket #4858: rbt post failure: CRITICAL: name 'rid' is not defined

2020-08-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4858/ -- New update by dbalakrishnan For Beanbag, Inc. > RBTools > Ticket #4858

Re: RBTools Ticket #4819: "rbt post" is broken (will not accept Perforce changelist number) in 1.0.2 under Python 3.7.3

2020-08-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4819/ -- New update by c0d3h4x0r For Beanbag, Inc. > RBTools > Ticket #4819 Status:

Re: RBTools Ticket #4628: rbt patch --print cannot be run outside of a source tree

2020-08-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4628/ -- New update by alexander For Beanbag, Inc. > RBTools > Ticket #4628 Status:

Re: RBTools Ticket #3510: Make `rbt post` automatically detect the tracking branch

2020-08-18 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3510/ -- New update by fel***@cypri** (Google Code) For Beanbag, Inc. > RBTools >

Re: Djblets Ticket #4687: Thumbnails for SVG

2020-08-12 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4687/ -- New update by Misery For Beanbag, Inc. > Djblets > Ticket #4687 Reply:

Re: Review Board Ticket #4875: Checks that pass locally aren't consistent on rb as they sometime aren't working but when I rerun they work

2020-08-07 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4875/ -- New update by wryu For Beanbag, Inc. > Review Board > Ticket #4875 Reply:

Re: Djblets Ticket #4876: Cannot build media

2020-08-04 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4876/ -- New update by Misery For Beanbag, Inc. > Djblets > Ticket #4876 Reply:

Re: Report Menu is not visible on my login

2020-07-31 Thread David Trowbridge
Hi, The reports functionality is available with the Power Pack extension: https://www.reviewboard.org/powerpack/ David On Thu, Jul 23, 2020 at 6:23 PM Sivakumar Thiyagarajan wrote: > Hi, > > The report is not visible my login, does need any specific permission to > see? > > Thanks & Regards >

Re: Occurring error for each rbt command

2020-07-17 Thread David Trowbridge
Can you run "tf vc help" and send us the output? Thanks, David On Fri, Jul 17, 2020 at 8:58 AM todor.radosl...@gmail.com < todor.radoslavov.rusi...@gmail.com> wrote: > when i try for example rbt post, status and so on i face every time same > error: > > ERROR: Could not load SCM Client "tfs" >

Re: Review Board on Centos 7

2020-07-15 Thread David Trowbridge
The lines which are cut off show some kind of python package conflict. You’ll need to look in your Apache error log for those. David On Wed, Jul 15, 2020 at 8:35 AM Paul Mansfield < paul.mansfi...@agileanalog.com> wrote: > selinux? > > -- > Supercharge your Review Board with Power Pack: >

Re: ".chm" file review option

2020-05-22 Thread David Trowbridge
Hi, If you're referring to the Microsoft help file format, it's a binary file which we do not have support for unpacking right now. David On Fri, May 22, 2020 at 9:51 AM varun gupta wrote: > Is ".chm" file review option is available on reviewboard? please suggest. > > -- > Supercharge your

Re: Extension is running multiple times

2020-05-05 Thread David Trowbridge
ing the results would be around for a > while, but if this may be enabled/disabled multiple times per page render, > it sounds like I am better off only executing these calls in the actual > actions I am hooking into? > > Thanks, > Travis > > On Tuesday, May 5, 2020

Re: Extension is running multiple times

2020-05-05 Thread David Trowbridge
There are slightly different issues here. For Petr's code: you're instantiating a new SampleApprovalHook every time a signal is fired. You'll want to just do it once in your extension's initialize() method. For Travis, it sounds like you're running your extension code in a production setting

Re: Pre-commit Review without specifying Repository

2020-04-29 Thread David Trowbridge
Without connecting a repository, you won't be able to get the two-column view with the full old and new files. However, It is possible to create a new review request without a repository (go to "New Review Request", then select "None - file attachments only") and then upload your diff as a file

Re: Review Board Ticket #4533: Interdiffs are not working on some files

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

Re: Questions about reviewing PDF and other file attachments

2020-04-21 Thread David Trowbridge
Sebastian, It looks like we unfortunately don't have an easy way to download the first revision if it was initially posted as part of the first publish of the review request (if it was added later, it could be downloaded from the "review request changed" boxes). We'll see if we can do something

Re: Multiple Owners of a Review

2020-04-09 Thread David Trowbridge
We do have some long-term plans to make it possible for multiple authors to collaborate on a single change in that way, but it's not a super high priority right now. We already have this tracked at https://hellosplat.com/s/beanbag/tickets/2187/ David On Tue, Apr 7, 2020 at 9:26 PM Teddy Saintvil

Re: mark a specific review as "not interested"

2020-04-08 Thread David Trowbridge
The mute functionality works only if e-mails are sent directly. Are you receiving the e-mails via a mailing list? David On Wed, Apr 8, 2020 at 10:11 AM Noel Grandin wrote: > > OK, so I found the mute functionality. > > But it doesn't work. Every time someone pushes an update to a change it >

Re: Problem with building extension package

2020-04-07 Thread David Trowbridge
It looks like you typoed your directory name: “samlpe_extension” David On Tue, Apr 7, 2020 at 8:11 AM Petr Grenar wrote: > Hello, > > I am quite new to the reviewboard. I installed it on my centos 7. Board is > up and running. Now I am trying to install a simple extension from your > tutorial

Re: Review Board Ticket #4638: Binary patch will be corrupted

2020-04-03 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4638/ -- New update by Misery For Beanbag, Inc. > Review Board > Ticket #4638

Re: 4.0.x release availability

2020-04-03 Thread David Trowbridge
We're planning on getting a first beta of 4.0 out within the next few weeks. The time from then to final release is probably a few months, but will depend on how stable it is. I would like to clarify the versions, though. Review Board 3.0.x ships jQuery 1.11.1 and jQuery UI 1.8.24. jQuery 1.11.1

Re: How to update draft's beanbag_notefield_notes?

2020-04-02 Thread David Trowbridge
ta: Could not parse JSON > data: Expecting property name enclosed in double quotes: line 1 column 2 > (char 1) > > My code looks like: > kwargs = {"extra_data:json-patch": {"op":"replace", > "path":"beanbag_notefield_notes", "value":"h

<    1   2   3   4   5   6   7   8   9   10   >