Skip to content
Snippets Groups Projects
  1. Feb 11, 2025
  2. Jan 22, 2025
  3. Jan 09, 2025
  4. Dec 19, 2024
    • vlorentz's avatar
      Enable serde's derive feature · c2bc3787
      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?)
      c2bc3787
  5. Dec 17, 2024
  6. Dec 10, 2024
  7. Nov 26, 2024
  8. Oct 31, 2024
  9. Oct 30, 2024
  10. Oct 29, 2024
  11. Oct 28, 2024
  12. Oct 24, 2024
  13. Oct 18, 2024
  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
    • vlorentz's avatar
      Fix warnings on Clippy 0.1.81 · da969efc
      vlorentz authored
      da969efc
  15. Sep 09, 2024
  16. Sep 07, 2024
  17. Sep 06, 2024
  18. Sep 03, 2024
  19. Sep 02, 2024
Loading