-
v0.24.188ff2c2f · ·
v0.24.1 * tests: Drop hypothesis < 6 requirement * Remove the remaining references to the deprecated SWHID class * postgresql: Ensure a minimum limit for the snapshot branches query
-
v0.24.014739c53 · ·
v0.24.0 * storage_tests: recompute ids when evolving RawExtrinsicMetadata objects. * RawExtrinsicMetadata: update to use the API in swh-model 1.0.0
-
v0.23.0e0e88b2f · ·
v0.23.0 - storage: Refactor OriginVisitStatus instantiation - db: Unify sql joins on origin_visit_status using "USING" - storage.postgresql: Use origin_visit_status.type value as source - test_replay: Fix hang since confluent-kafka 1.6 release - postgresql: Fix dbversion() to return the max version instead of a random one. - buffer: ensure objects are flushed in topological order - Return an accurate summary from buffer's flush() method - buffer: add support for snapshots - buffer: add type annotations for tests
-
v0.19.00b44b372 · ·
v0.19.0 * 2021-01-12 Adapt cassandra storage to ignore the new OriginVisitStatus.type field * 2021-01-08 Allow to use the JAVA_HOME environment for cassandra tests * 2021-01-13 Enforce hypothesis <6 to prevent test breakage * 2021-01-08 Make the CREATE_TABLES_QUERIES in cassandra/schema.py an explicit list * 2020-12-18 Add a cli section in the doc * 2020-11-24 storage.backfill: Allow cli run for origin_visit_status as well * 2020-11-24 conftest: Reference swh.core.db.pytest_plugin
-
v0.17.0943e440a · ·
Release swh.storage v0.17.0 - Migrate all raw extrinsic metadata attributes from id to target - Add an `algos` function to resolve branch aliases - Prepare updates to make swh.journal more generic - Improve api server initialization - Various updates to the migrate_extrinsic_metadata script, notably writing most metadata on directories instead of revisions
-
v0.15.0829118a6 · ·
v0.15.0 - Support different database flavors in the SQL scripts - Add the SQL commands used to set up the logical replication publication - Output a warning when the version of the database is different than expected - Improve code quality and doc in BufferedProxyStorage - Adapt cli declaration entrypoint to swh.core 0.3 - Add warning about skipped_content (sneaking into the 'content' topics) - graph-replayer: fix to prevent wrong warning - pre-commit: Add isort hook and reorder imports with isort - pytest_plugin: Change dbname to storage to avoid clash in tests - pytest_plugin: Use psql to load SQL files instead of connecting with psycopg2