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.
gitea/modules/repository
zeripath 82d1a7fb17
Update repository size on cron gc task (#15177)
git gc cron could change the size of the repository therefore we should update the
size of the repo stored in our database.

Also significantly improve the efficiency of counting lfs associated with the
repository
4 years ago
..
adopt.go
branch.go [API] Add pagination to ListBranches (#14524) 4 years ago
cache.go Ensure memcache TTL cannot be over 30 days (#14592) 4 years ago
check.go Update repository size on cron gc task (#15177) 4 years ago
commits.go Fix frontpage avatars (#13853) 4 years ago
commits_test.go Fix frontpage avatars (#13853) 4 years ago
create.go Check if label template exist first (#14384) 4 years ago
create_test.go
fork.go
fork_test.go
generate.go Ensure that HEAD is updated to match default branch in template generation (#13948) 4 years ago
hooks.go
init.go [API] Add pagination to ListBranches (#14524) 4 years ago
main_test.go
push.go
repo.go Add MirrorInterval to the API (#14163) 4 years ago
update.go