forgejo/services/pull
zeripath 13c6681a07
Prevent nil pointer in GetPullRequestCommitStatusState ()
Ensure that pr.HeadRepo is loaded before using it in GetPullRequestCommitStatusState.

Fixes error on merging with successful commit merge statuses.
2020-02-18 19:34:08 +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 Fix IsErrPullClosed () 2020-02-01 11:24:26 +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