Tags give the ability to mark specific points in history as being important
-
v1.2.0
00b2cf4a · ·v1.2.0 New features (Rust): * "Content Retriever" that fetches content objects from SWH's public object storages, and optionally caches them locally to rocksdb * impact: Add support for excluding some timestamp ranges * Add script to summarize contributions made by a known set of people across all repos New features (Python): * cli: Add download-graph and download-orc commands * cli: Rename list-datasets command to list * cli: If LUIGI_CONFIG_PATH is set, merge its content then override it * Set default value for `local_sensitive_export_path` Fixes (Python): * luigi/origin_contributors: Fix AttributeError * Remove CLI endpoints that belong to swh-graph (again) * Pass YAML config parameters to luigi * Re-add dependency on FindEarliestRevision * Don't automatically generate an export id Fixes (Rust): * Cargo.lock: Bump some indirect deps to fix compilation with rust 1.88 Internal: * Update swh-graph to 8.0.0 * Add support for arrow v56 and update dsi-progress-logger and swh-graph * jenkins/install-non-python-deps: Bump swh-provenance-db-build * jenkins/install-non-python-deps: Bump swh_graph_topology to 6.7.5 * pyproject.toml: Use extend-exclude flake8 option instead of exclude * requirements-test: Remove use of deprecated types-click stubs * docs/Makefile: Remove inclusion of Makefile.local