Skip to content
Snippets Groups Projects
  1. Jun 07, 2022
  2. May 31, 2022
  3. May 09, 2022
  4. May 06, 2022
  5. May 02, 2022
  6. Apr 26, 2022
  7. Apr 21, 2022
  8. Apr 13, 2022
  9. Apr 08, 2022
  10. Apr 06, 2022
  11. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 295174cd
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      295174cd
  12. Mar 04, 2022
  13. Mar 02, 2022
  14. Feb 24, 2022
    • David Douard's avatar
      Adapt to swh-core 2.0.0 · e4c9935c
      David Douard authored
      - add the `get_datastore` function in `swh.vault`
      - add the `get_current_version` method in `VaultBackend`,
      - remove dbversion management from sql init script
      - update tests accordingly
      v1.5.0
      e4c9935c
  15. Feb 14, 2022
  16. Feb 10, 2022
  17. Feb 08, 2022
  18. Feb 07, 2022
  19. Feb 02, 2022
  20. Jan 18, 2022
  21. Dec 16, 2021
  22. Nov 23, 2021
  23. Nov 22, 2021
  24. Nov 16, 2021
    • vlorentz's avatar
      git_bare: Send progress updates while cooking · bd649ccb
      vlorentz authored
      It can be confusing to just have 'Processing...' in the UI for hours.
      With this change, a new progress update should be sent every few minutes.
      
      In the swh-web UI, it will show only 'Processing... %d objects processed'
      in the main table, but 'Over %d remaining' will be shown when hovering
      the progress bar.
      This does not show 'Processing... %d/%d' or a percentage, because the
      number of remaining objects is not always known.
      v1.3.0
      bd649ccb
  25. Oct 12, 2021
Loading