Releases: nyaruka/rp-archiver
v0.0.14
v0.0.13
v0.0.12
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
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
v0.0.9
v0.0.8
v0.0.7
v0.0.6
Changelog
f96a5a9 Update CHANGELOG.md for v0.0.6
73e697e Merge pull request #14 from nyaruka/rollups
ef2beb6 add tests for flow runs, test file contents as well
bbf8688 merge
c9d9084 add writing of rollup id to writing of monthlies to db
0641f93 Test downloading from S3 only when we have valid S3 config in the environment
3cf3112 add rollups
d988a68 Merge pull request #12 from nyaruka/testing
319d7bb Comments for exported types
160e1f4 Comments for exported types
a24ecc0 Make sure message labels are included in the archives
24207cd fix travis link
a184ab8 update readme
8aaf905 Merge pull request #11 from nyaruka/testing
f80c735 poke build
3076bb8 work in drazen changes
651c54b Merge branch 'testing' of https://github.com/nyaruka/rp-archiver into testing
ee9aff3 wip
5017c0f Merge branch 'testing' of github.com:nyaruka/rp-archiver into testing
208e12b Merge branch 'testing' of https://github.com/nyaruka/rp-archiver into testing
a1da21a always output dates in UTC
65dceac Add comments
35b355a Create archiver test DB
13510af random tweaks, add unit tests for current functionality, move to periods instead of start/stop
62520f9 Merge pull request #8 from nyaruka/update_serializer_format
cecc509 Add SQL for serializing FlowRuns
3148785 Don't serialize urns for anon orgs, fix attachment serialization
59292f1 Add flag for uploading to S3
bf3e854 Move EnsureTempArchiveDirectory outside of the archive loop
6f80a49 Delete temporary archive file after upload
9fe91cb Ensure that user can write to the temp archive directory
e37b33b Use created_on as date for archival
592fc81 Use JSONL - line delimted JSON as archive format