gitea/services/pull
zeripath cadec9bc22
Prevent panic on merge to PR ()
If you attempt to merge to a branch which on a PR there will be a nil pointer error in the pull request checker.

This panic is uncaught and will bring down the gitea server.

This PR adds protection to prevent this.
2020-02-21 18:18:13 +00:00
..
check.go Only check for conflicts/merging if the PR has not been merged in the interim () 2020-02-10 01:09:31 +02:00
check_test.go Only check for conflicts/merging if the PR has not been merged in the interim () 2020-02-10 01:09:31 +02:00
commit_status.go Prevent nil pointer in GetPullRequestCommitStatusState () 2020-02-18 19:34:08 +00:00
lfs.go Add basic repository lfs management () 2019-10-28 18:31:55 +00:00
main_test.go Move some pull request functions from models to services () 2019-12-06 21:44:10 -05:00
merge.go Only check for conflicts/merging if the PR has not been merged in the interim () 2020-02-10 01:09:31 +02:00
patch.go Add require signed commit for protected branch () 2020-01-15 09:32:57 +01:00
pull.go Prevent panic on merge to PR () 2020-02-21 18:18:13 +00:00
pull_test.go Move PushToBaseRepo from models to services/pull () 2019-12-15 04:28:51 +01:00
review.go Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments () 2020-01-28 08:02:03 +00:00
temp_repo.go Remove SavePatch and generate patches on the fly () 2019-12-13 23:21:06 +01:00
update.go Only check for conflicts/merging if the PR has not been merged in the interim () 2020-02-10 01:09:31 +02:00