alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
lexicons
/
issue
/
at
sl/email-notif
5 files
Lewis
lexicons,api: migrate stars+issues+pulls+collabs to repoDID
2mo ago
b1ccdcbd
closed.json
lexicons,api: migrate stars+issues+pulls+collabs to repoDID Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
comment.json
appview,lexicons: atprotate the mentions & references Storing references parsed from the markdown body in atproto record and DB. There can be lots of reference types considering the from/to types so storing both as AT-URIs Using `sql.Tx` more to combine multiple DB query to single recoverable operation. Note: Pulls don't have mentinos/references yet Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
issue.json
lexicons,api: migrate stars+issues+pulls+collabs to repoDID Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
open.json
lexicons: issue, issue state and comment Custom lexicon for issues, issue state (open, closed) and issue comments. The case with issue_at is a bit weird since we have a circular dependency: the issue record requires the issue_id, and the issue entry in the db requires the issue_at. To resolve this we write to the db without the issue_at, fetch the issue_id, create the issue record on the PDS, and then update the issue_at (with SetIssueAt). It's not great, but whatever.
1 year ago
state.json
lexicons: rename, format and other required changes
1 year ago