alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
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
microcosm-rs
/
constellation
/
src
/
at
order_query
4 folders
1 file
phil
paging refactor + cleanups
5mo ago
91dadbe9
bin
Make metrics collection opt-in Adds a new --collect-metrics (presence) flag to make metrics collection opt-in. The new default is to __not__ collect any metrics, i.e. neither spawning the monitoring thread nor starting the metrics server server that exposes these.
6 months ago
consumer
read error: fix error tight loop when tungstenite said we should keep polling until ConnectionClosed, they probably didn't mean ignore all other errors.
7 months ago
server
drop reverse many-to-many, don't expose for /links https://tangled.org/microcosm.blue/microcosm-rs/pulls/6#comment-1444 many-to-many order is deterministic (could be reversed) but the order itself is arbitrary, so reversing it gives a different arbitrary order, but not a meaningfully different order. the rocks impl also embeds assumptions about the paging rules into its join loop which might not hold the regular /links endpoint won't get the reverse param because it's deprecated, but reversing backlinks is kept for the non-deprectated xrpc backlinks endpoint!
5 months ago
storage
paging refactor + cleanups slice the links list via Iterator::skip and ::take. i changed some of the bounds setup too. not sure if it's clearer or if i just have a better understanding of it at this specific moment. throw an `empty` static function on some paging things for less verbose early return and tests. make get_links_paged test a bit clearer.
5 months ago
lib.rs
fix mod imports for bin folder
1 year ago