- Jan 21, 2017
-
-
Kevin Lyda authored
-
- Jan 20, 2017
-
-
Kevin Lyda authored
-
Niall Sheridan authored
-
- Jan 18, 2017
-
-
Niall Sheridan authored
-
- Jan 16, 2017
-
-
Niall Sheridan authored
-
- Jan 15, 2017
-
-
Niall Sheridan authored
-
Niall Sheridan authored
-
- Jan 14, 2017
-
-
Kevin Lyda authored
-
Niall Sheridan authored
-
- Jan 13, 2017
-
-
Niall Sheridan authored
-
Kevin Lyda authored
-
Kevin Lyda authored
* Allow tests to specify mysql connection info. User can set MYSQL_TEST_USER, MYSQL_TEST_PASS and MYSQL_TEST_HOST environment variables for test environments that need that. * Changes from testing. Need to set both time fields as '0000-00-00' depends on a feature deprecated in MySQL 5.7.4. Go lint wanted snake case for my sql_config var. sqlConfig it is. * Go go idioms. Based on feedback from Niall, a cleaner way to do this in Go.
-
Kevin Lyda authored
-
Kevin Lyda authored
-
- Jan 12, 2017
-
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
Network is insanely slow tonight (hello snow). So building this to cache the install of mysql-client and the install of golint. The latter issue was noted and deliberately not fixed in https://github.com/docker-library/golang/issues/102 . Sigh.
-
Kevin Lyda authored
Add mysql client to go container. Use correct params with mysql db init step.
-
Kevin Lyda authored
-
- Jan 10, 2017
-
-
Niall Sheridan authored
Fix newly-broken tests
-
- Jan 09, 2017
-
-
Niall Sheridan authored
Simplify key generation
-
Niall Sheridan authored
-
- Jan 08, 2017
-
-
Niall Sheridan authored
-
- Jan 06, 2017
-
-
Niall Sheridan authored
-
- Jan 05, 2017
-
-
Niall Sheridan authored
-
- Jan 04, 2017
-
-
Niall Sheridan authored
Use functions to build key generation options. Make it entirely optional.
-
- Dec 29, 2016
-
-
Niall Sheridan authored
-
- Dec 28, 2016
-
-
Niall Sheridan authored
-
Niall Sheridan authored
-
Niall Sheridan authored
-
Niall Sheridan authored
-
Niall Sheridan authored
sqlite uses CGO which prevents the building of statically-linked binaries. This change will omit sqlite support when building a static binary with: CGO_ENABLED=0 go build --ldflags '-extldflags "-static"'
-
Niall Sheridan authored
When configured the server will request a TLS certificate for the specified server name from LetsEncrypt
-
- Oct 31, 2016
-
-
Niall Sheridan authored
-