gitea/templates/repo/settings
Jimmy Praet 78118a3b02
Add checkbox to delete pull branch after successful merge (#16049)
* Add checkbox to delete pull branch after successful merge

* Omit DeleteBranchAfterMerge field in json

* Log a warning instead of error when PR head branch deleted

* Add DefaultDeleteBranchAfterMerge to PullRequestConfig

* Add support for delete_branch_after_merge via API

* Fix for API: the branch should be deleted from the HEAD repo

If head and base repo are the same, reuse the already opened ctx.Repo.GitRepo

* Don't delegate to CleanupBranch, only reuse branch deletion code

CleanupBranch contains too much logic that has already been performed by the Merge

* Reuse gitrepo in MergePullRequest

Co-authored-by: Andrew Thornton <art27@cantab.net>
2021-07-13 01:26:25 +02:00
..
webhook Refactor Webhook + Add X-Hub-Signature (#16176) 2021-06-27 20:21:09 +01:00
branches.tmpl Use a special name for update default branch on repository setting (#15893) 2021-05-16 14:24:47 -04:00
collaboration.tmpl
deploy_keys.tmpl
githook_edit.tmpl
githooks.tmpl
lfs_file_find.tmpl
lfs_file.tmpl Use a generic markup class to display externally rendered files and diffs (#15735) 2021-05-07 10:43:41 +02:00
lfs_locks.tmpl
lfs_pointers.tmpl
lfs.tmpl fix(settings): misaligned buttons (#15656) 2021-04-29 13:05:07 -04:00
nav.tmpl Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
navbar.tmpl Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
options.tmpl Add checkbox to delete pull branch after successful merge (#16049) 2021-07-13 01:26:25 +02:00
protected_branch.tmpl
tags.tmpl Add tag protection (#15629) 2021-06-25 16:28:55 +02:00