Commit Graph

9 Commits

Author SHA1 Message Date
Dave Gallant
7b59bf8163 Add initial Action (#40)
* Add initial Github action.
2020-10-26 00:35:19 -04:00
Dave Gallant
379d4d6d89 Bump version to 0.1.2 (#32) 2020-10-04 17:28:28 -04:00
Dave Gallant
09d48c4b03 Improve logging (#31)
* Add more debug logging

* Set default logging to `info`
2020-10-04 17:15:47 -04:00
Dave Gallant
90b709a6a1 Upgrade sendgrid-rs from 0.12.1 to 0.13.0 (#30)
* Bump sendgrid from 0.12.1 to 0.13.0

Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/gsquire/sendgrid-rs/releases)
- [Commits](https://github.com/gsquire/sendgrid-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Use the ? formatting option to use the Debug rather than Display trait

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-04 16:39:38 -04:00
Dave Gallant
d3a23736cc Add Dockerfile and Docker Hub publishing (#9)
Adds docker image publishing with example usage in the README.
2020-07-11 22:47:30 -04:00
Dave Gallant
d01f4bf106 Improve mail template formatting (#7) 2020-06-23 20:41:41 -04:00
Dave Gallant
1989b48d99 Add optional --dbpath flag (#6)
* Use common config with lower cache capacity

* Add command line argument parser

* Add optional --dbpath flag
2020-06-22 22:54:06 -04:00
Dave Gallant
b9bec9479c Add matched expression to notification (#4) 2020-06-21 15:25:03 -04:00
Dave Gallant
d6c5b13f67 Add initial (#1) 2020-06-21 02:20:36 -04:00