gitea/services/pull
Lunny Xiao cf1a38b03d
Some checks failed
release-nightly / disk-clean (push) Failing after 3m56s
release-nightly / nightly-docker-rootful (push) Failing after 2m47s
release-nightly / nightly-docker-rootless (push) Failing after 2m42s
release-nightly / nightly-binary (push) Has been cancelled
Fix get reviewers' bug (#32415) (#32616)
This PR rewrites `GetReviewer` function and move it to service layer.

Reviewers should not be watchers, so that this PR removed all watchers
from reviewers. When the repository is under an organization, the pull
request unit read permission will be checked to resolve the bug of

Fix #32394
Backport #32415
2024-11-23 12:42:58 +08:00
..
check_test.go
check.go Fix misspelling of mergable (#30896) (#30905) 2024-05-08 16:38:46 +00:00
comment.go
commit_status_test.go
commit_status.go
edits.go
lfs.go
main_test.go
merge_ff_only.go
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
merge.go
patch_unmerged.go
patch.go Fix protected branch files detection on pre_receive hook (#31778) (#31796) 2024-08-08 03:08:30 +00:00
pull_test.go
pull.go Fix the logic of finding the latest pull review commit ID (#32139) (#32165) 2024-10-01 13:10:03 +09:00
review_test.go
review.go Fix the logic of finding the latest pull review commit ID (#32139) (#32165) 2024-10-01 13:10:03 +09:00
reviewer_test.go Fix get reviewers' bug (#32415) (#32616) 2024-11-23 12:42:58 +08:00
reviewer.go Fix get reviewers' bug (#32415) (#32616) 2024-11-23 12:42:58 +08:00
temp_repo.go
update_rebase.go
update.go