v21.9.6
WARNING: This release contains schema migrations.
Make sure to run $ make migrate after upgrading the code if you run ScanCode.io with the "local development" setup.
https://scancodeio.readthedocs.io/en/latest/installation.html#upgrading
This is not needed if you run with Docker.
-
Add ability to "archive" projects, from the Web UI, API and command line interface.
Data cleanup of the project's input, codebase, and output directories is available
during the archive operation.
Archived projects cannot be modified anymore and are hidden by default from the
project list.
A project cannot be archived if one of its related run is queued or already running. #312 -
Remove the run_extractcode pipe in favor of extractcode API. #312
-
The
scancode.run_scancodepipe now uses an optimal number of available CPUs for
multiprocessing by default.
The exact number of parallel processes available to ScanCode.io can be defined
using the SCANCODEIO_PROCESSES setting. #302 -
Renamed the SCANCODE_DEFAULT_OPTIONS setting to SCANCODE_TOOLKIT_CLI_OPTIONS. #302
-
Log the outputs of run_scancode as progress indication. #300