Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | fix(test): update travis and e2e selfSignedCert fn | Dominic Evans | |
- add go.mod/go.sum - update .travis.yml to test against supported Go versions - drop golint from CI checks To satisfy modern Go crypto in the tlsrouter e2e_test.go: - bump RSA keysize to minimum 2048 bits - set NotBefore to valid recent timestamp - include CommonName in SANs Signed-off-by: Dominic Evans <[email protected]> | |||
2020-01-24 | Update import path to inet.af/tcpproxy | Brad Fitzpatrick | |
2017-07-05 | Correct the package building command, and only deploy for master branch commits. | David Anderson | |
2017-07-05 | Another attempt to fix Travis. | David Anderson | |
Drop Go 1.7 from the build matrix, tcpproxy uses a 1.8 feature of crypto/tls. Make `go get` fetch the right test packages for cmd/tlsrouter. | |||
2017-07-05 | Make Travis test all packages, and remove the go.universe.tf import path. | David Anderson | |
2017-07-02 | Correct the travis build to kinda work. | David Anderson | |
2017-07-02 | Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg. | David Anderson | |
2017-05-14 | Make golint fail if lint errors are found, and fix said lint. | David Anderson | |
2017-05-14 | Clean up the Travis build a bit more, moving more stuff to the deploy stage. | David Anderson | |
2017-05-14 | Test Travis's new build stage support. | David Anderson | |
This should only package and deploy if the build is clean on *all* Go versions in the test matrix. | |||
2017-05-14 | Make travis fetch the test-only dependency. | David Anderson | |
2017-05-14 | Upload packages based on Go 1.8, not 1.7. | David Anderson | |
2017-05-14 | Add Go 1.8 to the build matrix. | David Anderson | |
2017-02-08 | Stop testing against Go 1.6. | David Anderson | |
1.6 lacks the builtin context package, and 1.8 will be out any day now, so 1.6 is on its last legs anyway. | |||
2017-01-31 | Clean up travis config a bit, and add missing copyright notice. | David Anderson | |
2017-01-31 | Add a deploy step to garbage-collect old packagecloud files. | David Anderson | |
2017-01-31 | Random change to force travis rebuild on latest code. | David Anderson | |
2017-01-31 | Attempt to create a package with no version name. | David Anderson | |
2017-01-31 | Revert to just debian/jessie. It's the same package anyway. | David Anderson | |
Rather than push a million different packages, just make users select the correct repository for now. | |||
2017-01-31 | Try the obvious way to specify a matrix of package tags. | David Anderson | |
2017-01-31 | Limit the deploy to only the go 1.7 build. | David Anderson | |
2017-01-31 | Skip cleanup so travis doesn't delete the freshly built .deb. | David Anderson | |
2017-01-31 | Attempt a packagecloud push. | David Anderson | |
2017-01-31 | Attempt to build a debian package with FPM. | David Anderson | |
2017-01-01 | Add a Travis CI config. | David Anderson | |