Commit Graph

11 Commits

Author SHA1 Message Date
risk danger olson
b9c5a108d9 replace config.Config references in httputil 2016-07-21 18:07:23 -06:00
Steve Streeting
c5c2a756c7 Keep batch structures private, simplify adapter creation 2016-06-02 12:11:45 +01:00
Steve Streeting
05c3ed7c5c Deal more elegantly with empty batch requests 2016-06-02 10:30:13 +01:00
Steve Streeting
f8cc589b9d Add transfer adapter negotiation to batch api request / response 2016-06-02 10:05:02 +01:00
Steve Streeting
3ee0946e71 Rationalise TODO LEGACY API comments so easier to search for later 2016-05-31 10:21:34 +01:00
Steve Streeting
b3b31180e1 Merge branch 'master' into experimental/transfer-features
# Conflicts:
#	lfs/pointer_smudge.go
#	lfs/transfer_queue.go
#	lfs/util_test.go
2016-05-31 09:30:22 +01:00
Steve Streeting
4ae20c6363 Move smudge functions to new transfer approach
Also remove old api functions and users, mark legacy more clearly
Pare down old unit tests which used the legacy api
2016-05-27 17:41:20 +01:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
Steve Streeting
ab53c53e72 Document that our package structure is not guaranteed to be stable 2016-05-18 11:43:42 +01:00
Steve Streeting
849ec82354 Move remaining api methods (upload/download) to api pkg
Also change signature of UploadObject to be independent of storage and
work on streams like DownloadObject. This may be further refactored
later
2016-05-17 12:43:36 +01:00
Steve Streeting
5b2a9690b7 Move Batch() to api pkg, generalise byteCloser 2016-05-17 12:21:42 +01:00