aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/index.go
Commit message (Expand)AuthorAgeFilesLines
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+29
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-051-1/+22
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-0/+20
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-011-5/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-161-62/+64
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-12/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+3
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-0/+110