Skip to content
Snippets Groups Projects
  1. Jan 09, 2025
  2. Dec 24, 2024
  3. Dec 23, 2024
    • vlorentz's avatar
      Add RunNewGraph meta-task · 78bda13b
      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
      78bda13b
  4. Dec 19, 2024
  5. Dec 17, 2024
  6. 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
  7. 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
  8. Dec 10, 2024
  9. Nov 26, 2024
  10. Nov 25, 2024
  11. 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
  12. Oct 31, 2024
  13. Oct 30, 2024
  14. Oct 29, 2024
  15. Oct 28, 2024
  16. Oct 24, 2024
Loading