- Feb 11, 2025
-
-
vlorentz authored
- Jan 22, 2025
-
-
vlorentz authored
-
- Jan 09, 2025
-
-
vlorentz authored
-
- Dec 19, 2024
-
-
vlorentz authored
It should be needed in `src/properties/*.rs` to serialize/deserialize `Vec*` structs, but for some reason it isn't for Rust >= 1.82 (or >= 1.81?)
-
- Dec 17, 2024
-
-
- Dec 10, 2024
-
-
Aymeric Varasse authored
-
Aymeric Varasse authored
Include update to `pyo3-0.23.0`
-
- Nov 26, 2024
-
-
vlorentz authored
-
- Oct 31, 2024
-
-
vlorentz authored
-
- Oct 30, 2024
-
-
vlorentz authored
This will be useful to generate graphs for test cases
-
vlorentz authored
Otherwise it captures `'de` though `D` and that makes the function pretty hard to use, as its return value cannot alive the deserializer.
-
vlorentz authored
-
vlorentz authored
In this case, serde_json only yields owned Strings, so `<&str>::deserialize()` fails. We need a visitor, which has a default implementation of visit_string that defers to visit_str, so it works.
-
- Oct 29, 2024
-
-
vlorentz authored
-
vlorentz authored
This reverts commit 260d641a. orc-rust v0.4.0 and v0.5.0 break ar_row: * https://github.com/datafusion-contrib/orc-rust/pull/13 * https://github.com/datafusion-contrib/datafusion-orc/issues/137
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
-
- Oct 28, 2024
-
-
vlorentz authored
-
- Oct 24, 2024
- Oct 18, 2024
-
-
vlorentz authored
-
- Sep 10, 2024
-
-
vlorentz authored
This is easier to install, as there is no need for users to remember --features=grpc-server. This also avoids declaring every dependency of the gRPC server as 'optional' and adding it to the list of dependencies of the 'grpc-server' feature; and I expect this set of dependencies to get larger now that the gRPC server is starting to be used in production (eg. statsd metrics). Finally, this allows Cargo to remove building the gRPC server from the critical path to building swh_graph_provenance when building all crates (eg. in CI), which should make it a little faster to build.
-
vlorentz authored
-
- Sep 09, 2024
-
-
vlorentz authored
It was a bug in the Java gRPC server to allow it without the "node." prefix because FieldMasks should match the fully-qualified field name in the output, and these two endpoints return a Path (with a Node field) instead of directly a Node stream like Traverse does.
-
- Sep 07, 2024
-
-
vlorentz authored
eg. adding 'ori.url' to the FieldMask would cause an empty RevisionData struct to be added to every revision node
-
- Sep 06, 2024
-
-
vlorentz authored
This makes the EDGE_LABELS run time go from 2.5 days to 1 day; and TRANSPOSE_EDGE_LABELS probably from 3.5 to 1-1.5 day.
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
The name of the .order file when using a non-GOV MPH changed, in order to support more than one (mphf, permutation) pair for a given graph.
-
- Sep 03, 2024
- Sep 02, 2024