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/services/pull
Lunny Xiao f2d12f7b03
Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927)
* fix pull view when head repository or head branch missed and close related pull requests when delete branch

* fix pull view broken when head repository deleted

* close pull requests when head repositories deleted

* Add tests for broken pull request head repository or branch

* fix typo

* ignore special error when close pull request

Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
..
check.go [refactor] notify remove unused praram (#9804) 5 years ago
check_test.go Move some pull request functions from models to services (#9266) 5 years ago
commit_status.go Fix wrong hint when status checking is running on pull request view (#9886) 5 years ago
lfs.go Add basic repository lfs management (#7199) 5 years ago
main_test.go Move some pull request functions from models to services (#9266) 5 years ago
merge.go Add "Update Branch" button to Pull Requests (#9784) 5 years ago
patch.go Add require signed commit for protected branch (#9708) 5 years ago
pull.go Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927) 5 years ago
pull_test.go Move PushToBaseRepo from models to services/pull (#9352) 5 years ago
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 5 years ago
temp_repo.go Remove SavePatch and generate patches on the fly (#9302) 5 years ago
update.go Add "Update Branch" button to Pull Requests (#9784) 5 years ago