Skip to content
Snippets Groups Projects
  1. Feb 20, 2025
  2. Feb 19, 2025
  3. Feb 17, 2025
  4. Feb 06, 2025
  5. Jan 21, 2025
  6. Jan 13, 2025
  7. Jan 10, 2025
  8. Dec 18, 2024
  9. Dec 16, 2024
  10. 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
  11. Dec 09, 2024
  12. Dec 05, 2024
  13. Nov 26, 2024
  14. Nov 11, 2024
  15. Nov 08, 2024
  16. 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
  17. Nov 04, 2024
  18. Oct 31, 2024
  19. Oct 30, 2024
  20. 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
  21. Oct 24, 2024
  22. Sep 12, 2024
  23. Aug 30, 2024
  24. Aug 27, 2024
  25. Aug 02, 2024
  26. Jul 15, 2024
  27. Jun 13, 2024
  28. May 19, 2024
  29. May 15, 2024
  30. May 13, 2024
Loading