aboutsummaryrefslogtreecommitdiff
path: root/server/store/mongo.go
AgeCommit message (Collapse)Author
2017-01-27Remove mongo supportKevin Lyda
Resolves #40
2017-01-15Make CertStorer implementations publicNiall Sheridan
2016-10-11Replace the 'datastore' option with a 'database' optionNiall Sheridan
The 'datastore' string option is deprecated and will be removed in a future version. The new 'database' map option is preferred.
2016-09-24Use a new session for each requestNiall Sheridan
2016-09-11Allow filtering resultsNiall Sheridan
2016-08-28List only certs which haven't expiredNiall Sheridan
2016-08-07Ping the db before attempting to query itNiall Sheridan
2016-08-01fix buildNiall Sheridan
2016-07-31Support mongo datastoresNiall Sheridan