Skip to content
v0.9.3 / 2020-12-04

  * fuse: add dedicated logger instead of root logger
  * tutorial: update snapshot example to the current nested branch layout
  * fuse: origin: properly handle invalid origin URL
  * tests: test_mountpoint: add missing origin mountpoint
  * tests: test_cli: add a unit test for clean command
  * cli: clean: fix missing_ok parameter only in python>=3.8
  * cli: clean: fix TypeError (conf paths are now stored as str)
  * tests: rename test_cli to test_mountpoint
  * tests: conftest: use "swh fs umount" command to un-mount
  * tests: conftest: fix FileNotFoundError warning when un-mounting
  * fs: snapshot: nest branch names as directories instead of URL-escaping
  * pre-commit: codespell: exclude tests generated data
  * docs: update design and corresponding docstring
  * cache: small code cleanup
  * fuse: get_history: add missing docstring
  * tests: use fixed delay in test_list_history