You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support disabling sqlite dump process.
* Allow sqlite dump schedule to be disabled via env var.
* Tighten function naming.
* Add new local fs storage.
* Self-doc var names and comment.
* Self-doc vars and doc strings.
* Doc strings.
* Add local fs dump support.
* Rename storage class and refactor.
The class name refactor provides a more specific description of its functionality and prepares for another, similar, but different storage class.
The functionality refactor moves export creation behaviour into the storage class for better encapsulation.
* Rename mixin.
* Command docs and flag tweak.
* Comment tweak.
* Factor out base class and add new Storage.
* Use new storage.
* Add and use decorator to log function timings.
* Log message tweak.
* Relocate log timing decorator.
* Method rename, add docstring and close connection.
* Fix typo.
* Variable renaming.
* Improve docstring.
* Comment correction.
* Replace mocked storage with correct new Storage class.
* Better docstrings.
* Improve help text.
* Function name tweak.
* Remove temporary implementation.
* Rationalise imports.
* Corrected annotation.
* Unit test test_local_export_task_does_not_replace.
* Unit test test_local_export_task_saves.
* Unit test test_local_export_task_ignores_unpublished_and_unapproved_transactions.
* Unit test dump_sqlite command.
* Break up line.
0 commit comments