Tags give the ability to mark specific points in history as being important
-
-
-
v1.0.0
0a6d7983 · ·v1.0.0 * Add support for checking swh-storage backed by Cassandra: * Use '*_get_partition' endpoints instead of querying postgres directly * Change the SWHID range-based CLI and DB schema with opaque partition ids * Fix deprecation warnings, bumplinters * cli: Rename config key 'journal_client' to 'journal'
-
v0.1.2
a89cd673 · ·v0.1.2 * docs: Include module indices only when building standalone package doc * sql: Fix typos detected by codespell * pre-commit, tox: Bump pre-commit, codespell, black and flake8 * storage_checker: Retry on postgresql errors from swh-storage
-
v0.1.1
28224287 · ·v0.1.1 * Add checkpointing on storage_checker to avoid rechecking objects at the beginning of ranges again and again This release contains a database migration, that must be applied before restarting workers.
-
0.1.1
28224287 · ·0.1.1 * Add checkpointing on storage_checker to avoid rechecking objects at the beginning of ranges again and again This release contains a database migration, that must be applied before restarting workers.
-
v0.0.2
800b4508 · ·v0.0.2 - Add Fixer class, which re-loads corrupt objects from origins - Fix crash when using datastore_get_or_add for an existing datastore Internals --------- - requirements-test: Remove pytest pinning to < 7 - add strict asyncio_mode in pytest.ini - Bump mypy to v0.942 - Add .git-blame-ignore-revs file with automatic reformatting commits - python: Reformat code with black 22.3.0 - pre-commit, tox: Bump black from 19.10b0 to 22.3.0