alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
api
/
tangled
/
at
master
17 files
Anirudh Oppiliappan
appview: implement repo fork
1y ago
4fac8249
cbor_gen.go
appview: implement repo fork
1 year ago
feedstar.go
add stars to tangled
1 year ago
graphfollow.go
add /follow endpoint
1 year ago
issuecomment.go
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
issuestate.go
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
knotmember.go
add server policies through the firehose
1 year ago
pullcomment.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
pullstatus.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
repoissue.go
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
repopull.go
add `source` field to pull lexicon
1 year ago
stateclosed.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
stateopen.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
statusclosed.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
statusmerged.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
statusopen.go
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
tangledpublicKey.go
rename to tangled
1 year ago
tangledrepo.go
appview: implement repo fork
1 year ago