Age | Commit message (Expand) | Author |
2020-04-13 | Simplify | Ben Burwell |
2019-07-08 | Fix revocations query and UI | Niall Sheridan |
2019-07-08 | Use the box & path to packed migrations | Niall Sheridan |
2018-08-24 | Update deps | Niall Sheridan |
2018-08-23 | Record request reason in the db instead of logging | Niall Sheridan |
2018-08-08 | Misc fixes | Niall Sheridan |
2018-08-08 | Change the primary key on the issued_certs table | Niall Sheridan |
2018-08-07 | Drop unneeded index idx_revoked_expires_at | Niall Sheridan |
2018-08-07 | Add migrations tests | Niall Sheridan |
2018-08-07 | Updates to static content generation, docs and examples | Niall Sheridan |
2018-08-07 | Move StringSlice into the store package | Niall Sheridan |
2018-08-07 | Unexport store implementations | Niall Sheridan |
2018-08-07 | Remove obsolete db seed script | Niall Sheridan |
2018-08-07 | Manage db schema with rubenv/sql-migrate | Niall Sheridan |
2018-06-20 | use mysql.NewConfig() to set defaults correctly | Niall Sheridan |
2017-10-19 | Warn when not using a persistent datastore | Niall Sheridan |
2017-04-15 | Revoke multiple certs in a single call | Niall Sheridan |
2017-04-10 | remove calls to t.Parallel() | Niall Sheridan |
2017-04-10 | Add comment for exported method | Niall Sheridan |
2017-04-10 | override the json marshaller's time format | Niall Sheridan |
2017-04-10 | fix behaviour of SQLStore.List | Niall Sheridan |
2017-04-10 | Populate all fields during test | Niall Sheridan |
2017-02-19 | Add grpc signer | Niall Sheridan |
2017-01-27 | Remove mongo support | Kevin Lyda |
2017-01-22 | Switch from database/sql to sqlx | Niall Sheridan |
2017-01-15 | Make CertStorer implementations public | Niall Sheridan |
2017-01-13 | Db test config (#43) | Kevin Lyda |
2017-01-08 | Remove dbinit and use sql/js seed files | Niall Sheridan |
2017-01-05 | Move GetPublicKey to the shared `lib` package | Niall Sheridan |
2016-12-28 | quieten the linter | Niall Sheridan |
2016-12-28 | Allow building static binaries | Niall Sheridan |
2016-10-11 | Replace the 'datastore' option with a 'database' option | Niall Sheridan |
2016-10-06 | Add support for Hashicorp Vault | Niall Sheridan |
2016-09-30 | Use json.NewDecoder to decode json from http | Niall Sheridan |
2016-09-24 | Use a new session for each request | Niall Sheridan |
2016-09-11 | Add a toggle for unexpired certs | Niall Sheridan |
2016-09-11 | Allow filtering results | Niall Sheridan |
2016-08-28 | List only certs which haven't expired | Niall Sheridan |
2016-08-20 | Run some tests in parallel | Niall Sheridan |
2016-08-09 | SQLite DB support | Niall Sheridan |
2016-08-07 | Ping the db before attempting to query it | Niall Sheridan |
2016-08-01 | fix build | Niall Sheridan |
2016-07-31 | Support mongo datastores | Niall Sheridan |
2016-07-24 | Add a page for revoking certs | Niall Sheridan |
2016-07-03 | first pass at a certificate store | Niall Sheridan |