Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
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.
 
 
 
 
 
 
gitea/models
yp05327 1a4efa0ee9
Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)
2 years ago
..
actions Fix missing commit status in PR which from forked repo (#23351) 2 years ago
activities Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
admin
asymkey Refactor the setting to make unit test easier (#22405) 2 years ago
auth Add user webhooks (#21563) 2 years ago
avatars Avoid warning for system setting when start up (#23054) 2 years ago
db Test renderReadmeFile (#23185) 2 years ago
dbfs Refactor the setting to make unit test easier (#22405) 2 years ago
fixtures Replace `repo.namedBlob` by `git.TreeEntry`. (#22898) 2 years ago
git Use CleanPath instead of path.Clean (#23371) 2 years ago
issues add user rename endpoint to admin api (#22789) 2 years ago
migrations Do not store user projects as organization projects (#23353) 2 years ago
organization Add missing tabs to org projects page (#22705) 2 years ago
packages Add Swift package registry (#22404) 2 years ago
perm Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 2 years ago
project Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) 2 years ago
pull
repo Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) 2 years ago
secret
system Avoid warning for system setting when start up (#23054) 2 years ago
unit Repositories: by default disable all units except code and pulls on forks (#22541) 2 years ago
unittest Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
user Add login name and source id for admin user searching API (#23376) 2 years ago
webhook Add user webhooks (#21563) 2 years ago
error.go
fixture_generation.go
fixture_test.go
main_test.go Refactor the setting to make unit test easier (#22405) 2 years ago
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Avoid warning for system setting when start up (#23054) 2 years ago
repo_collaboration.go
repo_collaboration_test.go Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 2 years ago
repo_test.go
repo_transfer.go
repo_transfer_test.go