aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/error.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor deletion (#28610)delvh2023-12-251-18/+0
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-0/+18
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Always reuse transaction (#22362)Jason Song2023-01-081-3/+0
* 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-0/+3
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-2/+18
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-0/+15
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+13
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-0/+29