Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | Add a tool to create empty migrations | Niall Sheridan | |
2018-08-07 | Add migrations tests | Niall Sheridan | |
2018-08-07 | Updates to static content generation, docs and examples | Niall Sheridan | |
Static content generator finds the root of the git repo and executes from there. Packr will scan subdirs for boxes to be packed. | |||
2018-08-07 | Move StringSlice into the store package | Niall Sheridan | |
2018-08-07 | Unexport store implementations | Niall Sheridan | |
Return an error if the store isn't known, instead of defaulting to a mem store | |||
2018-08-07 | Remove obsolete db seed script | Niall Sheridan | |
2018-08-07 | Manage db schema with rubenv/sql-migrate | Niall Sheridan | |
It's currently hard to make changes to the database schema. Use sql-migrate to make incremental changes. Stop hard-coding the database name (the default is still "certs" for backward-compatibility) The `automigrate()` function will automatically run pending migrations. Use a different migration directory per database driver. This carries a cost of duplication, but is easier than creating migrations which will cleanly execute in both SQLite and MySQL. Migrations are shipped using the packr utility. | |||
2018-08-07 | Use multi-stage build with current Go version | Niall Sheridan | |
2018-08-06 | Makefile and README fixes | Niall 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-06 | Error if the git client isn't clean | Niall Sheridan | |
2018-08-05 | Test against 1.11 beta3 | Niall Sheridan | |
2018-08-01 | Switch to a Makefile | Niall Sheridan | |
2018-08-01 | Migrate from esc to packr for static files | Niall Sheridan | |
2018-06-20 | Update versionsv1.0.0 | Niall Sheridan | |
2018-06-20 | use mysql.NewConfig() to set defaults correctly | Niall Sheridan | |
2018-06-20 | Update dependencies | Niall Sheridan | |
2017-10-19 | Warn when not using a persistent datastore | Niall Sheridan | |
2017-10-19 | Move database config to the server section | Niall Sheridan | |
2017-10-18 | allow whitespace in message (#68) | Bob Long | |
2017-10-18 | Update Go version | Niall Sheridan | |
2017-10-18 | Update dependencies | Niall Sheridan | |
2017-10-17 | Support a message to be passed and logged from client to server (#67) | Bob Long | |
* Support a message to be passed and logged from client to server | |||
2017-08-14 | Use bold text | Niall Sheridan | |
2017-08-14 | Add a note about the dangers of relying on dropping privs in Go | Niall Sheridan | |
2017-06-17 | Disable grpc multiplexer | Niall Sheridan | |
2017-06-17 | Set the textarea height | Niall Sheridan | |
2017-06-05 | Saving private keys (#61) | fuero | |
* enables saving private keys * renames public_file_prefix to key_file_prefix and updates its docs to better reflect the changes | |||
2017-04-15 | Revoke multiple certs in a single call | Niall Sheridan | |
2017-04-10 | enable race detection | Niall Sheridan | |
2017-04-10 | remove calls to t.Parallel() | Niall Sheridan | |
2017-04-10 | update dependencies | Niall Sheridan | |
2017-04-10 | add a healthcheck handler | Niall Sheridan | |
2017-04-10 | obtain the username before revoking the token | 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-04-10 | Add indexes | Niall Sheridan | |
2017-04-10 | don't log timestamps | Niall Sheridan | |
2017-04-10 | Ensure resp.Body is closed | Niall Sheridan | |
2017-03-02 | Add Go to client requirements | Niall Sheridan | |
2017-02-20 | Split the servers out of main | Niall Sheridan | |
2017-02-19 | update dependencies | Niall Sheridan | |
2017-02-19 | Add grpc signer | Niall Sheridan | |
2017-02-19 | Ignore generated .idea directory | Niall Sheridan | |
2017-02-16 | Test against 1.8 and tip | Niall Sheridan | |
2017-02-12 | Update dependencies | Niall Sheridan | |
2017-02-12 | Minor fixups | Niall Sheridan | |
Correct some flag strings and some format strings Don't fatal when the client config file is missing Make keysigner, certstore and authprovider package-level | |||
2017-02-12 | Initial pass at prometheus support. (#56) | Kevin Lyda | |
2017-02-11 | Revert "Remove the oauth_callback_url config option" | Niall Sheridan | |