Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | releasing package cacert-boardvoting version 0.5.0-1debian/0.5.0-1 | Jan Dittberner | |
2019-08-01 | Remove Jenkinsfile from debian branch | Jan Dittberner | |
This commit removes the Jenkinsfile from the debian branch to avoid building code from this branch. | |||
2019-08-01 | Initial debian packaging | Jan Dittberner | |
2019-07-31 | Initialize logger with timestamps0.5.0 | Jan Dittberner | |
2019-07-31 | Ensure that the application can start with a new database | Jan Dittberner | |
This commit changes the NewDB function to run migrations before preparing SQL statements. | |||
2019-07-31 | Add documentation for how to setup and use the software | Jan Dittberner | |
2019-07-31 | Remove unused MigrationsPath config parameter | Jan Dittberner | |
2019-07-31 | Apply Apache License 2.0 | Jan Dittberner | |
2019-07-31 | Remove unused styles.css file | Jan Dittberner | |
2019-07-31 | Update to latest jQuery and Semantic-UI | Jan Dittberner | |
2019-07-31 | Update semantic UI to 2.4.2 | Jan Dittberner | |
2019-07-31 | Modernize Go code | Jan Dittberner | |
- switch from go-logging to logrus - handle all errors - use gomail's NewDialer instead of deprecated NewPlainDialer | |||
2019-07-31 | Update .gitignore | Jan Dittberner | |
2019-07-31 | Fix syntax error | Jan Dittberner | |
2019-07-31 | Build go-bindata before building the application | Jan Dittberner | |
2019-07-31 | Simplify Jenkinsfile | Jan Dittberner | |
2019-07-31 | Switch to go modules | Jan Dittberner | |
2018-03-31 | Ignore count of applied migrations from migrate.Exec | Jan Dittberner | |
2018-03-31 | Implement CSRF protection | Jan Dittberner | |
2018-03-31 | Remove unused goose dependency constraints | Jan Dittberner | |
2018-03-29 | Include $GOPATH in $PATH0.4.2 | Jan Dittberner | |
2018-03-29 | Install the go-bindata binary before build | Jan Dittberner | |
2018-03-29 | Make sure go-bindata is installed before building | Jan Dittberner | |
2018-03-29 | Only archive the cacert-boardvoting binary and the config example0.4.1 | Jan Dittberner | |
2018-03-29 | Update dependencies0.4.0 | Jan Dittberner | |
2018-03-29 | Use assets for mail templates | Jan Dittberner | |
2018-03-29 | Use static assets for HTML templates | Jan Dittberner | |
- implement custom http.Filesystem boardvoting.AssetFS - replace "footer" and "header" with "footer.html" and "header.html" - change renderTemplate to use Assets - use boardvoting.GetAssetFS() with http.Fileserver | |||
2018-03-29 | Embed database migrations | Jan Dittberner | |
- 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-01-14 | Update dependencies0.3.1 | Jan Dittberner | |
2018-01-14 | Improve denied error page and output current authenticated user | Jan Dittberner | |
2017-08-27 | Remove duplicate jenkins- from BUILD id | Jan Dittberner | |
2017-08-27 | Use a Jenkins build number for build id | Jan Dittberner | |
2017-08-27 | Fix missing single quote0.3.0 | Jan Dittberner | |
2017-08-27 | Change to build directory inside shell blocks | Jan Dittberner | |
2017-08-27 | Move environment declaration to stage blocks | Jan Dittberner | |
2017-08-27 | Define target build directory environment variable | Jan Dittberner | |
2017-08-27 | Reduce shell calls to single steps | Jan Dittberner | |
2017-08-27 | Use temporary path for gopath | Jan Dittberner | |
2017-08-27 | Fix compile errors with pinned dependency versions | Jan Dittberner | |
2017-08-27 | Add direct call to dep | Jan Dittberner | |
2017-08-27 | Set PATH to include gocode/bin | Jan Dittberner | |
2017-08-27 | Use dep in Jenkinsfile | Jan Dittberner | |
2017-08-27 | Add dep dependency management | Jan Dittberner | |
This commit introduces dependency management using https://github.com/golang/dep to make builds reproducible. | |||
2017-05-14 | Add Jenkinsfile to enable Jenkins build | Jan Dittberner | |
2017-05-14 | Change motion content formatting | Jan Dittberner | |
Use a linebreak sensitive paragraph instead of <pre> for motion content output. | |||
2017-04-30 | Use Semantic UI for all HTML templates0.2.0 | Jan Dittberner | |
2017-04-29 | Work on Semantic UI theming | Jan Dittberner | |
2017-04-22 | Add jQuery and Semantic-UI for theming | Jan Dittberner | |
2017-04-22 | Switch to more flexible go-logging | Jan Dittberner | |
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 | Make compilation more verbose | Jan Dittberner | |