Skip to content
Snippets Groups Projects
  1. Apr 21, 2022
  2. Apr 13, 2022
    • Antoine R. Dumont's avatar
      api/server: Drop dead code · c8b9c6fd
      Antoine R. Dumont authored
      It was a class parameter from the swh.core.api.asynchronous.RPCServerApp which got
      removed some time ago.
      
      This is not defined in the swh.core.api.RPCServerApp.
      c8b9c6fd
  3. Apr 08, 2022
  4. Apr 06, 2022
  5. 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
  6. Mar 04, 2022
  7. Mar 02, 2022
  8. 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
  9. Feb 14, 2022
  10. Feb 10, 2022
  11. Feb 08, 2022
  12. Feb 07, 2022
  13. Feb 02, 2022
  14. Jan 18, 2022
  15. Dec 16, 2021
  16. Nov 23, 2021
  17. Nov 22, 2021
  18. 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
  19. Oct 12, 2021
  20. Oct 07, 2021
  21. Oct 06, 2021
  22. Sep 21, 2021
  23. 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
  24. Sep 15, 2021
  25. Sep 14, 2021
Loading