Skip to content
Snippets Groups Projects
  1. May 21, 2024
  2. May 15, 2024
  3. Mar 28, 2024
  4. Feb 21, 2024
  5. Feb 20, 2024
  6. Feb 05, 2024
  7. Jan 26, 2024
  8. Jan 16, 2024
  9. Dec 03, 2023
  10. Nov 28, 2023
  11. Nov 20, 2023
  12. Nov 16, 2023
  13. Oct 13, 2023
  14. Oct 12, 2023
  15. Oct 10, 2023
  16. Jun 09, 2023
  17. Jun 05, 2023
  18. Jun 02, 2023
  19. May 10, 2023
    • Antoine Lambert's avatar
      loader: Fix no longer existing hg node filtering · 594a2b68
      Antoine Lambert authored
      When a mercurial origin is loaded, SWH stores the mapping between
      the original hg revision ids and SWH revision ids as extids.
      This mapping is then reused in subsequent loads to determine which
      new revisions should be archived.
      
      However it exist cases where previously seen hg revisions were
      removed from the mercurial repository between two loads by SWH.
      
      Previously the code filtering such no longer existing revisions
      was not catching the right exception and thus an error was raised
      when attempting to reload such mercurial origins.
      
      Related to #4583
      594a2b68
  20. Feb 17, 2023
  21. Feb 16, 2023
  22. Feb 02, 2023
  23. Dec 19, 2022
  24. Oct 19, 2022
  25. Oct 18, 2022
  26. Sep 28, 2022
    • Stefan Sperling's avatar
      pin billiard dependency to versions < 4 · 610ba8ad
      Stefan Sperling authored
      Billiard version 4 is known to cause trouble in the git-loader's test
      suite because of specific requirements set by the celery package:
      
        pkg_resources.ContextualVersionConflict: (billiard 4.0.2
         (/home/stsp/.virtualenvs/swh/lib/python3.9/site-packages),
        Requirement.parse('billiard<4.0,>=3.6.4.0'), {'celery'})
      
      Until that is fixed, pin billiard to known-working versions.
      610ba8ad
  27. May 09, 2022
  28. Apr 27, 2022
    • Antoine Lambert's avatar
      tasks: Simplify implementation and add tests for listed origins · 3a551fa9
      Antoine Lambert authored
      Recent changes in swh-scheduler add new parameters to the celery tasks
      produced from swh.scheduler.model.ListedOrigin instances.
      
      So ensure to handle any new parameters by not hardcoding the expected
      ones in task signatures.
      
      Remove unsafe use of unnamed task parameters.
      
      Add new tests checking task parameters produced from ListedOrigin
      instances do no raise error when attempting to create a hg loader.
      
      Related to T4187
  29. Apr 26, 2022
  30. Apr 21, 2022
  31. Apr 08, 2022
Loading