aboutsummaryrefslogtreecommitdiff
path: root/models/db
AgeCommit message (Expand)Author
2023-03-09Test renderReadmeFile (#23185)Nick
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-24Fix db.Find bug (#23115)Lunny Xiao
2023-02-23Remove all package data after tests (#22984)KN4CK3R
2023-02-20Use beforeCommit instead of baseCommit (#22949)Kyle D
2023-02-13Move delete user to service (#22478)Lunny Xiao
2023-02-11Fix .golangci.yml (#22868)zeripath
2023-02-04Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao
2023-02-03update to build with go1.20 (#22732)techknowlogick
2023-01-17some refactor about code comments (#20821)Lunny Xiao
2023-01-09Fix halfCommitter and WithTx (#22366)Jason Song
2023-01-08Always reuse transaction (#22362)Jason Song
2022-12-30Support estimated count with multiple schemas (#22276)Jason Song
2022-12-23Check primary keys for all tables and drop ForeignReference (#21721)Jason Song
2022-12-23Test views of LFS files (#22196)Nick
2022-12-12Add a simple test for external renderer (#20033)Lunny Xiao
2022-12-10Update xorm (#22094)KN4CK3R
2022-12-08Update go dev dependencies (#22064)silverwind
2022-12-02Fix generate index failure possibility on postgres (#21998)Lunny Xiao
2022-12-01Fix parallel creating commit status bug with tests (#21911)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-31Merge db.Iterate and IterateObjects (#21641)Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-16Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang
2022-09-04test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun
2022-08-16Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao
2022-07-28Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh
2022-07-12Fix various typos (#20338)luzpaz
2022-06-24Allow manager logging to set SQL (#20064)zeripath
2022-06-20Adjust transaction handling via db.Context (#20031)Lunny Xiao
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-15Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-06-04Fix order by parameter (#19849)Lunny Xiao
2022-05-21Estimate Action Count in Statistics (#19775)zeripath
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-08Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)6543
2022-05-03Use for a repo action one database transaction (#19576)6543
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-02-17Move deletebeans into models/db (#18781)Lunny Xiao
2022-01-27Automatically pause queue if index service is unavailable (#15066)Lauris BH
2022-01-20format with gofumpt (#18184)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2022-01-02Refactor auth package (#17962)Lunny Xiao
2021-12-10Move keys to models/asymkey (#17917)Lunny Xiao
2021-12-01Improve install code to avoid low-level mistakes. (#17779)wxiaoguang