Skip to content
Snippets Groups Projects
  1. Mar 21, 2025
  2. Mar 14, 2025
  3. Mar 05, 2025
  4. Feb 25, 2025
  5. Feb 20, 2025
  6. Feb 19, 2025
  7. Feb 17, 2025
  8. Feb 06, 2025
  9. Jan 21, 2025
  10. Jan 13, 2025
  11. Jan 10, 2025
  12. Dec 18, 2024
  13. Dec 16, 2024
  14. Dec 13, 2024
    • Antoine Lambert's avatar
      indexer: Use CompositeObjId as object id type for ContentIndexer · c87a210d
      Antoine Lambert authored
      Previously, content indexers were only using content sha1 as object
      identifier but this could lead to errors in production when attempting
      to fetch content data from an object storage where key is the sha256
      checksum of the content (winery for instance).
      
      So ensure to use a CompositeObjId dictionary as content object identifier
      to avoid these kind of issues when indexing content objects.
      c87a210d
  15. Dec 09, 2024
  16. Dec 05, 2024
  17. Nov 26, 2024
  18. Nov 11, 2024
  19. Nov 08, 2024
  20. Nov 05, 2024
    • David Douard's avatar
      Adapt entrypoints for swh.core 3.6 · 4cc7fd82
      David Douard authored
      The new 'backend' handling mechanism in swh.core 3.6 expect the
      registered package to be a simple name (without '.').
      
      So this partially revert changes from b681d147, reverting to using
      'indexer_storage' as config section name.
      v3.6.0
      4cc7fd82
  21. Nov 04, 2024
  22. Oct 31, 2024
  23. Oct 30, 2024
  24. Oct 25, 2024
    • David Douard's avatar
      move sql/ in swh/indexer/storage/ · 24408502
      David Douard authored
      It's now expected the sql/ directory to live in the module implementing
      the swh.core.db based backend.
      24408502
    • David Douard's avatar
      cli: make cli tools use the SWH_CONFIG_FILENAME env var (if any) · cd93e67b
      David Douard authored
      But do not fail if no config file is given by default; required to be able
      to run 'swh indexer mapping list-terms' for example (which is used to build the
      documentation).
      cd93e67b
    • David Douard's avatar
      Declare indexer storage backends in the swh.indexer.storage.classes entry point · b681d147
      David Douard authored
      Normalize the indexer storage db for swh.core 3.6 with improved `swh db` handling
      capabilities.
      
      Remove storage/test_init.py, it's now outdated.
      
      Warning: this rename the config entry for indexer storages from
      'indexer_storage' to 'indexer.storage'. Bw compat core handle this when
      loading the configuration for indexer cli tools and the api server only;
      generic loading mechanism will not handle the old name properly
      (i.e. when managing the storage db using `swh db` commands).
      b681d147
  25. Oct 24, 2024
  26. Sep 12, 2024
  27. Aug 30, 2024
  28. Aug 27, 2024
  29. Aug 02, 2024
  30. Jul 15, 2024
  31. Jun 13, 2024
Loading