forgejo/services/pull
zeripath 0724ca451e
Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpdate (#20839)
Some repositories do not have the PullRequest unit present in their configuration
and unfortunately the way that IsUserAllowedToUpdate currently works assumes
that this is an error instead of just returning false.

This PR simply swallows this error allowing the function to return false.

Fix #20621

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
2022-08-18 13:31:15 +03:00
..
check.go Fix checks in PR for empty commits #19603 (#20290) 2022-07-13 16:22:51 +08:00
check_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
commit_status.go
edits.go
lfs.go
main_test.go
merge.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
patch.go Ensure that all unmerged files are merged when conflict checking (#20528) 2022-07-29 01:19:55 +02:00
patch_unmerged.go Ensure that all unmerged files are merged when conflict checking (#20528) 2022-07-29 01:19:55 +02:00
pull.go
pull_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
review.go Dismiss prior pull reviews if done via web in review dismiss (#20197) 2022-07-19 15:20:28 +02:00
temp_repo.go
update.go Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpdate (#20839) 2022-08-18 13:31:15 +03:00