]> source.dussan.org Git - gitea.git/commit
Fix the logic of finding the latest pull review commit ID (#32139) (#32165)
authorGiteabot <teabot@gitea.io>
Tue, 1 Oct 2024 04:10:03 +0000 (12:10 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 04:10:03 +0000 (13:10 +0900)
commit9fc3915e04955288dc9277493ac17da401650d49
tree1158b7882eab66f66c5aa42892bc53527a6855d2
parenta4a6c785b43080b1f9f3492bd1fa1adee648aec4
Fix the logic of finding the latest pull review commit ID (#32139) (#32165)

Backport #32139 by @Zettat123

Fix #31423

Co-authored-by: Zettat123 <zettat123@gmail.com>
models/fixtures/comment.yml
models/fixtures/review.yml
models/issues/pull.go
models/issues/review.go
models/issues/review_list.go
models/issues/review_test.go
routers/api/v1/repo/pull_review.go
services/pull/pull.go
services/pull/review.go
tests/integration/api_pull_review_test.go
tests/integration/pull_commit_test.go [new file with mode: 0644]