index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
setting
/
database.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit database max connections by default
Otto Richter
2024-04-23
1
-1
/
+1
*
[CHORE] Remove Microsoft SQL Server Support
Gusted
2024-04-05
1
-31
/
+2
*
feat(xorm): add max idle time setting for db connections (#2418)
Michael Kriese
2024-02-21
1
-0
/
+2
*
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
Earl Warren
2024-02-05
1
-20
/
+28
|
\
|
*
[GITEA] Add slow SQL query warning (squash) Fix setting typo
Gusted
2024-02-05
1
-22
/
+28
|
*
[GITEA] Add slow SQL query warning
Gusted
2024-02-05
1
-0
/
+2
*
|
[BRANDING] Rebrand default config settings for new installs (#140)
Caesar Schinas
2024-02-05
1
-1
/
+1
|
/
*
Fix incorrect PostgreSQL connection string for Unix sockets (#28865)
sdvcrx
2024-01-20
1
-2
/
+2
*
Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)
wxiaoguang
2024-01-10
1
-3
/
+4
*
Fix panic when parsing empty pgsql host (#28708)
wxiaoguang
2024-01-06
1
-1
/
+1
*
Use `filepath` instead of `path` to create SQLite3 database file (#28374)
wxiaoguang
2023-12-06
1
-2
/
+1
*
Fix incorrect pgsql conn builder behavior (#28085)
wxiaoguang
2023-11-17
1
-2
/
+3
*
refactor postgres connection string building (#27723)
Moritz Poldrack
2023-11-01
1
-14
/
+26
*
Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)
wxiaoguang
2023-06-21
1
-19
/
+9
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-1
/
+1
*
Move pidfile creation from setting to web cmd package (#23285)
Lunny Xiao
2023-03-16
1
-1
/
+5
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
1
-21
/
+28
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
1
-3
/
+3
*
Support disabling database auto migration (#22053)
Jason Song
2022-12-07
1
-0
/
+2
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-1
/
+1
*
Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535)
Norwin
2022-07-30
1
-1
/
+9
*
Use default values when provided values are empty (#20318)
Gusted
2022-07-13
1
-0
/
+13
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-2
/
+2
*
Add deprecated log when using MySQL with utf8 charset (#19952)
Lunny Xiao
2022-06-13
1
-0
/
+6
*
format with gofumpt (#18184)
6543
2022-01-20
1
-1
/
+1
*
Refactor install page (db type) (#17919)
wxiaoguang
2021-12-07
1
-8
/
+4
*
Fix bug when read mysql database max lifetime (#17682)
Lunny Xiao
2021-11-17
1
-2
/
+2
*
When reinitialising DBConfig reset the database use flags (#13796)
zeripath
2020-12-03
1
-0
/
+5
*
Avatars and Repo avatars support storing in minio (#12516)
Lunny Xiao
2020-10-14
1
-1
/
+2
*
Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)
zeripath
2020-08-22
1
-1
/
+3
*
fix a spelling error (#12163)
Stormxx
2020-07-06
1
-1
/
+1
*
Prevent panic on empty HOST for mysql (#11850)
zeripath
2020-06-11
1
-1
/
+1
*
Default MSSQL port 0 to allow automatic detection by default (#11642)
zeripath
2020-05-29
1
-1
/
+1
*
Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)
guillep2k
2020-02-27
1
-1
/
+1
*
Add support for database schema in PostgreSQL (#8819)
guillep2k
2020-01-20
1
-0
/
+2
*
Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...
zeripath
2019-10-21
1
-5
/
+9
*
Move database settings from models to setting (#7806)
Lunny Xiao
2019-08-24
1
-0
/
+171