Git with a cup of tea, painless self-hosted git service
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.
 
 
 
 
 
 
Lunny Xiao 198f37e33c
Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511)
3 months ago
..
assignee.go Fix team permissions (#34827) 6 months ago
assignee_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
comments.go Reload issue when sending webhook to make num comments is right. (#35243) 4 months ago
commit.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 12 months ago
commit_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
content.go
issue.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 3 months ago
issue_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
label.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 5 months ago
label_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
main_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 1 year ago
milestone.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 5 months ago
milestone_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
pull.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 4 months ago
reaction.go
reaction_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
status.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 5 months ago
suggestion.go Rework suggestion backend (#33538) 10 months ago
suggestion_test.go Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
template.go