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