aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/context.go
Commit message (Expand)AuthorAgeFilesLines
* Remove all package data after tests (#22984)KN4CK3R2023-02-231-1/+12
* Move delete user to service (#22478)Lunny Xiao2023-02-131-0/+26
* Fix halfCommitter and WithTx (#22366)Jason Song2023-01-091-5/+22
* Always reuse transaction (#22362)Jason Song2023-01-081-30/+41
* Support estimated count with multiple schemas (#22276)Jason Song2022-12-301-1/+4
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-7/+47
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-10/+0
* 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