alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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
2
Pulls
1
Pipelines
core
/
appview
/
state
6 files
at
d9c34170874481c1de2999bbf05e574e5cb9e320
Akshay
improvements to topbar
1y ago
d9c34170
git_http.go
improvements to topbar some links still need to be stuffed into a dropdown
1 year ago
middleware.go
improvements to topbar some links still need to be stuffed into a dropdown
1 year ago
repo.go
improvements to topbar some links still need to be stuffed into a dropdown
1 year ago
settings.go
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.
2 years ago
signer.go
finish repo-settings page
2 years ago
state.go
appview/timeline: basic timeline view It's pretty rudimentary. All repos and follows (for now) are consolidated into a []TimelineEvent and sorted by time.
1 year ago