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 Fix attachment download bug (#27486) 2023-10-10 15:33:56 +00:00
convert.go Add branch protection setting for ignoring stale approvals (#28498) 2024-01-15 07:20:01 +00:00
git_commit.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
git_commit_test.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
issue.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
issue_comment.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_test.go
main_test.go
mirror.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
notification.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
package.go Fix package webhook (#27839) 2023-10-31 04:43:38 +00:00
pull.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
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