Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | Test against 1.8 and tip | Niall Sheridan | |
2017-01-27 | Remove mongo support | Kevin Lyda | |
Resolves #40 | |||
2017-01-27 | Move tests out of travis config to a standalone script | Kevin Lyda | |
Can also be used as a pre-commit hook. | |||
2017-01-27 | Use latest releases | Niall Sheridan | |
2017-01-25 | Building against tip is slow. Don't count rc as failures. | Niall Sheridan | |
2017-01-20 | Test with go1.8 rc2 | Niall Sheridan | |
2017-01-10 | Use latest versions | Niall Sheridan | |
Fix newly-broken tests | |||
2017-01-08 | Remove dbinit and use sql/js seed files | Niall Sheridan | |
2016-10-31 | Update dependencies | Niall Sheridan | |
2016-10-11 | Replace the 'datastore' option with a 'database' option | Niall Sheridan | |
The 'datastore' string option is deprecated and will be removed in a future version. The new 'database' map option is preferred. | |||
2016-10-06 | Add support for Hashicorp Vault | Niall Sheridan | |
Vault is supported for the following: As a well-known filesystem for TLS cert, TLS key and SSH signing key. For configuration secrets for cookie_secret, csrf_secret, oauth_client_id and oauth_client_secret options. | |||
2016-10-06 | Drop support for go 1.5 | Niall Sheridan | |
2016-09-03 | Update dependencies | Niall Sheridan | |
Also tweak travis config | |||
2016-09-03 | drop coverage checks | Niall Sheridan | |
2016-09-03 | Run coverage on all packages | Niall Sheridan | |
2016-09-03 | Add codecov | Niall Sheridan | |
2016-08-16 | Test against 1.7 | Niall Sheridan | |
2016-08-01 | go 1.6.3 | Niall Sheridan | |
2016-07-31 | Support mongo datastores | Niall Sheridan | |
2016-07-31 | Use a KRL for revoked certs | Niall Sheridan | |
2016-07-03 | first pass at a certificate store | Niall Sheridan | |
2016-06-28 | run tests using tip | Niall Sheridan | |
2016-06-13 | Don't test against tip | Niall Sheridan | |
2016-06-13 | Run the linter as part of tests. | Niall Sheridan | |
Fix lint warnings. | |||
2016-05-29 | Filter vendor packages from tests | Niall Sheridan | |
2016-05-29 | Run more CI checks | Niall Sheridan | |
Re-enable go 1.5 Run `go build`, `gofmt` and `go vet` in addition to tests. | |||
2016-05-22 | Drop go 1.5 | Niall Sheridan | |
2016-04-22 | More go versions | Niall Sheridan | |
2016-04-21 | specify go version | Niall Sheridan | |
2016-04-21 | Add .travis.yml | Niall Sheridan | |