You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/repository
zeripath 2cc3a6381c
Add cron method to gc LFS MetaObjects (#22385)
This PR adds a task to the cron service to allow garbage collection of
LFS meta objects. As repositories may have a large number of
LFSMetaObjects, an updated column is added to this table and it is used
to perform a generational GC to attempt to reduce the amount of work.
(There may need to be a bit more work here but this is probably enough
for the moment.)

Fix #7045

Signed-off-by: Andrew Thornton <art27@cantab.net>
1 year ago
..
archiver refactor some functions to support ctx as first parameter (#21878) 2 years ago
files Supports wildcard protected branch (#20825) 1 year ago
adopt.go Change use of Walk to WalkDir to improve disk performance (#22462) 1 year ago
adopt_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
avatar.go Unify hashing for avatar (#22289) 2 years ago
avatar_test.go Unify hashing for avatar (#22289) 2 years ago
branch.go Supports wildcard protected branch (#20825) 1 year ago
cache.go Implement FSFE REUSE for golang files (#21840) 2 years ago
check.go Continue GCing other repos on error in one repo (#22422) 1 year ago
fork.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
hooks.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Add cron method to gc LFS MetaObjects (#22385) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Use context parameter in models/git (#22367) 1 year ago
repository.go Rename almost all Ctx functions (#22071) 2 years ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
review.go Implement FSFE REUSE for golang files (#21840) 2 years ago
review_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
template.go Implement FSFE REUSE for golang files (#21840) 2 years ago
transfer.go Rename almost all Ctx functions (#22071) 2 years ago
transfer_test.go Rename almost all Ctx functions (#22071) 2 years ago