aboutsummaryrefslogtreecommitdiffstats
path: root/models/git
Commit message (Expand)AuthorAgeFilesLines
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-3/+66
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-165-419/+684
* Improve utils of slices (#22379)Jason Song2023-01-111-4/+4
* Use context parameter in models/git (#22367)Jason Song2023-01-097-91/+91
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+4
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+54
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-17/+12
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-0/+18
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-011-65/+36
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-279-18/+9
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-17/+19
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-3/+3
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-125-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-12/+12
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-2/+18
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-23/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-17/+17
* Add more linters to improve code readability (#19989)Wim2022-06-202-5/+5
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+3
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-129-0/+2017