forgejo/services/convert
Gusted 70623e8da1
[GITEA] Fix NPE in ToPullReviewList
- Add condition to ensure doer isn't nil when using it.
- Added unit test.
- Resolves #2055

(cherry picked from commit 8f1a74fb29)
(cherry picked from commit 60ac881776)
(cherry picked from commit 5fdc461ac5)
2024-01-15 16:48:44 +00:00
..
activity.go
attachment.go
convert.go Add branch protection setting for ignoring stale approvals (#28498) 2024-01-15 07:20:01 +00:00
git_commit.go
git_commit_test.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
issue.go
issue_comment.go
issue_test.go
main_test.go
mirror.go
notification.go
package.go Fix package webhook (#27839) 2023-10-31 04:43:38 +00:00
pull.go
pull_review.go [GITEA] Fix NPE in ToPullReviewList 2024-01-15 16:48:44 +00:00
pull_test.go [GITEA] Fix NPE in ToPullReviewList 2024-01-15 16:48:44 +00:00
release.go
release_test.go
repository.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
secret.go
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go