0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-23 06:39:41 -05:00
forgejo/models/issues
Gusted d1cebb0e88
[BUG] Use correct head commit for CODEOWNER
Backport of #2658

Regression of #2507, which switched the HEAD from `pr.GetGitRefName()`
to `pr.HeadCommitID` but it had to be `prInfo.HeadCommitID`. Resolves #2656
I was able to reproduce this locally with _some_ pull requests, haven't
been able to get a reproducer trough integration testing.

(cherry picked from commit a4cc37b46a)
2024-03-15 15:43:37 +01:00
..
assignees.go
assignees_test.go
comment.go Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160) 2024-02-20 09:22:26 +01:00
comment_code.go [BUG] split code conversations in diff tab (#2306) 2024-02-16 14:06:43 +01:00
comment_list.go Use ghost user if user was not found (#29161) (#29169) 2024-02-20 09:26:13 +01:00
comment_test.go [BUG] split code conversations in diff tab (#2306) 2024-02-16 14:06:43 +01:00
content_history.go [BUG] Ensure HasIssueContentHistory takes into account comment_id 2024-03-01 15:48:42 +01:00
content_history_test.go [BUG] Ensure HasIssueContentHistory takes into account comment_id 2024-03-01 15:48:42 +01:00
dependency.go
dependency_test.go
issue.go [FEAT] allow setting the update date on issues and comments 2023-11-13 12:33:49 +01:00
issue_index.go
issue_label.go
issue_label_test.go
issue_list.go
issue_list_test.go
issue_lock.go
issue_project.go
issue_search.go
issue_stats.go
issue_test.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
issue_update.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go [FEAT] allow setting the update date on issues and comments 2023-11-13 12:33:49 +01:00
issue_xref_test.go
label.go
label_test.go
main_test.go
milestone.go [FEAT] allow setting the update date on issues and comments 2023-11-13 12:33:49 +01:00
milestone_list.go
milestone_test.go
pull.go [BUG] Use correct head commit for CODEOWNER 2024-03-15 15:43:37 +01:00
pull_list.go
pull_test.go
reaction.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
reaction_test.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
review.go Workaround to clean up old reviews on creating a new one (#28554) (#29264) 2024-02-20 09:39:02 +01:00
review_list.go
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go