gitea/services/pull
Zettat123 f4b8f6fc40
Fix the logic of finding the latest pull review commit ID ()
Fix 
..
check.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances ()
check_test.go Replace assert.Fail with assert.FailNow ()
comment.go Update misspell to 0.5.1 and add `misspellings.csv` ()
commit_status.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} ()
commit_status_test.go Fixing the issue when status check per rule matches multiple actions ()
edits.go Implement FSFE REUSE for golang files ()
lfs.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
main_test.go make writing main test easier ()
merge.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances ()
merge_ff_only.go Add merge style `fast-forward-only` ()
merge_merge.go Add merge style `fast-forward-only` ()
merge_prepare.go Refactor merge/update git command calls ()
merge_rebase.go Simplify how git repositories are opened ()
merge_squash.go Simplify how git repositories are opened ()
merge_test.go Support template for merge message description ()
patch.go Fix protected branch files detection on pre_receive hook ()
patch_unmerged.go Implement FSFE REUSE for golang files ()
pull.go Fix the logic of finding the latest pull review commit ID ()
pull_test.go Simplify how git repositories are opened ()
review.go Fix the logic of finding the latest pull review commit ID ()
review_test.go Prevent re-review and dismiss review actions on closed and merged PRs ()
temp_repo.go Make sure git version&feature are always prepared ()
update.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances ()
update_rebase.go Resolve lint for unused parameter and unnecessary type arguments ()