gabriel / muse public
feat patch dev
AI Agent gabriel · 113 days ago · May 16, 2026 · Diff

feat: add HttpTransport.push_mpack_put for mpack push step 2

sha256:a3481d5534dcc3a15df5e719a8ff8cc924b442f422cd883eff34c6717f6ba7cf sha
+18 ~1 symbols
sha256:21078f36ea3eb3bf65896fdc00cbacaf1a6d5d706ff8d27e0fc90164100883d0 snapshot
+18
symbols added
~1
symbol modified
0
dead code introduced
Semantic Changes 19 symbols
+ _MPACK_BYTES variable variable _MPACK_BYTES L22–22
+ _Resp class class _Resp L25–28
+ __init__ method method __init__ L26–28
+ _UPLOAD_URL variable variable _UPLOAD_URL L21–21
+ _mock_client function function _mock_client L31–36
+ HttpTransport import import HttpTransport L19–19
+ MagicMock import import MagicMock L15–15
+ TransportError import import TransportError L19–19
+ annotations import import annotations L13–13
+ patch import import patch L15–15
+ pytest import import pytest L17–17
+ test_mp1_put_sent_to_upload_url function function test_mp1_put_sent_to_upload_url L41–50
+ test_mp2_body_is_raw_bytes function function test_mp2_body_is_raw_bytes L55–65
+ test_mp3_no_authorization_header function function test_mp3_no_authorization_header L70–81
+ test_mp4_200_returns_none function function test_mp4_200_returns_none L86–94
+ test_mp5_non_2xx_raises_transport_error function function test_mp5_non_2xx_raises_transport_error L99–106
+ test_mp6_204_no_content_is_success function function test_mp6_204_no_content_is_success L111–119
~ muse/core/transport.py .py 1 symbol added, 1 symbol modified
+ push_mpack_put method method push_mpack_put L1049–1066
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:a3481d5534dcc3a15df5e719a8ff8cc924b442f422cd883eff34c6717f6ba7cf --body "your comment"