Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-13set the collation to utf8_general_ciAlexander Mills
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
2014-04-07Disable connection reaping for MySQLJacob Vosmaer
On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved.
2014-02-25Add reaping_frequency for MySQL production DBJacob Vosmaer
This helped avoid ActiveRecord::ConnectionTimeoutError errors for Sidekiq on GitLab Cloud.
2013-11-29Change the mysql user to git from gitlab.Marin Jankovski
2013-10-02Streamline MySQL setup in installation.mdJacob Vosmaer
2013-06-11cattr_accessor is not threadsafe!Dmitriy Zaporozhets
2012-09-27cleanup database.yml filesNihad Abbasov
2012-06-15Cucumber:Dmitriy Zaporozhets
* Profile * Browse code * Sceleton for main features * Wiki * Commits
2012-05-25[Travis] try run both dbDmitriy Zaporozhets