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
TheFox0x7 ae3a18e01a
Remove context from git struct (#33793)
Argument is moved from struct init in command run, which lets us remove
context from struct.
1 week ago
..
archiver Refactor context RefName and RepoAssignment (#33226) 2 months ago
commitstatus Add new event commit status creation and webhook implementation (#27151) 4 months ago
files Remove context from git struct (#33793) 1 week ago
gitgraph Remove context from git struct (#33793) 1 week ago
adopt.go Remove context from git struct (#33793) 1 week ago
adopt_test.go Reduce integration test overhead (#32475) 4 months ago
avatar.go Fix repo avatar conflict (#32958) 3 months ago
avatar_test.go Fix repo avatar conflict (#32958) 3 months ago
branch.go Improve sync fork behavior (#33319) 2 months ago
cache.go Always enable caches (#28527) 1 year ago
check.go Remove context from git struct (#33793) 1 week ago
collaboration.go Move team related functions to service layer (#32537) 4 months ago
collaboration_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 4 months ago
commit.go Move context from modules to services (#29440) 1 year ago
contributors_graph.go Remove context from git struct (#33793) 1 week ago
contributors_graph_test.go disable gravatar in test (#32529) 4 months ago
create.go Remove context from git struct (#33793) 1 week ago
delete.go Deleting repository should unlink all related packages (#33653) 3 weeks ago
delete_test.go Delete repos of org when purge delete user (#27273) 1 year ago
fork.go Remove context from git struct (#33793) 1 week ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
generate.go Remove context from git struct (#33793) 1 week ago
generate_test.go Move generate from module to service (#29465) 1 year ago
hooks.go Simplify how git repositories are opened (#28937) 1 year ago
init.go Remove context from git struct (#33793) 1 week 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) 1 year ago
lfs_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
license.go Support repo license (#24872) 5 months ago
license_test.go Enable tenv and testifylint rules (#32852) 3 months ago
main_test.go make writing main test easier (#27270) 1 year ago
merge_upstream.go Improve sync fork behavior (#33319) 2 months ago
migrate.go Remove context from git struct (#33793) 1 week ago
push.go Automerge supports deleting branch automatically after merging (#32343) 2 months ago
repo_team.go Move RepoTransfer from models to models/repo sub package (#32506) 3 months ago
repo_team_test.go Move team related functions to service layer (#32537) 4 months ago
repository.go Deleting repository should unlink all related packages (#33653) 3 weeks ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
setting.go Fix an actions schedule bug (#28942) 1 year ago
template.go Move generate from module to service (#29465) 1 year ago
transfer.go Refactor repository transfer (#33211) 1 month ago
transfer_test.go Refactor repository transfer (#33211) 1 month ago