v0.0.11
Changelog
89b71df Update CHANGELOG.md for v0.0.11
bf76778 Merge pull request #17 from nyaruka/delete-msgs
9fac24b more logging, add status logging of deletions
c4a3877 use time.Since() instead it time.Sub()
dfbed5b add timeouts through contexts
021c4a2 be explicit that rollups dont need deletion
91b895d more test fixing from boolean reversal
cf5783e fix tests
e3f0b62 update test
93ed48d rename is_purged to needs_deletion
c4c2535 tweaks
210b02a more tests, remove cascades so we test accurately, rollups dont need purging
9d66e19 always use logrus.WithFields instead of singular construct
311113f correct set of incantations to get UTC dates out of golang/pg
ac20c0a use as to get back to names go can map to
1be4a84 force UTC when selecting existing archives
4f6b888 set UTC timezone at connection time
b3dec24 wip for deletion of archive messages
5947cfa various tweaks and fixes for non-utc timezones
88933cb Merge pull request #15 from nyaruka/sql_for_missing_archives
fc65421 Use database to get the count of archives
51b938a Use SQL to find missing archives