]> source.dussan.org Git - gitea.git/commit
Fix the logic of finding the latest pull review commit ID (#32139)
authorZettat123 <zettat123@gmail.com>
Tue, 1 Oct 2024 01:58:55 +0000 (09:58 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 01:58:55 +0000 (01:58 +0000)
commitf4b8f6fc40ce2869135372a5c6ec6418d27ebfba
treeb27dca5e2fe9b455dfa20e2080a8c77b3f90c000
parent13283873e9d523d5a5557f55d64f702c1a9f76ec
Fix the logic of finding the latest pull review commit ID (#32139)

Fix #31423
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]