Skip to content
Snippets Groups Projects
  1. Feb 17, 2025
  2. Feb 13, 2025
  3. Feb 11, 2025
  4. Feb 07, 2025
  5. Jan 28, 2025
  6. Jan 23, 2025
  7. Jan 22, 2025
  8. Jan 17, 2025
  9. Jan 16, 2025
  10. Jan 15, 2025
  11. Jan 14, 2025
  12. Jan 09, 2025
  13. Dec 24, 2024
  14. 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
  15. Dec 19, 2024
  16. Dec 17, 2024
  17. 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
  18. 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
Loading