You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang ce46834b93
Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)
In modern days, there is no reason to make users set "charset" anymore.

Close #25378

## ⚠️ BREAKING

The key `[database].CHARSET` was removed completely as every newer
(>10years) MySQL database supports `utf8mb4` already.
There is a (deliberately) undocumented new fallback option if anyone
still needs to use it, but we don't recommend using it as it simply
causes problems.
1 year ago
..
admin.go Decouple the different contexts from each other (#24786) 1 year ago
auth_form.go Decouple the different contexts from each other (#24786) 1 year ago
org.go Decouple the different contexts from each other (#24786) 1 year ago
package_form.go Add CRAN package registry (#22331) 1 year ago
repo_branch_form.go Decouple the different contexts from each other (#24786) 1 year ago
repo_form.go New webhook trigger for receiving Pull Request review requests (#24481) 1 year ago
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_tag_form.go Decouple the different contexts from each other (#24786) 1 year ago
runner.go Support changing labels of Actions runner without re-registration (#24806) 1 year ago
user_form.go Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 1 year ago
user_form_auth_openid.go Decouple the different contexts from each other (#24786) 1 year ago
user_form_hidden_comments.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user_form_test.go Redesign Scoped Access Tokens (#24767) 1 year ago