aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/engine.go
Commit message (Expand)AuthorAgeFilesLines
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-131-2/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-31/+31
* Fix wrong warn messages in migration steps (#25475)Lunny Xiao2023-06-241-1/+4
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-2/+2
* Remove all package data after tests (#22984)KN4CK3R2023-02-231-0/+1
* Update xorm (#22094)KN4CK3R2022-12-101-1/+1
* 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-4/+4
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-1/+1
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+9
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+0
* Fix order by parameter (#19849)Lunny Xiao2022-06-041-3/+2
* 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