Skip to content
Snippets Groups Projects
  1. Jan 17, 2024
  2. Jan 09, 2024
    • Pierre-Yves David's avatar
      discovery: support optional callback for information · e54151a4
      Pierre-Yves David authored
      Right now, the discovery process offered by `filter_known_objects`
      returns all results after the discovery is complete. The new callback
      provides a way to get information "in real time" which is useful for at
      least a couple of planned use case in the SWH scanner:
      - displaying progress information while processing
      - update a graphical UI in real time.
      
      This simple callback fits this need without too much troubles.
      
      For some reason, mypy complained about the existing type hint in this
      file for unclear reason. So I fixed them.
      v6.11.0
      e54151a4
    • Pierre-Yves David's avatar
      policy: drop async usage that is now unnecessary · 1a59d42f
      Pierre-Yves David authored
      The web Client is no longer using async so we no longer needs it.
      1a59d42f
  3. Dec 05, 2023
  4. Dec 04, 2023
  5. Dec 03, 2023
  6. Nov 29, 2023
    • Antoine Lambert's avatar
      docs/Makefile: Fix doc build outside tox when using make command · f9c8ec3a
      Antoine Lambert authored
      When building package documentation outside tox by calling make in the
      docs directory, the include of Makefile.sphinx inside the docs Makefile
      was failing as its relative path was invalid.
      
      So adapt this relative path according if the SWH_PACKAGE_DOC_TOX_BUILD
      environment variable is set or not.
      f9c8ec3a
  7. Nov 28, 2023
  8. Nov 20, 2023
  9. Nov 16, 2023
  10. Nov 15, 2023
  11. Nov 14, 2023
  12. Sep 25, 2023
  13. Aug 29, 2023
  14. Aug 21, 2023
  15. Jul 12, 2023
  16. Jun 14, 2023
  17. Apr 05, 2023
  18. 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
Loading