Skip to content
Snippets Groups Projects
  1. Jan 21, 2025
  2. Jan 13, 2025
  3. Jan 10, 2025
  4. Dec 18, 2024
    • vlorentz's avatar
      bibtex: Add support for Role · a111c8fc
      vlorentz authored
      This should be enough to fully support Codemeta v3, to the extent of what properties
      we can actually export to BibTeX
      a111c8fc
  5. Dec 16, 2024
  6. 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
  7. Dec 09, 2024
  8. Dec 05, 2024
  9. Nov 26, 2024
  10. Nov 11, 2024
  11. Nov 08, 2024
  12. 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.
      4cc7fd82
  13. Nov 04, 2024
  14. Oct 31, 2024
  15. Oct 30, 2024
  16. 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
  17. Oct 24, 2024
  18. Sep 12, 2024
  19. Aug 30, 2024
  20. Aug 27, 2024
  21. Aug 02, 2024
  22. Jul 15, 2024
  23. Jun 13, 2024
  24. May 19, 2024
  25. May 15, 2024
  26. May 13, 2024
  27. Apr 22, 2024
  28. Mar 29, 2024
  29. Mar 27, 2024
  30. Feb 09, 2024
  31. Feb 05, 2024
  32. Feb 02, 2024
Loading