Re: Merge Request with utf8 characters in the diff log

2014-09-19 Thread Matthew Fleming
let me know if you have any questions or comments. > > Best regards, > Sytse Sijbrandij > CEO GitLab B.V. > > > On Fri, Sep 19, 2014 at 4:15 PM, Matthew Fleming > wrote: >> Thanks for the quick reply. Well the db was setup in accordance with the >&g

Re: Merge Request with utf8 characters in the diff log

2014-09-19 Thread Matthew Fleming
cter set. > > Please let me know if you have any questions or comments. > > Best regards, > Sytse Sijbrandij > CEO GitLab B.V. > > > On Fri, Sep 19, 2014 at 3:47 PM, Matthew Fleming > wrote: >> So here's the reason that unicode/utf-8 chars are bombing gi

Re: Merge Request with utf8 characters in the diff log

2014-09-19 Thread Matthew Fleming
, `st_diffs` The issue is that the merge_request_diffs table is not set to accept utf8 characters. -Matt On Sep 3, 2014, at 10:14 AM, Matthew Fleming wrote: > Right.. that does seem like it would cover it. I'm gonna check on the install > that was done here (the guy who maintains t

Re: Merge Request with utf8 characters in the diff log

2014-09-03 Thread Matthew Fleming
oc/install/database_mysql.md > > > On Wed, Sep 3, 2014 at 3:59 PM, Matthew Fleming > wrote: > I can try to write the test case but in the past the problem was just about > creating the mysql database "properly". I can maybe get the admins to update > the mysql db

Re: Merge Request with utf8 characters in the diff log

2014-09-03 Thread Matthew Fleming
;t > have an idea to solve it, it would be great if someone could write a failing > test case for it. > > Sytse > > > On Wed, Sep 3, 2014 at 3:01 PM, Matthew Fleming > wrote: > Also the git commit locally had no issues, nor did the push to the server. > Wha

Re: Merge Request with utf8 characters in the diff log

2014-09-03 Thread Matthew Fleming
h as far as I know. > > > On Friday, August 29, 2014 3:57:59 PM UTC+2, Matthew Fleming wrote: > Hey there, > > We are getting a 500 error when creating merge/pull requests from a branch > that contains UTF-8 characters in the change log. Mysql freaks out about the > unic

Re: Merge Request with utf8 characters in the diff log

2014-09-03 Thread Matthew Fleming
I'm pretty sure git doesn't have a problem with utf-8 characters.. -Matt On Sep 3, 2014, at 4:19 AM, sytse wrote: > Git can't handle UTF-8 characters in the branch as far as I know. > > > On Friday, August 29, 2014 3:57:59 PM UTC+2, Matthew Fleming wrote: > He

Merge Request with utf8 characters in the diff log

2014-08-29 Thread Matthew Fleming
Hey there, We are getting a 500 error when creating merge/pull requests from a branch that contains UTF-8 characters in the change log. Mysql freaks out about the unicode characters and doesn't allow the merge request to be written to the db. When I removed the utf8 chars things worked properly