MySQL/MariaDB utf8mb4

2017-10-18 Thread Vince Thyng
Is anyone using utf8mb4? We are looking at moving from latin1 to utf8. This article makes the case for using it over utf8, https://mathiasbynens.be/notes/mysql-utf8mb4 and am hoping someone in the community already has experience with it. I figure we will need to look at the size of every

Re: Whoosh full-text search phrase with dash hyphen treated as word separator

2018-05-29 Thread Vince Thyng
Hoping to get some ideas on how to get a dash separated word to be searchable. In our case it is 'light-side' and we can not find it for what seems to be the dash being seen as a word separator. Thank, Vince On Monday, April 16, 2018 at 10:58:13 AM UTC-7, Vince Thyng wrote: > > We hav

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

2018-01-15 Thread Vince Thyng
he RBTools debug > output has been modified to mask the domain, I can't verify any of this > myself. > > What is your web server configuration like? Is Apache handling all > requests itself, or are you going through Nginx or another proxy? > > Christian > > On Mon, Jan

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

2018-01-15 Thread Vince Thyng
We are having this same issue on a new server I bought up to migrate data to. Here is a log of me removing the .rbtools-cookies file, showing the failure upon entering credentials, no .rbtools-cookies file is created, putting the file back, and it works. I had this problem until today when I

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

2018-01-15 Thread Vince Thyng
Adding to my previous post, we are seeing django_session table records getting created when the webui is used, and I wasn able to use a sessionid created there with rbt by putting it in the .rbtools-cookies file, however no session is getting created when we get these failures over rbt. We

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

2018-01-16 Thread Vince Thyng
> going through LDAP. Can you confirm LDAP is showing up as the auth backend > in Authentication Settings? > > Christian > > On Mon, Jan 15, 2018 at 3:34 PM, Vince Thyng <vth...@gmail.com > > wrote: > >> >> Confirmed, the domain matches exactly. >> >> We hav

Multiple ShipIt from same user counted in dashboard tally

2018-02-21 Thread Vince Thyng
Version 3.0.2 A user has pointed out that a developer gave a ShipIt for 2 different diffs in a review. Both are being counted in the dashboard tally. Is this expected behavior? Vince -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host

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 m

Whoosh full-text search phrase with dash hyphen treated as word separator

2018-04-16 Thread Vince Thyng
We have come across an issue where we want to find the search term 'light-side' as a word/phrase in a full-text search. However the search appears to be splitting the words apart on the dash, even when adding double or single quotes or parens, because I only get results with the individual

Error when calling render_data for DataGrid Column : "email" cannot be None or empty.

2018-02-01 Thread Vince Thyng
We upgraded from 2.0.15 to 3.0.2 last night and the only error I am seeing frequently in the log is this one. I am making an assumption that the request right before I see the error led to it, so I can see which record and user. In this case hyuan. I suspected reviewboard can't find an email

Re: Review Board Ticket #4627: Diff fragments do not load.

2018-02-01 Thread Vince Thyng
I just wanted to mention we hit this too on 3.0.2 and the patch fixed it for us. Thank you! On Wednesday, January 10, 2018 at 3:52:13 PM UTC-8, Christian Hammond wrote: > > To reply, visit https://hellosplat.com/s/beanbag/tickets/4627/ > > New update by chipx86 > > For Beanbag, Inc.