aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/database.go
Commit message (Expand)AuthorAgeFilesLines
* Add slow SQL query warning (#27545)Earl Warren2024-02-231-20/+22
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865)sdvcrx2024-01-201-2/+2
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-3/+4
* Fix panic when parsing empty pgsql host (#28708)wxiaoguang2024-01-061-1/+1
* Use `filepath` instead of `path` to create SQLite3 database file (#28374)wxiaoguang2023-12-061-2/+1
* Fix incorrect pgsql conn builder behavior (#28085)wxiaoguang2023-11-171-2/+3
* refactor postgres connection string building (#27723)Moritz Poldrack2023-11-011-14/+26
* Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)wxiaoguang2023-06-211-19/+9
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+1
* Move pidfile creation from setting to web cmd package (#23285)Lunny Xiao2023-03-161-1/+5
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-21/+28
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Support disabling database auto migration (#22053)Jason Song2022-12-071-0/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535)Norwin2022-07-301-1/+9
* Use default values when provided values are empty (#20318)Gusted2022-07-131-0/+13
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Add deprecated log when using MySQL with utf8 charset (#19952)Lunny Xiao2022-06-131-0/+6
* format with gofumpt (#18184)65432022-01-201-1/+1
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-8/+4
* Fix bug when read mysql database max lifetime (#17682)Lunny Xiao2021-11-171-2/+2
* When reinitialising DBConfig reset the database use flags (#13796)zeripath2020-12-021-0/+5
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-1/+2
* Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)zeripath2020-08-221-1/+3
* fix a spelling error (#12163)Stormxx2020-07-061-1/+1
* Prevent panic on empty HOST for mysql (#11850)zeripath2020-06-111-1/+1
* Default MSSQL port 0 to allow automatic detection by default (#11642)zeripath2020-05-281-1/+1
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+2
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+9
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-0/+171