Search showing incomplete results (v. 2.5.4, just rebuilt indices)

2016-05-12 Thread eric via reviewboard
I'm getting ready to roll out the latest ReviewBoard for my company. Upgrade went smoothly. Looks like you've even fully integrated a patch I submitted a while back (thanks for that!) While I was at it, I figured I should turn on indexing for the first time. After doing a: rb-site manage ${pat

Re: Search showing incomplete results (v. 2.5.4, just rebuilt indices)

2016-05-13 Thread eric via reviewboard
https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Thu, May 12, 2016 at 11:07 AM, eric via reviewboard < > revie...@googlegroups.com > wrote: > >> I'm getting ready to roll out the latest ReviewBoard for my company. >>

A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-13 Thread eric via reviewboard
After I migrated my server to 2.5.4, I'm seeing a weird error. I restarted both memcached and apache2, and then browse to a specific review request. Then I click on the "Diff" tab. (After I turned on DEBUG = True in the settings_local.py file) I see this instead of diffs. Traceback (most recent

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-14 Thread eric via reviewboard
there a way you'd be able to send us > the diff for that? (I can help you find it.) We will need a copy in order > to diagnose this. We can sign an NDA for it. > > Christian > > > On Friday, May 13, 2016, eric via reviewboard > wrote: > >> After I migrated

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-05-15 Thread eric via reviewboard
ind out more, and if so, what? > > > Eric. > > > > On Friday, May 13, 2016 at 1:49:53 PM UTC-7, Christian Hammond wrote: >> >> Hi Eric, >> >> Hmm, we'll need to look into that. Is there a way you'd be able to send >> us the diff for

Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
The specific, full message is this: ERROR: Could not reach the Review Board server at : SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590) This is not a self-signed certificate. My web browsers all work fine when I connect to the site. When I do this

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
Some follow-on information. I grabbed my Apache configuration for the server from https://mozilla.github.io/server-side-tls/ssl-config-generator/ Initially, I tried the "Modern" configuration. When I switch to the "Intermediate" configuration, it starts working. I updated my logging on the serv

Re: http 500 internal server error reviewboard

2016-09-28 Thread eric via reviewboard
I've not used webhooks myself, but based on the stack trace, it appears that you've turned them on, and the attempt to invoke a hook is failing. So go look in your configuration, and either fix your webhook configuration, or disable them? Eric. On Tuesday, September 27, 2016 at 12:43:01 PM UTC

Review groups UI not letting me delete users....

2017-03-16 Thread eric via reviewboard
I recently upgraded our deployment of ReviewBoard from 2.0.X to 2.5.9. Now, some of my reviewboard instance owners are reporting that they cannot edit review groups. Specifically, on this page: ${server_root_path}/admin/db/reviews/group/1/ the UI for removing users from the a review group doesn

I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-06-23 Thread eric via reviewboard
Very confused. Perhaps this is fixed by an upgrade? I'm running 2.5.9. I've got a user who clones a Git repository, makes a random change to the source, commits the change, then tries "rbt post -d". It fails. I've been able to reproduce the problem, so it isn't restricted to the specific user.