Skip to content
Snippets Groups Projects
  1. Feb 11, 2025
  2. Jan 28, 2025
  3. Jan 23, 2025
  4. Jan 22, 2025
  5. Jan 17, 2025
  6. Jan 14, 2025
  7. Nov 15, 2024
    • vlorentz's avatar
      docs: Recommend using --locked with cargo install · 93fd9239
      vlorentz authored
      The --locked option forces Cargo to use the lockfile declared by swh-graph,
      which was carefully written to avoid conflicts between two Arrow versions
      that are used as transitive dependencies through different packages.
      
      When Cargo tries to update one, it ends up with incompatible versions,
      causing a compilation failure.
      
      Currently, this only happens when enabling the `orc` features (which
      commands in the documentation do not enable), but similar issues could
      appear in the future with the default versions.
      93fd9239
  8. Oct 24, 2024
  9. Oct 15, 2024
  10. Sep 19, 2024
  11. Sep 13, 2024
  12. Sep 12, 2024
  13. Sep 11, 2024
    • vlorentz's avatar
      gRPC server: Log time spent streaming/traversing · c72d9ba9
      vlorentz authored and vlorentz's avatar vlorentz committed
      This is most of the time spent in the Traverse() endpoint, but it wasn't counted so far
      because we logged the request as soon as we start sending the response, even though
      this happens before the traversal even starts.
      c72d9ba9
  14. Sep 10, 2024
    • vlorentz's avatar
      Move gRPC server to its own crate · 5e3af231
      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.
      5e3af231
  15. Sep 09, 2024
  16. Sep 06, 2024
  17. Aug 30, 2024
  18. Aug 22, 2024
  19. Aug 21, 2024
  20. Aug 16, 2024
  21. Aug 13, 2024
  22. Aug 10, 2024
  23. Aug 06, 2024
  24. Jul 02, 2024
  25. Jun 18, 2024
  26. Jun 17, 2024
  27. May 31, 2024
  28. Apr 17, 2024
  29. Apr 10, 2024
  30. Apr 08, 2024
  31. Feb 14, 2024
  32. Jan 08, 2024
  33. Dec 01, 2023
  34. Nov 29, 2023
Loading