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 5a7b42dac7
Support choose email when creating a commit via web UI (more) (#33445)
Follow #33432
3 hours ago
..
archiver Refactor context RefName and RepoAssignment (#33226) 3 weeks ago
commitstatus Add new event commit status creation and webhook implementation (#27151) 3 months ago
files Support choose email when creating a commit via web UI (more) (#33445) 3 hours ago
adopt.go Refactor pprof labels and process desc (#32909) 1 month ago
adopt_test.go Reduce integration test overhead (#32475) 3 months ago
avatar.go Fix repo avatar conflict (#32958) 1 month ago
avatar_test.go Fix repo avatar conflict (#32958) 1 month ago
branch.go Improve sync fork behavior (#33319) 2 weeks ago
cache.go Always enable caches (#28527) 1 year ago
check.go Refactor pprof labels and process desc (#32909) 1 month ago
collaboration.go Move team related functions to service layer (#32537) 2 months ago
collaboration_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 3 months ago
commit.go Move context from modules to services (#29440) 11 months ago
contributors_graph.go Enable more `revive` linter rules (#30608) 9 months ago
contributors_graph_test.go disable gravatar in test (#32529) 2 months ago
create.go Make git clone URL could use current signed-in user (#33091) 3 weeks ago
delete.go Fix repo avatar conflict (#32958) 1 month ago
delete_test.go Delete repos of org when purge delete user (#27273) 1 year ago
fork.go Fix system admin cannot fork or get private fork with API (#33401) 4 days ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
generate.go Make git clone URL could use current signed-in user (#33091) 3 weeks ago
generate_test.go Move generate from module to service (#29465) 11 months ago
hooks.go Simplify how git repositories are opened (#28937) 1 year ago
init.go Refactor pprof labels and process desc (#32909) 1 month 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) 11 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
license.go Support repo license (#24872) 4 months ago
license_test.go Enable tenv and testifylint rules (#32852) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
merge_upstream.go Improve sync fork behavior (#33319) 2 weeks ago
migrate.go Support the new exit code for `git remote` subcommands for git version >=2.30.0 (#33129) 3 weeks ago
push.go Automerge supports deleting branch automatically after merging (#32343) 3 weeks ago
repo_team.go Move RepoTransfer from models to models/repo sub package (#32506) 1 month ago
repo_team_test.go Move team related functions to service layer (#32537) 2 months ago
repository.go Support repo license (#24872) 4 months 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) 11 months ago
transfer.go Refactor repository transfer (#33211) 1 day ago
transfer_test.go Refactor repository transfer (#33211) 1 day ago