aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/http/common_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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