aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/http/common_test.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: transport/http, Wrap http errors to return reason. Fixes #1097Gianni Gambetti2024-05-271-3/+3
* plumbing: Replace short field names with more descriptive ones.Matej Risek2023-11-191-1/+1
* plumbing: Do not swallow http message coming from VCS providers.matej.risek2023-09-051-0/+19
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* plumbing: transport/http, refactor transport to cache underlying transport ob...Sanskar Jaiswal2023-05-041-0/+54
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+1
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
* Make http.AuthMethod setAuth public. Fixes #1196JACQUES Francois2019-07-281-1/+1
* plumbing: transport/http, Add missing host/port on redirect. Fixes #820Dave Henderson2018-10-271-0/+37
* plumbing/transport: http, Adds token authentication support [Fixes #858]Eric Billingsley2018-06-081-0/+13
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-2/+1
* transport: made public all the fields and standardize AuthMethodMáximo Cuadros2017-11-211-1/+1
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-211-3/+3
* transport: git and http, full mocked testsMáximo Cuadros2017-11-201-0/+72
* plumbing: transport, handle 403 in http transportChris Dostert2017-04-101-1/+5
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-6/+5
* server: add git server implementation (#190)Santiago M. Mola2017-01-041-4/+4
* plumbing/transport: add common tests and fixes. (#136)Santiago M. Mola2016-11-251-7/+12
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-0/+89