alpha
Login
or
Join now
karitham.dev
/
lazuli
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.
like malachite (atproto-lastfm-importer) but in go and bluer
go
spotify
tealfm
lastfm
atproto
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
lazuli
/
atproto
/
at
main
7 files
karitham
refactor: storage layer for concurrent read-only access
5mo ago
a438862a
client.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
client_test.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
rate.go
refactor: atproto package
6 months ago
rate_test.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
repo.go
atproto: fix broken applyWrites since refactor
6 months ago
repo_test.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
testmock.go
refactor: sync package
6 months ago