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
/
cmd
/
at
f621867a91e999e3b840d5efbee644be3b0ef0fa
4 folders
1 file
Anirudh Oppiliappan
keyfetch: make git dir configurable
1y ago
f621867a
appview
appview: unify host and port into listenaddr
1 year ago
keyfetch
keyfetch: make git dir configurable
1 year ago
knotserver
jetstream: fix reconnect logic and last time_us saving Reconnection is now handed by cancelling the connCtx context. This is a lot cleaner and the jetstream client package honors context cancellation. Saving of last time_us is also simplified now. We only save (update, rather) after the last seen event by incrementing the event's time_us by 1 (this is ok since it's a monotonic clock). We pick up from here upon reconnect and don't save last time_us for any other reason. Lastly, outside of first boot, we should only ever use UpdateLastTimeUs.
1 year ago
repoguard
all: use securejoin
1 year ago
gen.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