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