Skip to content

Releases: nyaruka/rp-archiver

v0.0.16

05 Jun 18:21
Compare
Choose a tag to compare

Changelog

ad5c3d5 Update CHANGELOG.md for v0.0.16
25cd203 Merge pull request #21 from nyaruka/deletion-date
e77c8c0 add deletion_date

v0.0.15

05 Jun 17:10
Compare
Choose a tag to compare

Changelog

b09c53f Update CHANGELOG.md for v0.0.15
b02a40f better context management in archival deletion

v0.0.14

05 Jun 02:02
Compare
Choose a tag to compare

Changelog

e19c547 Update CHANGELOG.md for v0.0.14
fce1628 bump batch size down to 100

v0.0.13

05 Jun 01:18
Compare
Choose a tag to compare

Changelog

059ffb9 Update CHANGELOG.md for v0.0.13
eb47556 dont try to build archives that are too big

v0.0.12

04 Jun 22:39
Compare
Choose a tag to compare

Changelog

9220d95 Update CHANGELOG.md for v0.0.12
b6103c0 Merge pull request #20 from nyaruka/fix-msg-query
b09f914 more test tweaks
1edd2ce update tests
c204b7b add test for test contacts and null channel
67074b9 remove unneeded condition
aee7bed mo better join
1b658df allow msgs with null channels, dont archive test contacts

v0.0.11

04 Jun 19:10
Compare
Choose a tag to compare

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

v0.0.10

22 May 19:34
Compare
Choose a tag to compare

Changelog

7dc4b76 Update CHANGELOG.md for v0.0.10
e5ff607 moar coverage

v0.0.9

22 May 19:11
Compare
Choose a tag to compare

Changelog

909c35b Update CHANGELOG.md for v0.0.9
244c913 Merge pull request #16 from nyaruka/backfill-monthlies
05e16ee create montly archives when doing backfills, add input and value to run outputs

v0.0.8

19 May 16:33
Compare
Choose a tag to compare

Changelog

304d989 Update CHANGELOG.md for v0.0.8
bb13002 don't download 0 record archives when building monthlies

v0.0.7

19 May 14:50
Compare
Choose a tag to compare

Changelog

852f5d1 Update CHANGELOG.md for v0.0.7
35c2c9d archive flow runs based on modified instead of created