alpha
Login
or
Join now
chanderson.tech
/
rocksky
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.
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
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
rocksky
/
crates
/
jetstream
/
src
/
at
main
2 folders
6 files
Tsiry Sandratraina
Add collections script and did:web support
4mo ago
5dfa54ef
webhook
Log and ignore Discord webhook send errors
4 months ago
xata
Add follows graph, DB table and endpoints
7 months ago
lib.rs
Add collections script and did:web support
4 months ago
profile.rs
Add collections script and did:web support
4 months ago
repo.rs
Reuse unwrapped record for JSON parsing
5 months ago
subscriber.rs
Remove connection pool idle timeout
6 months ago
types.rs
Make Commit.record and Commit.cid optional Change Commit.record and Commit.cid to Option to reflect that commits may omit these fields. Update save_scrobble to unwrap record before deserializing.
5 months ago
webhook_worker.rs
Refactor logging to use `tracing` instead of `println` and `eprintln` - Replaced all instances of `println!` and `eprintln!` with `tracing::info!`, `tracing::warn!`, and `tracing::error!` for better structured logging. - Updated log messages to include relevant context and structured fields for improved traceability. - Ensured consistent logging practices across the `jetstream`, `scrobbler`, and `webscrobbler` crates.
10 months ago