-
v1.5.04825f40a · ·
v1.5.0 * postgresql: Stop logging and sending timeouts to Sentry * cassandra: Fix warnings * Fix flaky test * cassandra: document UPSERT behavior in a test
-
v1.4.2fbe38038 · ·
v1.4.2 - postgresql: Increase some timeouts to get origin visits - backfill: Add support for directories with duplicated entries - cli: move an import statement in the cli command - do not always auto-create an OriginVisitStatus object in origin_visit_add() - Add a Storage.flavor property to the postgresql backend - Update pytest_plugin for swh.core 2.10
-
v1.4.1c19f53f1 · ·
v1.4.1 - Set current_version attribute to postgresql datastore - origin/master pytest_plugin: use the stock pytest_postgresql postgresql factory - Add missing __init__.py in proxies/ - docs: Describe metadata formats more precisely, and mention github and gitlab's - add strict asyncio_mode in pytest.ini
-
v1.4.095629534 · ·
v1.4.0 * Add function storage.algos.directory.directory_get * Fix deprecation warnings
-
v1.3.07c9586a0 · ·
v1.3.0 - interface: Add new method origin_visit_get_with_statuses - Make postgresql's Storage client options configurable from config - requirements-test: Remove pytest pinning to < 7 - 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
-
v1.1.098b41c85 · ·
v1.1.0 * postgresql: Increase timeouts that often fail * origin_visit_get_latest: Order by visit id instead of date * postgresql: Remove unused listener code from db.py * backfill: Make integer_ranges() work on str args + add typing to RANGE_GENERATORS * backfill: Add missing raw_manifest to directories
-
v0.43.18bf07c39 · ·
v0.43.1 * Add typing to revision_walker.py and make the state a dataclass * revision_walker: Add support for ignore_displayname.
-
v0.42.06f025246 · ·
v0.42.0 * Remove 'offset' and 'negative_utc' for the TimestampWithTimezone constructor call * Stop using the deprecated 'TimestampWithTimezone.offset' attribute * Fix directory_add to actually insert the manifest + add directory_get_raw_manifest
-
v0.41.2c68a4fd9 · ·
v0.41.2 * cassandra: Use concurrent queries in *_missing() instead of naive grouping * Fix sphinx error * postgres: Add indices to keep track of objects with a raw_manifest
-
v0.38.03441f689 · ·
v0.38.0 - buffer: add some debug logging for number of objects sent - buffer: add a threshold for the estimated size of revision and release batches - buffer: add a threshold for the number of revision parents in one batch - buffer: add a threshold for the number of directory entries in one batch - filter: add filtering for release_add - filter: do not call the underlying functions if there's nothing to add - buffer: Ensure that we don't send data from empty buffers