| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Added ability to put emojis into repository name
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
On GitLab Cloud, MySQL connection reaping seemed to cause more problems
(exceptions and segfaults in the native MySQL client) than it solved.
|
|
|
|
|
| |
This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Profile
* Browse code
* Sceleton for main features
* Wiki
* Commits
|
|
|