m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Remove v1 saver struct logic #404

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

After deploying https://github.com/m-lab/etl-gardener/releases/tag/prod-v2.14.0 the production system is writing in the v2 format. We no longer need the v1 saver load logic. This change removes the v1 saver struct and saver logic.

Part of:


This change is Reviewable

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3540


Files with Coverage Reduction New Missed Lines %
ops/actions.go 2 40.13%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 3534: -0.4%
Covered Lines: 1500
Relevant Lines: 2030

💛 - Coveralls
stephen-soltesz commented 1 year ago

Thank you!