aboutsummaryrefslogtreecommitdiff
path: root/modules/setting/database.go
AgeCommit message (Expand)Author
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2022-12-07Support disabling database auto migration (#22053)Jason Song
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-07-30Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535)Norwin
2022-07-13Use default values when provided values are empty (#20318)Gusted
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-13Add deprecated log when using MySQL with utf8 charset (#19952)Lunny Xiao
2022-01-20format with gofumpt (#18184)6543
2021-12-07Refactor install page (db type) (#17919)wxiaoguang
2021-11-17Fix bug when read mysql database max lifetime (#17682)Lunny Xiao
2020-12-02When reinitialising DBConfig reset the database use flags (#13796)zeripath
2020-10-14Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao
2020-08-22Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)zeripath
2020-07-06fix a spelling error (#12163)Stormxx
2020-06-11Prevent panic on empty HOST for mysql (#11850)zeripath
2020-05-28Default MSSQL port 0 to allow automatic detection by default (#11642)zeripath
2020-02-27Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k
2020-01-20Add support for database schema in PostgreSQL (#8819)guillep2k
2019-10-21Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath
2019-08-24Move database settings from models to setting (#7806)Lunny Xiao