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/services/repository
wxiaoguang 83f83019ef
Clean up log messages (#30313)
`log.Xxx("%v")` is not ideal, this PR adds necessary context messages.
Remove some unnecessary logs.

Co-authored-by: Giteabot <teabot@gitea.io>
10 months ago
..
archiver Move context from modules to services (#29440) 12 months ago
commitstatus Cache repository default branch commit status to reduce query on commit status table (#29444) 11 months ago
files Clean up log messages (#30313) 10 months ago
adopt.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
adopt_test.go
avatar.go
avatar_test.go
branch.go Cancel previous runs of the same PR automatically (#29961) 11 months ago
cache.go Always enable caches (#28527) 1 year ago
check.go Update tool dependencies (#29030) 1 year ago
collaboration.go Add user blocking (#29028) 11 months ago
collaboration_test.go Add user blocking (#29028) 11 months ago
commit.go Move context from modules to services (#29440) 12 months ago
contributors_graph.go Implement code frequency graph (#29191) 12 months ago
contributors_graph_test.go Implement contributors graph (#27882) 12 months ago
create.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
create_test.go bump to use go 1.22 (#29119) 1 year ago
delete.go Move some asymkey functions to service layer (#28894) 11 months ago
delete_test.go
fork.go Add user blocking (#29028) 11 months ago
fork_test.go
generate.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
generate_test.go Move generate from module to service (#29465) 12 months ago
hooks.go Simplify how git repositories are opened (#28937) 1 year ago
init.go Move generate from module to service (#29465) 12 months ago
lfs.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
lfs_test.go
main_test.go
migrate.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
push.go Add cache for branch divergence on branch list page (#29577) 11 months ago
repository.go
repository_test.go
review.go
review_test.go
setting.go Fix an actions schedule bug (#28942) 1 year ago
template.go Move generate from module to service (#29465) 12 months ago
transfer.go Add user blocking (#29028) 11 months ago
transfer_test.go Move some repository transfer functions to service layer (#28855) 1 year ago