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
/
templates
/
at
slingshot-proxy-hydrate
12 files
mxngls
Fix Git whitespace error in "hello" template
4mo ago
7faaa631
base.html.j2
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
dids-count.html.j2
meta descriptions etc
1 year ago
dids.html.j2
fix broken links to pdsls.dev domain This commit fixes #49; on links to https://pdsls.dev/, the DID shall not be percent-encoded.
5 months ago
explore-links.html.j2
meta descriptions etc
1 year ago
get-backlinks-count.html.j2
Fix Git whitespace error in "hello" template
4 months ago
get-backlinks.html.j2
Add reverse ordering support to link query endpoints - Add "reverse" boolean parameter to three endpoints: 1. getManyToManyCounts (grouped counts) 2. getBacklinks (links to subject) 3. links (target links) - Implement reverse iteration logic in both storage backends (mem_store and rocks_store) for __reverse-chronological__ ordering - Update HTML templates with (reverse) checkboxes
6 months ago
get-many-to-many-counts.html.j2
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
hello.html.j2
Remove `.uri` suffix
4 months ago
links-all-count.html.j2
Web: stats and summary
1 year ago
links-count.html.j2
meta descriptions etc
1 year ago
links.html.j2
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
try-it-macros.html.j2
Modify backlinks counting XRPC endpoint name Now matches the existing XRPC getBacklinks endpoint naming scheme. This should fix the white-space issue for the` try-it-macros` template as well.
5 months ago