You can not 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
Gergely Nagy ea4071ca9f
Allow admins to fork repos even when creation limits are exhausted (#3277)
9 months ago
..
archiver Count downloads for tag archives 9 months ago
commitstatus fix: don't update cache for empty state 9 months ago
files Merge pull request '[BUG] Use correct empty commit ID' (#3247) from gusted/forgejo-sha256-index into forgejo 9 months ago
adopt.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 10 months ago
adopt_test.go Use more specific test methods (#24265) 2 years ago
avatar.go Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
avatar_test.go Use context parameter in services/repository (#23186) 2 years ago
branch.go Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from earl-warren/forgejo:wip-gitea-schedule into forgejo 10 months ago
cache.go Always enable caches (#28527) 1 year ago
check.go Update tool dependencies (#29030) 11 months ago
collaboration.go Fix `DeleteCollaboration` transaction behaviour (#28886) 12 months ago
collaboration_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
commit.go Move context from modules to services (#29440) 10 months ago
contributors_graph.go [BUG] Store JSON in contributors commit cache 9 months ago
contributors_graph_test.go [BUG] Store JSON in contributors commit cache 9 months ago
create.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 10 months ago
create_test.go [CLEANUP] make golangci-lint@v1.56.1 happy 11 months ago
delete.go Check the token's owner and repository when registering a runner (#30406) 9 months ago
delete_test.go Delete repos of org when purge delete user (#27273) 1 year ago
fork.go Allow admins to fork repos even when creation limits are exhausted (#3277) 9 months ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
generate.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 10 months ago
generate_test.go Move generate from module to service (#29465) 10 months ago
hooks.go Simplify how git repositories are opened (#28937) 12 months ago
init.go Move generate from module to service (#29465) 10 months ago
lfs.go Refactor LFS GC functions 9 months ago
lfs_test.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
migrate.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 10 months ago
push.go Do not update PRs based on events that happened before they existed 9 months ago
repository.go Remove unnecessary parameter (#27671) 1 year ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
review.go Use context parameter in services/repository (#23186) 2 years ago
review_test.go Use context parameter in services/repository (#23186) 2 years ago
setting.go Fix an actions schedule bug (#28942) 10 months ago
template.go Move generate from module to service (#29465) 10 months ago
transfer.go [MODERATION] User blocking 11 months ago
transfer_test.go [MODERATION] User blocking 11 months ago