Skip to content
Snippets Groups Projects
  1. May 02, 2022
  2. Apr 26, 2022
  3. Apr 21, 2022
  4. Apr 13, 2022
  5. Apr 08, 2022
  6. Apr 06, 2022
  7. 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
  8. Mar 04, 2022
  9. Mar 02, 2022
  10. 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
  11. Feb 14, 2022
  12. Feb 10, 2022
  13. Feb 08, 2022
  14. Feb 07, 2022
  15. Feb 02, 2022
  16. Jan 18, 2022
  17. Dec 16, 2021
  18. Nov 23, 2021
  19. Nov 22, 2021
  20. 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
  21. Oct 12, 2021
  22. Oct 07, 2021
  23. Oct 06, 2021
  24. Sep 21, 2021
  25. Sep 17, 2021
    • vlorentz's avatar
      Make object corruption non-fatal. · b36dd3b7
      vlorentz authored
      There are too many corrupt objects currently, it's unreasonable
      to crash every time there is one in a repository.
      
      We should revert this commit when T3552 is resolved, though.
      v1.2.0
      b36dd3b7
Loading