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/routers/private
Lunny Xiao 39d51e7c82
Automerge supports deleting branch automatically after merging (#32343)
Resolve #32341 
~Depends on #27151~

- [x] It will display a checkbox of deleting the head branch on the pull
request view page when starting an auto-merge task.
- [x] Add permission check before deleting the branch
- [x] Add delete branch comment for those closing pull requests because
of head branch or base branch was deleted.
- [x] Merge `RetargetChildrenOnMerge` and `AddDeletePRBranchComment`
into `service.DeleteBranch`.
3 weeks ago
..
tests/repos Fix verifyCommits error when push a new branch (#26664) 1 year ago
actions.go Clean up log messages (#30313) 10 months ago
default_branch.go Clarify path param naming (#32969) 1 month ago
hook_post_receive.go Add missed transaction on setmerged (#33079) 3 weeks ago
hook_post_receive_test.go Automerge supports deleting branch automatically after merging (#32343) 3 weeks ago
hook_pre_receive.go Move some errors to their own sub packages (#32880) 1 month ago
hook_proc_receive.go Make sure git version&feature are always prepared (#30877) 9 months ago
hook_verification.go Clean up log messages (#30313) 10 months ago
hook_verification_test.go Adjust object format interface (#28469) 1 year ago
internal.go Refactor request context (#32956) 1 month ago
internal_repo.go [Feature] Private README.md for organization (#32872) 1 month ago
key.go Clarify path param naming (#32969) 1 month ago
mail.go Split mail sender sub package from mailer service package (#32618) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
manager.go Refactor names (#31405) 8 months ago
manager_process.go Move context from modules to services (#29440) 11 months ago
manager_unix.go Move context from modules to services (#29440) 11 months ago
manager_windows.go Move context from modules to services (#29440) 11 months ago
restore_repo.go Move context from modules to services (#29440) 11 months ago
serv.go Clarify path param naming (#32969) 1 month ago
ssh_log.go Move context from modules to services (#29440) 11 months ago