Skip to content
v0.3.0 / 2020-12-19

  * DB import: skip invalid SWHIDs during import
  * DB import: massive speed up, via sqlite tuning and better mem handling
  * CLI: improve exit handling upon failure
  * honor HTTP(S)_PROXY environment variables, to support HTTP proxies
  * CLI: add help message for "swh scanner db" command group
  * add 'db serve' CLI option to start the API service
  * CLI: make "db import" CLI more strict and improve user messages
  * CLI: add 'db import' option to create local database with known swhids
  * requirements-test: Add missing asynctest dependency
  * CLI: add tests
  * CLI: fix behavior in case an invalid config file is given
  * Fix not self-contained temp_path fixture in conftest
  * Import qualified scanner.scan inside cli.scan entrypoint
  * model: dropped _iter_nodes_attr function
  * PEP8 renaming of scanner modules
  * model: fix Tree.toDict to be side-effect free
  * Improve cli documentation
  * Remove parse_url helper and inline trailing slash fix
  * Fix default config file may be absent in scanner cli
  * Drop debian packaging, which is now handled on separate branches
  * Pin black in tox to the same version as pre-commit
  * Run isort on the changes of f10d3d87cbcb0cb80e6ebfd1c3ea699bb11040f5