chore
BREAKING
task/minio-replace-local-backend
#2 / 5
chore: purge disk_path column and all LocalBackend-era scaffolding
- Drop disk_path column via Alembic migration 0051 - Remove disk_path from ORM model (musehub_models.py) - Remove disk_path from consolidated schema (0001) - Strip dead repo_root/owner/slug params from BlobBackend methods and get_backend() - Fix objects.py to serve bytes from blob store instead of disk - Fix musehub_sync.py to fetch from blob store instead of disk read - Fix musehub_wire.py to stop stripping 'local://' from storage URIs - Remove disk_path kwargs from 33 test files - Rewrite test_read_object_bytes_returns_none_on_missing_disk_path to test blob-store path - Update docs, deploy scripts, and config comments
sha256:d5686c2e116ffe7c97a0a9de9fb9aab9183e68f1caf88f710287c889da770ec7
sha
+10
~70
−3
symbols
sha256:4e59c181792d653b9ff96abf481e6b58a5aee38d3c3c1b9ae8f2cf2167a46076
snapshot
+10
symbols added
~70
symbols modified
−3
symbols removed
0
dead code introduced
Semantic Changes
83 symbols
~
upgrade
~
tests/test_identity_belt_and_suspenders.py
.py
1 symbol added, 1 symbol removed, 7 symbols modified
−
test_read_object_bytes_returns_none_on_missing_disk_path
method
async_method test_read_object_bytes_returns_none_on_missing_disk_path L573–587
+
test_read_object_bytes_returns_none_when_blob_store_missing
method
async_method test_read_object_bytes_returns_none_when_blob_store_missing L570–586
~
_s3_obj
~
_object
Older
refactor: purge all local storage references — BlobBackend is th…
sha256:2b1f349d777582c862b59991f2b75fc018d08142cea5a5ced394d1807769a1bc
All commits
Newer
docs: update MuseWire storage section and type-contracts for Blo…
sha256:7c13571dee9a98142237fe05d88407ab2db7e2e26e9e23cf4959583bca3499b2
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:d5686c2e116ffe7c97a0a9de9fb9aab9183e68f1caf88f710287c889da770ec7 --body "your comment"
No comments yet. Be the first to start the discussion.