Skip to content

Conversation

@matthewpeterkort
Copy link
Collaborator

No description provided.

matthewpeterkort and others added 11 commits December 18, 2025 09:56
* split client out further into more digestable parts

* simplify, factor business logic out of cmd package and into upload and download packages

* rearrange some more stuff. Start testing

* fix some bugs

* abstract out token handling into lowest level request interface

* fix a bunch of bugs

* adds very minimal docs
* fix missing error check

* Initial plan

* Fix error wrapping to preserve error chain using fmt.Errorf with %w

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

* Update PR description with completion status

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

* Add /bin/ to .gitignore and remove accidentally committed binary

Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>

---------

Co-authored-by: Brian Walsh <brian@bwalsh.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bwalsh <47808+bwalsh@users.noreply.github.com>
* MinChunkSize: 10MB
* fix:improve-multipart #18
* improve OptimalChunkSize.scaleLinear
* adds optimal-chunk-size
* table-driven tests  GetLfsCustomTransferInt
* Address PR review comments: fix naming, formatting, and test coverage
* Add logging for git config errors and improve documentation structure
* Fix spelling: terrabytes → terabytes
* adds ProgressEvent
* Fix nil pointer dereferences and duplicate progress events
- Added nil check for req.Progress in multipart.go to prevent panic
- Removed duplicate progress event in singleFile.go (Finalize already emits)
- Fixed concurrent BytesSoFar calculation using atomic counter for monotonicity
* adds tests
* add noop ProgressCallback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants