aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-07-07Statically link cashierd with C libsNiall Sheridan
2019-07-03Use the static container imageNiall Sheridan
This includes ca-certs in the docker image Fixes #82
2018-08-25Add codecov.ioNiall Sheridan
Split runs into lint/test Remove go 1.9 - coverage does not work with `./...` and go 1.9
2018-08-20Small updatesNiall Sheridan
- Test against 1.11 rc - Set timeouts on the http client - Use gofmt instead of goimports
2018-08-10Add version stringNiall Sheridan
Add `lib.Version` to get updated at build time. Add --version flags to cashier and cashierd Send client version in the signing request Send server version in http response headers and in signing response Set version at build time
2018-08-09Remove gRPCNiall Sheridan
This hasn't been enabled in a while due to gRPC limitations
2018-08-07Add a tool to create empty migrationsNiall Sheridan
2018-08-06Makefile and README fixesNiall Sheridan
Makefile: - Use goimports to format - Regenerate static files - Check that the git branch is clean README: - Remove section on Docker. To be re-added. - Link to releases
2018-08-06Error if the git client isn't cleanNiall Sheridan
2018-08-01Switch to a MakefileNiall Sheridan