Tags give the ability to mark specific points in history as being important
-
v0.6.4
cd42c667 · ·v0.6.4 - indexer: Remove pagination logic using stream_results() instead. - ContentPartitionIndexer: Do not index the same content multiple times at once. - Add a cli section in the doc - test_journal_client_cli: Send production objects to journal - test_journal_client: Migrate away from mocks - tests: Use production backends within the indexer tests
-
v0.6.0
7e03cc68 · ·v0.6.0 - indexer.journal_client: Subscribe to OriginVisitStatus topic - swh.indexer.cli.journal_client: ensure the minimal configuration exists - Drop all deprecated uses of `args` in component factories - Drop vcversioner from requirements - Make the indexer storage write to the journal.
-
v0.5.0
8272bc90 · ·v0.5.0 * Remove metadata deletion endpoints and algorithms * Remove conflict_update/policy_update option from BaseIndexer.run() * Remove conflict_update option from _add() endpoints.
-
v0.3.0
c6afd9d7 · ·v0.3.0 * Make indexer-storage endpoints use attr-based classes instead of dicts * Add more typing to indexers and their tests
-
v0.2.1
d9e931cc · ·v0.2.1 * indexer.rehash: Adapt content_get_metadata call to content_get * origin_head: Use snapshot_get_all_branches instead of snapshot_get. * Import SortedList, db_transaction_generator, and db_transaction from swh-core instead of swh-storage. * tests: remove invalid assertion
-
v0.1.1
d5965060 · ·v0.1.1 - setup.py: Migrate from vcversioner to setuptools-scm - MANIFEST: Include missing conftest.py requirement - metadata: Update swh.storage.origin_get call to latest api change - Drop unsupported "validate" proxy - tests: Drop deprecated storage.origin_add_one use - Drop useless use of pifpaf - Clean up the swh.scheduler and swh.storage pytest plugin imports - tests: Drop obsolete origin visit fields
-
v0.0.171
1d060005 · ·v0.0.171 - cli: Adapt journal client instantiation according to latest change - codemeta: Add compatibility with PyLD >= 2.0.0. - setup: Update the minimum required runtime python3 version - Add a pyproject.toml file to target py37 for black - Enable black - test: make test data properly typed - indexer.cli.journal_client: Simplify the journal client call - Remove type from origin_add calls - Rename --max-messages to --stop-after-objects. - tests: Migrate to latest swh-storage api change
-
v0.0.169
895544fc · ·v0.0.169 - storage: Add @timed metrics on remaining indexer storage endpoints - indexer.storage: Use the correct metrics module - idx.storage: Add time and counter metric to idx_configuration_add - indexer.storage: Remove redundant calls to send_metric - indexer: Fix mypy issues