git-lfs/lfsapi
Preben Ingvaldsen 95fa7fb5da lfsapi: add allowRetry param
Add an allowRetry parameter to DoWithAuth(). This parameter is a
boolean, and allows any requests without an authentication header
to be retried if an authorization error was returned.

This change is required to get things working with the basic
upload adapter. Since it passes along a file reader in the
request body, and since that reader is read by the HTTP Client
in a copy operation to construct a new request, an upload request
body can't be re-used in a new request.
2018-09-28 14:16:55 -07:00
..
auth_test.go lfsapi: add allowRetry param 2018-09-28 14:16:55 -07:00
auth.go lfsapi: add allowRetry param 2018-09-28 14:16:55 -07:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
endpoint_finder_test.go lfsapi: add new Access type 2018-09-28 14:12:03 -07:00
endpoint_finder.go lfsapi: add new Access type 2018-09-28 14:12:03 -07:00
lfsapi_nix.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi_windows.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00
netrc_test.go *: use patched version of bgetnry/go-netrc 2018-05-25 12:42:02 -07:00
netrc.go *: use patched version of bgetnry/go-netrc 2018-05-25 12:42:02 -07:00
ntlm_auth_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_test_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_windows.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_test.go lfsapi: add allowRetry param 2018-09-28 14:16:55 -07:00
ntlm.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00