aboutsummaryrefslogtreecommitdiff
path: root/models/git
AgeCommit message (Expand)Author
2023-03-08Use CleanPath instead of path.Clean (#23371)Lunny Xiao
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-01-16Add cron method to gc LFS MetaObjects (#22385)zeripath
2023-01-16Supports wildcard protected branch (#20825)Lunny Xiao
2023-01-11Improve utils of slices (#22379)Jason Song
2023-01-09Use context parameter in models/git (#22367)Jason Song
2022-12-27Use complete SHA to create and query commit status (#22244)Jason Song
2022-12-15Add doctor command for full GC of LFS (#21978)zeripath
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
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-15Adjust gitea doctor --run storages to check all storage types (#21785)zeripath
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...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-08-16Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-16In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink
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-12Move some code into models/git (#19879)Lunny Xiao