<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/database.yml.mysql, branch commit-description-border</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7</title>
<updated>2017-01-12T21:32:55+00:00</updated>
<author>
<name>Guillaume Simon</name>
<email>ipernet@gmail.com</email>
</author>
<published>2017-01-09T18:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ffd0d3be83caecdec54edfacaa31971f885079f'/>
<id>7ffd0d3be83caecdec54edfacaa31971f885079f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to put emojis into repository name</title>
<updated>2016-11-12T08:21:23+00:00</updated>
<author>
<name>Vincent Composieux</name>
<email>vincent.composieux@gmail.com</email>
</author>
<published>2016-11-11T11:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af941732ed92ad44a7568964e2a9191d0c72164c'/>
<id>af941732ed92ad44a7568964e2a9191d0c72164c</id>
<content type='text'>
Added ability to put emojis into repository name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added ability to put emojis into repository name
</pre>
</div>
</content>
</entry>
<entry>
<title>set the collation to utf8_general_ci</title>
<updated>2014-08-13T13:45:23+00:00</updated>
<author>
<name>Alexander Mills</name>
<email>agjmills@users.noreply.github.com</email>
</author>
<published>2014-07-16T15:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3f5a0c67f029441537d4f64040bf6454b999120'/>
<id>d3f5a0c67f029441537d4f64040bf6454b999120</id>
<content type='text'>
I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci

set the collation to utf8_general_ci

I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci

set the collation to utf8_general_ci

I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci

set the collation to utf8_general_ci

I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci

set the collation to utf8_general_ci

I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable connection reaping for MySQL</title>
<updated>2014-04-07T10:32:24+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-04-07T08:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5163a8fcb9cfd63435560fda00173b76df2ccc93'/>
<id>5163a8fcb9cfd63435560fda00173b76df2ccc93</id>
<content type='text'>
On GitLab Cloud, MySQL connection reaping seemed to cause more problems
(exceptions and segfaults in the native MySQL client) than it solved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On GitLab Cloud, MySQL connection reaping seemed to cause more problems
(exceptions and segfaults in the native MySQL client) than it solved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reaping_frequency for MySQL production DB</title>
<updated>2014-02-25T10:07:36+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-02-25T10:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=710cffc6d7f1ca40392c77d603f6dce9ef8b34ac'/>
<id>710cffc6d7f1ca40392c77d603f6dce9ef8b34ac</id>
<content type='text'>
This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the mysql user to git from gitlab.</title>
<updated>2013-11-29T15:46:38+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2013-11-29T15:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72e2fe2c8a48fae4ec72d9d25b1742187afa0c92'/>
<id>72e2fe2c8a48fae4ec72d9d25b1742187afa0c92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Streamline MySQL setup in installation.md</title>
<updated>2013-10-02T06:07:36+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-10-02T06:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=485162ec608784dc1cbafe70b3ba3201b0f74098'/>
<id>485162ec608784dc1cbafe70b3ba3201b0f74098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cattr_accessor is not threadsafe!</title>
<updated>2013-06-11T15:15:18+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-06-11T15:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=993af5d0d2d596040195c4109c531c33deeac026'/>
<id>993af5d0d2d596040195c4109c531c33deeac026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup database.yml files</title>
<updated>2012-09-27T09:56:20+00:00</updated>
<author>
<name>Nihad Abbasov</name>
<email>narkoz.2008@gmail.com</email>
</author>
<published>2012-09-27T06:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a030e4b6645263ae409b37b569eff2600eb98aa8'/>
<id>a030e4b6645263ae409b37b569eff2600eb98aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cucumber:</title>
<updated>2012-06-15T04:15:28+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dzaporozhets@sphereconsultinginc.com</email>
</author>
<published>2012-06-15T04:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5bbf3ccf0559ac4d8528f48721a2816fa0c72985'/>
<id>5bbf3ccf0559ac4d8528f48721a2816fa0c72985</id>
<content type='text'>
* Profile
* Browse code
* Sceleton for main features
* Wiki
* Commits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Profile
* Browse code
* Sceleton for main features
* Wiki
* Commits
</pre>
</div>
</content>
</entry>
</feed>
