aboutsummaryrefslogtreecommitdiff
path: root/server/a_server-packr.go
AgeCommit message (Collapse)Author
2020-04-13SimplifyBen Burwell
2019-07-08Fix revocations query and UINiall Sheridan
Use `Exec` rather than `Query` to update revoked status `Query` works with MySQL but `Exec` is needed with sqlite Test that the key is revoked Correct column ordering
2018-08-24Update depsNiall Sheridan
2018-08-23Record request reason in the db instead of loggingNiall Sheridan
2018-08-07Updates to static content generation, docs and examplesNiall 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-01Migrate from esc to packr for static filesNiall Sheridan