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
2017-07-11Disabled prepared statements in testStan Hu
Some tests may test migrations and change the types of columns. If this happens, Rails may cache a statement that will cause PostgreSQL to fail with the message, "cached plan must not change result type": https://github.com/rails/rails/issues/12330 This happened in https://gitlab.com/gitlab-org/gitlab-ee/issues/2890#note_34636077.
2017-04-10Add # host for development and test as wellLin Jen-Shin
2017-01-13Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7Guillaume Simon
2016-11-12Added ability to put emojis into repository nameVincent Composieux
Added ability to put emojis into repository name
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