Skip to content
v0.0.2 / 2020-10-16

  * fuse: add error logging in main
  * cli: redirect logging to user syslog when daemonized
  * cli: fix daemon working directory
  * configuration doc: convert tabs to spaces
  * doc: document configuration file location
  * cli: move configuration settings up to "swh fuse"
  * fuse: add support for snapshot artifacts
  * design doc: update to reflects current state
  * fuse: use lazy symlinks for revisions parents
  * CLI: add an exlicit --daemon flag
  * fs: add FuseEntry sub-classes for file, dir, symlink
  * cache: make sure the cache directory exists
  * fuse: add support for release artifacts
  * mount: improve CLI help string and add usage example
  * tests: small code clean up
  * tests: add unit tests for submodules
  * tests: add unit tests for metadata
  * tests: rework unit test framework
  * fs: artifact: fix Content uninitialized field
  * fuse: allow mounting artifacts on the fly
  * fuse: add support for revision artifacts
  * docs: add configuration.rst
  * tests: add missing join() after subprocess.run()