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
feat/pgpull
2 folders
6 files
Tsiry Sandratraina
refactor: remove unused 'did' parameter from save_album, save_track, and save_user functions
9mo ago
7f0ad0cf
webhook
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
xata
feat: add genres support to artist and track records - Updated the createScrobble function to log the creation of scrobbles. - Enhanced the artist and track structures to include genres as an optional field. - Modified the save_artist function to accept genres and store them in the database. - Adjusted various functions to handle genres when creating or updating artist and track records. - Updated Spotify integration to fetch and include genres for artists.
9 months ago
lib.rs
refactor: remove unused 'did' parameter from save_album, save_track, and save_user functions
9 months ago
profile.rs
[connect] initialize rocksky connect
1 year ago
repo.rs
refactor: remove unused 'did' parameter from save_album, save_track, and save_user functions
9 months ago
subscriber.rs
fix: remove unnecessary color formatting from received message logging
10 months ago
types.rs
refactor: replace album_art processing with album_art_url in scrobble-related functions and types
9 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