Skip to content
Snippets Groups Projects
  1. Nov 14, 2023
  2. Sep 25, 2023
  3. Aug 29, 2023
  4. Aug 21, 2023
  5. Jul 12, 2023
  6. Jun 14, 2023
  7. Apr 05, 2023
  8. Mar 16, 2023
    • Jérémy Bobbio (Lunar)'s avatar
      Add several helper methods returning SWHIDs · 48a46285
      Jérémy Bobbio (Lunar) authored
      This adds several helper methods returning SWHIDs to model objects,
      namely:
      
      - SkippedContent.swhid()
      - DirectoryEntry.swhid()
      - SnapshotBranch.swhid()
      - Release.target_swhid()
      - Revision.directory_swhid() and Release.parent_swhids()
      - OriginVisitStatus.origin_swhid() and
        OriginVisitStatus.snapshot_swhid()
      v6.7.0
      48a46285
  9. Feb 17, 2023
  10. Feb 16, 2023
  11. Feb 14, 2023
  12. Feb 13, 2023
    • Antoine Lambert's avatar
      collections: Improve ImmutableDict look up by key performance · d6d17dad
      Antoine Lambert authored
      Previously when looking up data by key in an ImmutableDict, the inner
      tuple storing keys and values was iterated until finding the requested
      key.
      
      This is not really efficient when the ImmutableDict contains a lot of
      entries, typically for an origin snapshot containing a lot of branches.
      
      So use an inner dictionary to speedup look up by key operations and
      improve loader performances.
      v6.6.2
      d6d17dad
  13. Feb 02, 2023
  14. Dec 19, 2022
  15. Dec 15, 2022
  16. Dec 05, 2022
  17. Oct 18, 2022
Loading