aboutsummaryrefslogtreecommitdiffstats
path: root/models/git/lfs.go
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-5/+4
* Fix bugs in LFS meta garbage collection (#26122)Zettat1232023-07-261-5/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix missed table name on iterate lfs meta objects (#24768)Lunny Xiao2023-05-171-1/+1
* Revert "Fix missed table name on iterate lfs meta objects" (#24764)Yarden Shoham2023-05-171-1/+1
* Fix missed table name on iterate lfs meta objectsLunny Xiao2023-05-171-1/+1
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-3/+66
* Use context parameter in models/git (#22367)Jason Song2023-01-091-17/+17
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+54
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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-121-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* 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
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-0/+328