aboutsummaryrefslogtreecommitdiff
path: root/src/jobs/weekly_report.rs
AgeCommit message (Collapse)Author
12 daysMigrate to tokio_rusqliteJoris
2025-01-26Replace tera by minijinjaJoris
tera was doing the job all right, but minijinja has fewer dependencies.
2024-06-02Simplify logging initJoris
2021-02-01Fix mail sendingJoris
The error was due to the utilization of the special character “—” in the subject, with postfix’ sendmail. Also directly use process commands to get async support.
2021-01-03Rewrite in RustJoris