back interdiff of round #2 and #1

appview: replace IssueComment to Comment #866

open
opened by boltless.me targeting master from sl/wnrvrwyvrlzo
files
appview
db
issues
models
notify
pages
templates
repo
issues
state
validator
REBASED
appview/db/issues.go

This patch was likely rebased, as context lines do not match.

ERROR
appview/db/reference.go

Failed to calculate interdiff for this file.

ERROR
appview/ingester.go

Failed to calculate interdiff for this file.

ERROR
appview/issues/issues.go

Failed to calculate interdiff for this file.

ERROR
appview/models/issue.go

Failed to calculate interdiff for this file.

REBASED
appview/notify/db/db.go

This patch was likely rebased, as context lines do not match.

REBASED
appview/notify/merged_notifier.go

This patch was likely rebased, as context lines do not match.

ERROR
appview/notify/notifier.go

Failed to calculate interdiff for this file.

ERROR
appview/notify/posthog/notifier.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/pages.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/fragments/issueCommentHeader.html

Failed to calculate interdiff for this file.

ERROR
appview/state/state.go

Failed to calculate interdiff for this file.

ERROR
appview/validator/issue.go

Failed to calculate interdiff for this file.

NEW
appview/db/comments.go
··· 172 172 if err := rows.Err(); err != nil { 173 173 return nil, err 174 174 } 175 + defer rows.Close() 175 176 176 177 // collect references from each comments 177 178 commentAts := slices.Collect(maps.Keys(commentMap))