Skip to content
Snippets Groups Projects
  1. Oct 05, 2022
  2. Sep 29, 2022
  3. Sep 15, 2022
  4. Sep 14, 2022
  5. Sep 07, 2022
  6. Aug 18, 2022
    • Antoine Lambert's avatar
      bin/install: Temporarily pin pip to < 21.3 · 7eaf8942
      Antoine Lambert authored
      pip 21.3 added support to editable installs for projects that have a
      pyproject.toml and use a build backend that supports PEP 660, but mypy
      does not detect yet such editable installs and following errors are
      reported when type checking swh modules:
      
        Cannot find implementation or library stub for module named swh...
      
      So temporarily pin pip until mypy properly supports PEP 660 editable
      installs.
      7eaf8942
  7. Aug 10, 2022
  8. Aug 09, 2022
  9. Jun 13, 2022
  10. Jun 07, 2022
  11. Jun 02, 2022
  12. Jun 01, 2022
  13. May 18, 2022
  14. May 06, 2022
  15. May 04, 2022
  16. Apr 28, 2022
    • vlorentz's avatar
      Dockerfile: Enable metadata loading · a238b8e2
      vlorentz authored
      When installed swh-loader-metadata hooks itself in the loader process,
      and fetches metadata for origins created from a known lister (currently
      only github).
      
      Note that by default, requests are unauthenticated, so they will be
      throttled after 60 requests per hour, causing the git loader to be
      stuck while waiting for the rate-limit to expire.
      a238b8e2
Loading