Monorepo for Tangled tangled.org
855
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview: drop DbWrapper, move jetstream helpers onto *DB #273

open opened by oyster.cafe targeting master from lt/repo-rename-by-rkey
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:3fwecdnvtcscjnrx2p4n7alz/sh.tangled.repo.pull/3mjm6w2jgzj22
+9
Interdiff #2 #3
appview/db/jetstream.go

This file has not been changed.

+9
appview/ingester.go
··· 963 963 return fmt.Errorf("failed to validate issue: %w", err) 964 964 } 965 965 966 + if record.Repo != nil { 967 + repo, repoErr := db.GetRepoByAtUri(i.Db, *record.Repo) 968 + if repoErr == nil && repo.RepoDid != "" { 969 + if enqErr := db.EnqueuePdsRewrite(i.Db, did, repo.RepoDid, tangled.RepoIssueNSID, rkey, *record.Repo); enqErr != nil { 970 + l.Warn("failed to enqueue PDS rewrite for issue", "err", enqErr, "did", did, "repoDid", repo.RepoDid) 971 + } 972 + } 973 + } 974 + 966 975 tx, err := i.Db.BeginTx(ctx, nil) 967 976 if err != nil { 968 977 l.Error("failed to begin transaction", "err", err)
appview/state/state.go

This file has not been changed.

History

9 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
merge conflicts detected
expand
  • api/tangled/cbor_gen.go:866
  • api/tangled/feedstar.go:5
  • api/tangled/gitrefUpdate.go:29
  • api/tangled/repocollaborator.go:19
  • api/tangled/repoissue.go:22
  • api/tangled/repopull.go:39
  • api/tangled/tangledrepo.go:24
  • cmd/cborgen/cborgen.go:17
  • knotserver/xrpc/merge.go:118
  • lexicons/feed/star.json:10
  • lexicons/git/refUpdate.json:11
  • lexicons/issue/issue.json:9
  • lexicons/pulls/pull.json:65
  • lexicons/repo/collaborator.json:11
  • lexicons/repo/repo.json:6
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments
1 commit
expand
appview: drop DbWrapper, move jetstream helpers onto *DB
expand 0 comments