v34.7.0
Changelog
- Add all "classify" plugin fields from scancode-toolkit on the CodebaseResource model. #1275
- Refine the extraction errors reporting to include the resource path for rendering
link to the related resources in the UI. #1273 - Add a
flush-projects
management command, to Delete all project data and their
related work directories created more than a specified number of days ago. #1289 - Update the
inspect_packages
pipeline to have an optionalStaticResolver
group to create resolved packages and dependency relationships from lockfiles
and manifests having pre-resolved dependencies. Also update this pipeline to
perform package assembly from multiple manifests and files to create
discovered packages. Also update theresolve_dependencies
pipeline to have
the sameStaticResolver
group and mode the dynamic resolution part to a new
optionalDynamicResolver
group. #1244 - Add a new attribute
is_direct
to the DiscoveredDependency model and two new
attributesis_private
andis_virtual
to the DiscoveredPackage model.
Also update the UIs to show these attributes and show thepackage_data
field
contents for CodebaseResources in theextra_data
tab. #1244 - Update scancode-toolkit to version
32.2.1
. For the complete list of updates
and improvements see https://github.com/nexB/scancode-toolkit/releases/tag/v32.2.0
and https://github.com/nexB/scancode-toolkit/releases/tag/v32.2.1 - Add support for providing pipeline "selected_groups" in the
run
entry point. #1306
What's Changed
- Add all "classify" plugin fields on the CodebaseResource model #1275 by @tdruez in #1286
- Add a flush-projects management command for bulk deletion #1289 by @tdruez in #1291
- Refine the extraction errors reporting include the resource path #1273 by @tdruez in #1276
- Cleanup and re-organise unit test data by @tdruez in #1296
- Add tutorial for end-to-end scanning to DejaCode #1280 by @pombredanne in #1295
- Resolve dependencies from lockfiles by @AyanSinhaMahapatra in #1244
- Update scancode-toolkit to v32.2.1 by @AyanSinhaMahapatra in #1305
- Add support for pipeline "selected_groups" in the run cli #1306 by @tdruez in #1307
Full Changelog: v34.6.3...v34.7.0