CAcert board voting system running at https://motion.cacert.org/
Find a file
Jan Dittberner 4d23b6a48f Switch to more flexible go-logging
This commit switches from loggo to the more flexible go-logging
framework. Logs of severity INFO or higher are now written to a separate
boardvoting.log file.

Errors during execution of mail templates are now logged.

A reasoning for the vote result is now logged and put into the mail
notification when a decision is closed.
2017-04-22 20:07:39 +02:00
db Add goose database migrations 2017-04-22 00:14:35 +02:00
static Initial Go code for reimplementation 2017-04-15 19:23:40 +02:00
templates Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00
.gitignore Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00
.htaccess closing votes now controlled by crontab (user www-data) to close daily on the new day. Votes are due in the last minute of previous day 2009-07-12 02:08:45 +00:00
boardvoting.go Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00
config.yaml.example Run goose migration on application startup 2017-04-22 00:14:38 +02:00
forms.go Implement proxy voting 2017-04-22 00:14:08 +02:00
jobs.go Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00
Makefile Make compilation more verbose 2017-04-22 14:36:05 +02:00
models.go Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00
notifications.go Switch to more flexible go-logging 2017-04-22 20:07:39 +02:00