aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/engine.go
Commit message (Expand)AuthorAgeFilesLines
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-38/+30
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-0/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-7/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-0/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-41/+14
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-11/+11
* Run Migrate in Install rather than just SyncTables (#17475)zeripath2021-10-291-3/+22
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-0/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-0/+297