Commit graph

8 commits

Author SHA1 Message Date
a69e017ead Update semantic UI to 2.4.2 2019-07-31 14:48:02 +02:00
870e3ab1d2 Update .gitignore 2019-07-31 14:09:02 +02:00
4dd5e09820 Embed database migrations
- switch from goose to github.com/rubenv/sql-migrate
- move assets (static, templates, migrations) to boardvoting package
- add generated boardvoting/assets.go
- remove unused static files from static directory
- add package db with db migration configuration
2018-03-29 20:08:41 +02:00
bf511ae4db Add dep dependency management
This commit introduces dependency management using
https://github.com/golang/dep to make builds reproducible.
2017-08-27 15:52:55 +02:00
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
c6b1435875 Add goose database migrations 2017-04-22 00:14:35 +02:00
bcfbad42b6 Add version and build number output 2017-04-22 00:12:32 +02:00
74987ce184 Initial Go code for reimplementation 2017-04-15 19:23:40 +02:00