back interdiff of round #3 and #2

appview: db: replace Issue.IssueAt to Issue.Rkey #498

merged
opened by boltless.me targeting master from boltless.me/core: push-pltwsolxxvnt

Replace Issue.IssueAt to Issue.Rkey. issue_at column still exist, but not used and will be removed in future.

Remove db.SetIssueAt() in flavor of Rkey. Create rkey before adding to DB, and save same rkey to PDS. This is safe as tx is will be dropped when ctx is canceled with error.

Signed-off-by: Seongmin Lee boltlessengineer@proton.me

files
appview
db
issues
pages
templates
repo
issues
ERROR
appview/db/db.go

Failed to calculate interdiff for this file.

ERROR
appview/db/issues.go

Failed to calculate interdiff for this file.

ERROR
appview/issues/issues.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/issue.html

Failed to calculate interdiff for this file.