+649
-8
api/tangled/cbor_gen.go
+649
-8
api/tangled/cbor_gen.go
·········+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("references"))); err != nil {··················+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("references"))); err != nil {··················+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("references"))); err != nil {··················+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("references"))); err != nil {·········
+7
-5
api/tangled/issuecomment.go
+7
-5
api/tangled/issuecomment.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.issue.comment" cborgen:"$type,const=sh.tangled.repo.issue.comment"`+LexiconTypeID string `json:"$type,const=sh.tangled.repo.issue.comment" cborgen:"$type,const=sh.tangled.repo.issue.comment"`
+6
-4
api/tangled/pullcomment.go
+6
-4
api/tangled/pullcomment.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.comment" cborgen:"$type,const=sh.tangled.repo.pull.comment"`+LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.comment" cborgen:"$type,const=sh.tangled.repo.pull.comment"`
+7
-5
api/tangled/repoissue.go
+7
-5
api/tangled/repoissue.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.issue" cborgen:"$type,const=sh.tangled.repo.issue"`+LexiconTypeID string `json:"$type,const=sh.tangled.repo.issue" cborgen:"$type,const=sh.tangled.repo.issue"`
+2
api/tangled/repopull.go
+2
api/tangled/repopull.go
···LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull" cborgen:"$type,const=sh.tangled.repo.pull"`
+9
appview/db/db.go
+9
appview/db/db.go
······create index if not exists idx_notifications_recipient_created on notifications(recipient_did, created desc);create index if not exists idx_notifications_recipient_read on notifications(recipient_did, read);
+73
-18
appview/db/issues.go
+73
-18
appview/db/issues.go
·········func GetIssuesPaginated(e Execer, page pagination.Page, filters ...filter) ([]models.Issue, error) {···············
+31
-5
appview/db/pulls.go
+31
-5
appview/db/pulls.go
············query := `insert into pull_comments (owner_did, repo_at, submission_id, comment_at, pull_id, body) values (?, ?, ?, ?, ?, ?)`···
+92
-14
appview/db/reference.go
+92
-14
appview/db/reference.go
···+func ValidateReferenceLinks(e Execer, refLinks []models.ReferenceLink) ([]syntax.ATURI, error) {···············
+22
-5
appview/ingester.go
+22
-5
appview/ingester.go
······
+55
-19
appview/issues/issues.go
+55
-19
appview/issues/issues.go
··················
+70
-34
appview/models/issue.go
+70
-34
appview/models/issue.go
···············
+26
appview/models/pull.go
+26
appview/models/pull.go
···
+3
-1
appview/pulls/pulls.go
+3
-1
appview/pulls/pulls.go
······
+2
-2
appview/refresolver/resolver.go
+2
-2
appview/refresolver/resolver.go
···func (r *Resolver) Resolve(ctx context.Context, source string) ([]syntax.DID, []syntax.ATURI) {···
+14
lexicons/issue/comment.json
+14
lexicons/issue/comment.json
···
+14
lexicons/issue/issue.json
+14
lexicons/issue/issue.json
···
+14
lexicons/pulls/comment.json
+14
lexicons/pulls/comment.json
···
+14
lexicons/pulls/pull.json
+14
lexicons/pulls/pull.json
···