aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/context.go
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-26/+19
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+1
* Estimate Action Count in Statistics (#19775)zeripath2022-05-211-0/+22
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+9
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-171-0/+11
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+6
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-29/+26
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-0/+8
* DBContext is just a Context (#17100)zeripath2021-09-231-11/+74
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-0/+86