Including db migration to migrate issue_comments and pull_comments
to unified comments table.
Signed-off-by: Seongmin Lee git@boltless.me
PullComment to Comment
#1273
Including db migration to migrate issue_comments and pull_comments
to unified comments table.
Signed-off-by: Seongmin Lee git@boltless.me
aturi->reactionMap from DB
CommentList out of Issue
IssueComment to Comment
PullComment to Comment
com.atproto.repo.strongRef and sh.tangled.markup#markdown
sh.tangled.comment lexicon
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
appview/ingester.go:1073 maybe this should resolve mentions from the original instead of processed
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
appview/db/reference.go:137 is this supposed to be subject_uri as per the db?
Good spot! I completely missed it. Thanks
there's that one instance and a couple others I think
appview/ingester.go:1036 we could make a notification in this function right? :p
appview/db/comments.go:243 I think this should be before the rows loop, maybe
we could make a notification in this function right? :p
yeah, I was going to introduce that after #1275 and forgot to do that.
I think this should be before the rows loop, maybe
good spot. will fix
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
PullComment to Comment
Including db migration to migrate `issue_comments` and `pull_comments`
to unified `comments` table.
Signed-off-by: Seongmin Lee <git@boltless.me>
appview/models/comment.go:144won't this always be non-nil, which means issue comments might get a pull round in the record?