Reviewboard 3.0.15 doesn't execute post commit

2019-06-14 Thread Ron A
Hi, I'm running Reviewboard 3.0.15, Apache 2.4, and Centos 7, subversion 1.11 I commit changes to a file and the changes show up in the repository but the post-commit is not executed. I have a really basic post-commit file that just writes to a log file but there is no change to the log file.

Re: Review Board Integration With GitLab

2019-06-14 Thread 'Eric Johnson' via Review Board Community
Did you upgrade ReviewBoard? To what version did you upgrade? I'm struggling with a GitLab problem right now, and certainly got past what you describe when using ReviewBoard 3.0.14. Eric On Monday, May 13, 2019 at 12:51:03 AM UTC-7, Akshay Agarwal wrote: > > Can someone help? > > On Friday,

Reviewboard: You don't have permission to access / on this server.

2019-06-14 Thread Ron A
Hi, I'm running reviewboard 3.0.15 with apache 2.4 on centos 7. I'm not able to resolve this issue below. You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. The apache error log

Re: Any plans to allow non-admin users to configure Slack integration?

2019-06-14 Thread Christian Hammond
Hey Adam! There's no plans for this today. Giving all users that form of access makes things complicated, because now they need access to parts of the administration UI. That said, assuming we're talking about Review Board 3.0's Slack support, then it's very possible to have an extension just

Any plans to allow non-admin users to configure Slack integration?

2019-06-14 Thread Adam Gross
For companies with very few RB admins but lots of groups, it would be nice to support non-admins to configure the Slack channel integrations. There's no way we could funnel all of our preferences through our RB admins. Instead it would be nice to be able to have them be responsible for

Re: SMTP Fails

2019-06-14 Thread Danila Ladner
It's not reviewboard issue. It seem that remote SMTP relay closed the connection. From that server where RB is installed try to send an email from shell using same relay with mailx or whatever. in smtplib you can also set debug level to 1 to see actual smtp dialogue set_debuglevel(1) is the

SMTP Fails

2019-06-14 Thread Philippe Langevin
Hi there ! I'm currently testing Review Board and I cant make the whole email thing to work at all. I've setup three other tools without problems but they are all on Windows (I run ReviewBoard (w PowerPack) on the bitnami image for tests). The Mail Server we have is only an SMTP relay without

Review Board Ticket #4828: Provide triggering user in webhook json

2019-06-14 Thread shollander1
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4828/ -- New ticket #4828 by splatter2 For Beanbag, Inc. > Review Board Status: New

Re: https://demo.reviewboard.org/ has broken ssl certificate

2019-06-14 Thread Christian Hammond
Unfortunately, you might have to clear reviewboard.org/demo.reviewboard.org from your HSTS cache in chrome://net-internals/#hsts. Clearing mine solved the redirect locally. It's too bad that Chrome caches it even though the end result is invalid... Though I get why. Christian On Fri, Jun 14,

Re: https://demo.reviewboard.org/ has broken ssl certificate

2019-06-14 Thread Paul Mansfield
starting at https://www.reviewboard.org/ I click demo down in the bottom nav bar. that link is for http://demo.reviewboard.org/ but it still gets redirected/bounced via www.reviewboard.com to the https demo.reviewboard.com I don't think Firefox honours HSTS? > -- Supercharge your Review

Re: programmatically add new repositories?

2019-06-14 Thread Paul Mansfield
Hi, thanks for coming back to me. if you have sample code for getting a list of repositories and creating them, that would be most excellent. I have python scripts which scan our AWS/CC repositories and when new ones appear, add them to our Concourse CI system, or Sphinx autodoc etc, so being