- Feb 17, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
Bump development tools: mypy, codespell, isort, ... Move all tools configuration in pyproject.toml. Remove no longer needed mypy overrides.
-
- Feb 13, 2025
-
-
Antoine Lambert authored
-
- Feb 11, 2025
- Feb 07, 2025
-
-
- Jan 28, 2025
-
-
Aymeric Varasse authored
-
vlorentz authored
-
Aymeric Varasse authored
-
- Jan 23, 2025
-
-
The dockerfile for swh-graph was outdated as it was still expected to use removed java components that have been rewritten in rust.
-
Some parameters have been renamed so some examples were not working anymore.
-
- Jan 22, 2025
-
-
vlorentz authored
-
- Jan 17, 2025
-
-
vlorentz authored
instead of crashing, because the JOIN did not find a sha1
-
The softwaheritage S3 bucket is public so that option is required to download graph dataset files with the aws CLI.
-
vlorentz authored
For some reason, this now happens all the time on my machine. This may also be the cause of the random hangs we have had on Jenkins
-
- Jan 16, 2025
-
-
vlorentz authored
-
vlorentz authored
Otherwise, it crashes with: RuntimeError: The grpc package installed is at version 1.67.0, but the generated code in swh/graph/grpc/swhgraph_pb2_grpc.py depends on grpcio>=1.69.0. Please upgrade your grpc module to grpcio>=1.69.0 or downgrade your generated code using grpcio-tools<=1.67.0.
- Jan 15, 2025
-
-
David Douard authored
-
David Douard authored
This allows to remove version constraints on some dependencies (namely mypy-protobuf).
-
- Jan 14, 2025
-
-
It is required to run swh-graph Python tests.
-
Antoine Lambert authored
-
- Jan 09, 2025
- Dec 24, 2024
-
-
vlorentz authored
-
- Dec 23, 2024
-
-
vlorentz authored
Which creates an export, compresses a graph, uploads both to S3, and computes a couple of derived datasets. This may be used as an entry point for the task that needs to run every ~3 months
-
- Dec 19, 2024
- Dec 17, 2024
-
-
-
vlorentz authored
-
- Dec 16, 2024
-
-
Antoine Lambert authored
Add simple command to print the names of the Software Heritage graph datasets that can be downloaded with the following command: $ swh graph download --name <dataset_name> <target_directory>
-
- Dec 12, 2024
-
-
Aymeric Varasse authored
-
The cgroup was created when the Command is initialized, and calling .run() on it twice caused creation of two RunningCommand objects. As RunningCommand is responsible for deleting the cgroup (and polling information from it), this means that one of the RunningCommand deleted the cgroup before the other one tried to read it, causing a crash. This happens for example in CountPaths when direction=backward, because the zstdcat command running on the topological order is used twice (once to read the header, once to read the rest of the file)
-