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
/
appview
/
at
5ff7bd93c4faa517233dd8f588cb958b67eb5848
4 folders
2 files
Akshay
restore timeline and follow changes
1y ago
5ff7bd93
auth
restore timeline and follow changes
1 year ago
db
restore timeline and follow changes
1 year ago
pages
restore timeline and follow changes
1 year ago
state
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
consts.go
simplify time in few places
1 year ago
resolver.go
align topbar items
1 year ago