Commit Graph

10 Commits

Author SHA1 Message Date
Jasper Lievisse Adriaanse
8d3f8814f9 Unbreak building httputil on OpenBSD 2016-07-11 19:32:56 +02:00
Steve Streeting
3ee0946e71 Rationalise TODO LEGACY API comments so easier to search for later 2016-05-31 10:21:34 +01:00
Taylor Blau
fc1daa28e3 lfs: use github.com/stretchr/testify for assertions 2016-05-25 10:43:10 -06:00
Taylor Blau
60fad56a89 lint: lint all files 2016-05-24 09:30:06 -06: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
b6c09601ce Fix new package tests 2016-05-17 14:40:05 +01:00
Steve Streeting
3298d9bbb3 Refactored many api functions to httputil/api package from lfs
Also moved ntlm to httputil since too http-specific to be contained in auth
2016-05-16 17:57:37 +01:00
Steve Streeting
ab1af11720 Refactor errors and credentials into own packages to break cycles 2016-05-16 15:06:02 +01:00
Steve Streeting
c4bbd3724e Major refactor to pull things into config, httputil, tools
Mainly required to avoid cyclical dependencies when separating other things
2016-05-13 17:38:06 +01:00