You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chongyi Zheng 9631958a82
Refactor lfs requests (#26783)
- Refactor lfs request code
- The original code uses `performRequest` function to create the
request, uses a callback to modify the request, and then send the
request.
- Now it's replaced with `createRequest` that only creates request and
`performRequest` that only sends the request.
- Reuse `createRequest` and `performRequest` in `http_client.go` and
`transferadapter.go`

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
10 months ago
..
LICENSE Git LFS support v2 (#122) 8 years ago
client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
client_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
content_store.go Make repository response support HTTP range request (#24592) 1 year ago
endpoint.go escape filename when assemble URL (#22850) 1 year ago
endpoint_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
filesystem_client.go Refactor lfs requests (#26783) 10 months ago
http_client.go Refactor lfs requests (#26783) 10 months ago
http_client_test.go Refactor lfs requests (#26783) 10 months ago
pointer.go Refactor lfs requests (#26783) 10 months ago
pointer_scanner_gogit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer_scanner_nogogit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pointer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
shared.go Implement FSFE REUSE for golang files (#21840) 2 years ago
transferadapter.go Refactor lfs requests (#26783) 10 months ago
transferadapter_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago