Skip to content
Snippets Groups Projects
  1. Mar 31, 2025
  2. Mar 28, 2025
  3. Mar 05, 2025
  4. Feb 17, 2025
  5. Sep 10, 2024
  6. Aug 30, 2024
  7. Aug 27, 2024
  8. Jun 06, 2024
  9. Jun 04, 2024
    • Antoine Lambert's avatar
      loader: Ensure to fetch latest snapshot produced by a hg visit type · 3e76cd57
      Antoine Lambert authored
      SWH data model allows an origin to have multiple visit types, in particular
      a mercurial origin can have visit types 'hg' and 'hg-checkout'.
      
      We must ensure to retrieve the latest snapshot for a hg visit type in the
      mercurial loader implementation as it can break incremental loading of a
      mercurial origin having both visit types mentioned above.
      
      Related to swh/meta#5092.
      3e76cd57
  10. May 30, 2024
  11. May 15, 2024
  12. Mar 28, 2024
  13. Feb 21, 2024
  14. Feb 20, 2024
  15. Feb 05, 2024
  16. Jan 26, 2024
  17. Jan 16, 2024
  18. Dec 03, 2023
  19. Nov 28, 2023
  20. Nov 20, 2023
  21. Nov 16, 2023
  22. Oct 13, 2023
  23. Oct 12, 2023
  24. Oct 10, 2023
  25. Jun 09, 2023
  26. Jun 05, 2023
  27. Jun 02, 2023
  28. 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
  29. Feb 17, 2023
  30. Feb 16, 2023
  31. Feb 02, 2023
  32. Dec 19, 2022
  33. Oct 19, 2022
  34. Oct 18, 2022
Loading