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
wxiaoguang 4ffc30cb84
Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)
1 year ago
..
actions resolve issue with sort icons on admin/users and admin/runners (#24360) 1 year ago
activities Reduce usage of `db.DefaultContext` (#27073) 1 year ago
admin Replace `interface{}` with `any` (#25686) 1 year ago
asymkey Reduce usage of `db.DefaultContext` (#27073) 1 year ago
auth More refactoring of `db.DefaultContext` (#27083) 1 year ago
avatars Fix context cache bug & enable context cache for dashabord commits' authors (#26991) 1 year ago
db Improve DeleteByID (#26904) 1 year ago
dbfs Fix content holes in Actions task logs file (#25560) 1 year ago
fixtures Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago
git move repository deletion to service layer (#26948) 1 year ago
issues More refactoring of `db.DefaultContext` (#27083) 1 year ago
migrations Add a new column schedule_id for action_run to track (#26975) 1 year ago
organization Reduce usage of `db.DefaultContext` (#27073) 1 year ago
packages move repository deletion to service layer (#26948) 1 year ago
perm move repository deletion to service layer (#26948) 1 year ago
project Refactor project templates (#26448) 1 year ago
pull refactor some functions to support ctx as first parameter (#21878) 2 years ago
repo More refactoring of `db.DefaultContext` (#27083) 1 year ago
secret Refactor secrets modification logic (#26873) 1 year ago
shared/types Display owner of a runner as a tooltip instead of static text (#24377) 2 years ago
system Fix context cache bug & enable context cache for dashabord commits' authors (#26991) 1 year ago
unit Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 1 year ago
unittest Replace `interface{}` with `any` (#25686) 1 year ago
user More refactoring of `db.DefaultContext` (#27083) 1 year ago
webhook Replace `interface{}` with `any` (#25686) 1 year ago
error.go Sync branches into databases (#22743) 1 year ago
fixture_generation.go Implement FSFE REUSE for golang files (#21840) 2 years ago
fixture_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go move repository deletion to service layer (#26948) 1 year ago
org.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
org_team.go Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095) 1 year ago
org_team_test.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago
org_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go move repository deletion to service layer (#26948) 1 year ago
repo_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_transfer.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
repo_transfer_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago