Skip to content
Snippets Groups Projects
  1. Dec 16, 2024
    • Antoine Lambert's avatar
      cli: Add list-datasets command · a459fb03
      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>
      a459fb03
  2. Dec 12, 2024
    • Aymeric Varasse's avatar
      683a7ac6
    • vlorentz's avatar
      Fix cgroup management when calling .run() twice on the same Command · 436cf341
      vlorentz authored and vlorentz's avatar vlorentz committed
      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)
      436cf341
  3. Dec 10, 2024
  4. Nov 26, 2024
  5. Nov 25, 2024
  6. 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
  7. Oct 31, 2024
  8. Oct 30, 2024
  9. Oct 29, 2024
  10. Oct 28, 2024
  11. Oct 24, 2024
  12. Oct 18, 2024
  13. Oct 16, 2024
  14. Oct 15, 2024
Loading