CAcert board voting system running at https://motion.cacert.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to 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.
7 years ago
db Add goose database migrations 7 years ago
static Initial Go code for reimplementation 7 years ago
templates Switch to more flexible go-logging 7 years ago
.gitignore Switch to more flexible go-logging 7 years ago
.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 15 years ago
Makefile Make compilation more verbose 7 years ago
boardvoting.go Switch to more flexible go-logging 7 years ago
config.yaml.example Run goose migration on application startup 7 years ago
forms.go Implement proxy voting 7 years ago
jobs.go Switch to more flexible go-logging 7 years ago
models.go Switch to more flexible go-logging 7 years ago
notifications.go Switch to more flexible go-logging 7 years ago