-
-
-
-
v0.0.15915811b94 · ·
v0.0.159 - Monkey-patch backend classes instead of 'get_storage' functions. - Fix DeprecationWarning about get_storage args. - Move IndexerStorage documentation and endpoint paths to a new IndexerStorageInterface class. - conftest: Use module's `get_<storage-backend>` to instantiate backend - docs: Fix sphinx warnings - Fix merge_documents to work with input document with an @id. - Fix support of VCSs whose HEAD branch is an alias. - Fix type of 'author' in gemspec mapping output. - Fix test_origin_metadata mistakenly broken by e50660efca - Fix several typos reported by pre-commit hooks - Add a pre-commit config file - Remove unused property-based test environment - Migrate tox.ini to extras = xxx instead of deps = .[testing] - Merge tox test environments - Drop version constraint on pytest - Include all requirements in MANIFEST.in
-
-
-
-
-
-
-
v0.0.15701f1c385 · ·
v0.0.157 * migrate storage tests to pytest * proper pagination for IndexerStorage.origin_intrinsic_metadata_search_by_producer
-
-
-
v0.0.156d27cd133 · ·
v0.0.156 * update indexer for storage 0.0.156 * cli: fix max-message handling in the journal-client command * tests: fix test_metadata.py for frozen entities in swh.model.model * tests: update tests for storage>=0.0.155 * test_metadata typing: use type-specific mappings instead of cast * storage/db.py: drop unused format arg regconfig from query * typing: minimal changes to make a no-op mypy run pass
-
-
-
-
-
v0.0.1551d625af0 · ·
v0.0.155 * Avoid spamming logs with processed %d messages every message * tox.ini: Fix py3 environment to use packaged tests * Remove indirection swh.indexer.storage.api.wsgi to start server * Add a command-line tool to run metadata translation.