Skip to content
Snippets Groups Projects
  1. Jan 10, 2025
    • David Douard's avatar
      web: Ensure the swhid url converter is registered soon · c6c9a4d1
      David Douard authored
      The correct behavior was depending on the order in which swh.web django
      apps are registered. This should allow to have less entries in the
      SWH_BASE_DJANGO_APPS so we can have an instance only serving /api for
      example (which is currently not possible).
      c6c9a4d1
    • David Douard's avatar
      config: Remove default config values for backends · e0afc520
      David Douard authored
      These default config values are mostly irrelevant for any kind of
      deployment. Removing the default values make it clear and mandatory
      these need to be explicitly configured.
      
      This also prevent the swh.web.utils.archive module from
      executing (backend instantiation) code at module loading time.
      
      Introduces a new patch_backend fixture to help mocking a specific method
      of a known configured backend (storage, vault, search etc.) to try to
      provide a standard and unified process to mock these in all tests.
      e0afc520
  2. Jan 09, 2025
  3. Jan 08, 2025
  4. Jan 07, 2025
  5. Jan 06, 2025
  6. Jan 03, 2025
  7. Dec 19, 2024
  8. Dec 18, 2024
  9. Dec 13, 2024
  10. Dec 11, 2024
  11. Dec 10, 2024
  12. Dec 09, 2024
  13. Dec 06, 2024
  14. Dec 05, 2024
  15. Dec 04, 2024
  16. Dec 03, 2024
Loading