Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-16 Thread kasper . bjerke91
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631

Re: Can't add Perforce Repository with SSL Support

2018-01-16 Thread Peter Storkey
Hi Christian, That did the trick! Thank you so much for your fast response! Thanks, Pete On Tuesday, January 16, 2018 at 2:40:25 PM UTC-8, Christian Hammond wrote: > > Hi Pete, > > That's not a very good error... > > It's trying to use the p4 command line tool to accept the SSL certificate. >

Re: Can't add Perforce Repository with SSL Support

2018-01-16 Thread Christian Hammond
Hi Pete, That's not a very good error... It's trying to use the p4 command line tool to accept the SSL certificate. It's not finding it in Apache's path. You'll need to place a copy of p4 in /usr/bin. We'll work on improving that error. Christian On Tue, Jan 16, 2018 at 9:59 AM, Peter Storkey

Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-16 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631

Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-16 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Christian Hammond
Ahh, that would do it, indeed. Sorry, I didn't check for that. Christian On Tue, Jan 16, 2018 at 11:14 AM, Vince Thyng wrote: > I think this all came down to not having 'WSGIPassAuthorization On' in my > apache config. > > Vince > > > On Tuesday, January 16, 2018 at 8:56:54

Re: using perforce repository: unable to parse diff revision header

2018-01-16 Thread Christian Hammond
Hi, Off-hand, I don't see anything wrong with that header. It looks fine for a Perforce diff. Is there any chance you have a repository added that is not a Perforce repository, and it's using that one? I saw the other post about having trouble adding a Perforce repository, and am wondering if

Re: Disabled users in Review Groups

2018-01-16 Thread Christian Hammond
Hi Jeff, It should exclude any users who are disabled from receiving an e-mail. Our queries for the users check for that flag. However, if you do find that they are receiving e-mails, please let us know and we'll get a fix together. Christian On Tue, Jan 16, 2018 at 7:53 AM, Jeff Domogala

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Vince Thyng
I think this all came down to not having 'WSGIPassAuthorization On' in my apache config. Vince On Tuesday, January 16, 2018 at 8:56:54 AM UTC-8, Vince Thyng wrote: > > Hello Christian, > >I was hoping that would be it, but I get the same problem. I am pretty > sure my apache config is the

Can't add Perforce Repository with SSL Support

2018-01-16 Thread Peter Storkey
Hi all, I'm installing a new ReviewBoard 3.0.2 server on a CentOS 7 VM. We have two Perforce repositories, one that uses SSL and one that does not. I have successfully added the non-SSL repository, but when I try to add the SSL repository I get a 500 error when accepting the SSL fingerprint

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Vince Thyng
Hello Christian, I was hoping that would be it, but I get the same problem. I am pretty sure my apache config is the problem. I replaced my apache customizations with the /var/www/reviewboard/conf/apache-wsgi.conf file and it wrote the session to the .rbtools-cookies file. Still errored,

Disabled users in Review Groups

2018-01-16 Thread Jeff Domogala
Something I have not found an answer for in the documentation If a user is part of a review group that is mailing to all of the users in the group (instead of using the mail alias), what happens when the user is disabled? Is the user excluded when mail is generated for the group? --

using perforce repository: unable to parse diff revision header

2018-01-16 Thread Giuseppe Salvatore
Hi, I think I hit another nasty one: rbt post -d 379808 >>> RBTools 0.7.10 >>> Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] >>> Running on Windows-10-10.0.16299 >>> Home = C:\Users\ >>> Current directory =

Re: Can't add perforce repository

2018-01-16 Thread Giuseppe Salvatore
It's in file reviewboard/scmtools/perforce.py line 490 (highlighted in yellow, I have added the two lines in bold to get more debug information) try: with self.connect(): yield except P4Exception as e: error = six.text_type(e)

Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-16 Thread kasper . bjerke91
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631