0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 10:54:29 +01:00
gitea/models/git
Jason Song c84238800b
Refactor setting.Database.UseXXX to methods (#23354)
Replace #23350.

Refactor `setting.Database.UseMySQL` to
`setting.Database.Type.IsMySQL()`.

To avoid mismatching between `Type` and `UseXXX`.

This refactor can fix the bug mentioned in #23350, so it should be
backported.
2023-03-07 18:51:06 +08:00
..
branches.go
branches_test.go
commit_status.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
commit_status_test.go
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2023-01-16 13:50:53 -06:00
lfs_lock.go
main_test.go
protected_branch.go Rename repo.GetOwner to repo.LoadOwner (#22967) 2023-02-18 20:11:03 +08:00
protected_branch_list.go
protected_branch_test.go
protected_tag.go
protected_tag_test.go