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