Releases: aboutcode-org/scancode.io
Releases · aboutcode-org/scancode.io
v34.10.0
What's Changed
- Add extracted_to and extracted_from methods by @AyanSinhaMahapatra in #1588
- Include the
optional_stepsteps in theget_graph()list #1599 by @tdruez in #1600 - Add proper progress logging for the
assemblefunction #1601 by @tdruez in #1602 - Extract an assemble_package function from assemble_packages #1398 by @tdruez in #1604
- Fix missing migration for Project.purl field #1603 by @aayushkdev in #1605
- Webhook features and documentation by @tdruez in #1596
- Import setting from django.conf instead of scancodeio module #1587 by @tdruez in #1609
- Refine the XLSX documentation and add SPDX/CycloneDX entries #1589 by @tdruez in #1610
- Maintenance by @tdruez in #1611
- Upgrade bulma CSS to version 1.0.2 by @tdruez in #1268
- Bump scancode-toolkit to latest v32.3.3 by @AyanSinhaMahapatra in #1619
- Reorder XLSX output fields in RESOURCES sheet #1546 by @aayushkdev in #1590
- Display date and time using user's current timezone by @tdruez in #1624
- Add the ability to "Copy to Clipboard" in the UI #1120 by @tdruez in #1627
- Freeze the top row or each worksheet and set font size to 10 #1553 by @tdruez in #1628
- Disable the creation of the global webhook in the
batch-createco… by @tdruez in #1629 - Add support for "Permission denied" file access in make_codebase_resource by @tdruez in #1631
- Add the task output in the webhook Slack payload in case of run failu… by @tdruez in #1634
- CSS improvements by @tdruez in #1635
- Refine ScanCode.io d2d pipeline for JavaScript using symbol mapping by @keshav-space in #1622
- Refine the scan_single_package pipeline to work on git inputs #1376 by @tdruez in #1636
- Bump version for v34.10.0 release by @tdruez in #1637
New Contributors
- @aayushkdev made their first contribution in #1605
Full Changelog: v34.9.5...v34.10.0
v34.9.5
What's Changed
- Upgrade dependencies to latest versions by @tdruez in #1557
- Ignore the "__MACOSX" macOS metadata folder dejacode#229 by @tdruez in #1558
- 1524 report api by @tdruez in #1559
- Do not check docker image checksums by @pombredanne in #1540
- Handle the exception when the policies.yml is not valid #1560 by @tdruez in #1561
- Add note to clarify users to use WSL when installing on windows by @chinyeungli in #1478
- Increase the HTTP requests timeout to 30 in fetch pipes #1144 by @tdruez in #1567
- Add options to the Project reset action by @tdruez in #1568
- Bump commoncode to v32.2.0 and pin BeautifulSoup4 by @AyanSinhaMahapatra in #1583
- Do not fail on collecting symbols by @AyanSinhaMahapatra in #1573
- Add missing init.py to ensure submodule included in whl dist #1423 by @tdruez in #1584
Full Changelog: v34.9.4...v34.9.5
v34.9.4
What's Changed
- Improve Project list page navigation #1200 by @tdruez in #1505
- Do not fail project on memory spikes by @AyanSinhaMahapatra in #1504
- Add rust binary support #1435 by @AyanSinhaMahapatra in #1488
- Add support extra_data value from the JSON input in load_inventory #926 by @tdruez in #1507
- Turn off CycloneDX document validation and load data anyway #1515 by @tdruez in #1516
- Add a report action on project list to export XLSX of packages #1437 by @tdruez in #1517
- Add labels to Project level search #1520 by @tdruez in #1522
- Add a
batch-createmanagement command by @tdruez in #1509 - Add a TODOs sheet containing on REQUIRES_REVIEW resources in XLSX #1524 by @tdruez in #1527
- Improve XLSX output for Vulnerabilities #1519 by @tdruez in #1531
- Skip package creation when no package_data from purldb by @keshav-space in #1532
- Do not download input_urls in CLI commands #1437 by @tdruez in #1535
- Ensure that we process specifically JavaScript map files #1538 by @JonoYang in #1541
- Escape special characters in directory path regex by @keshav-space in #1542
- Add support for download URL as --input-list in batch-create #1524 by @tdruez in #1544
- Add a report management command to generate XLSX reports #1524 by @tdruez in #1545
- Keep the InputSource objects when using reset on Projects #1536 by @tdruez in #1549
- Add a select_across checkbox on the ProjectReportForm #1524 by @tdruez in #1534
- Refine the map_java_to_class implementation #1552 by @tdruez in #1554
- Ignore large data files and bump scancode-toolkit by @AyanSinhaMahapatra in #1508
Full Changelog: v34.9.3...v34.9.4
v34.9.3
What's Changed
- Refine the available options for RQ_QUEUES settings #1465 by @tdruez in #1467
- Update matchcode-toolkit to v7.0.0 by @JonoYang in #1466
- Add a run-docker-dev Makefile command by @tdruez in #1480
- Refine the run-docker-dev to watch changes and restart worker service by @tdruez in #1483
- Bump aboutcode.hashid to v0.2.0 by @keshav-space in #1479
- Move the
for_packagesfield in SCIO XLSX output #1487 by @tdruez in #1489 - Load the LAYERS sheet data in load_inventory_from_xlsx #1490 by @tdruez in #1491
Full Changelog: v34.9.2...v34.9.3
v34.9.2
What's Changed
Full Changelog: v34.9.1...v34.9.2
v34.9.1
What's Changed
- Refactor the
groupdecorator for pipeline steps asoptional_step… by @tdruez in #1442 - Bump aboutcode.pipeline version to 0.2.0 for release by @tdruez in #1451
- Enable filtering on Project API actions #1449 by @tdruez in #1450
- Fix the ability to provide multiple optional step in API #1454 by @tdruez in #1455
- Make the header row of tables sticky to the top of the screen #1457 by @tdruez in #1458
- Bump commoncode to v32.1.0 by @AyanSinhaMahapatra in #1460
Full Changelog: v34.9.0...v34.9.1
v34.9.0
What's Changed
- Add pipeline selected groups in create project API endpoint #1426 by @tdruez in #1427
- Bump go-inspector to v0.4.0 by @AyanSinhaMahapatra in #1425
- Add a
list-pipelinesmanagement command #1397 by @tdruez in #1428 - Refactor the policies related code to its own module #386 by @tdruez in #1430
- Project policies #386 by @tdruez in #1440
- Upgrade RQ to v2.0.0 and django-rq to 3.0.0 by @tdruez in #1441
- Add pipeline to publish scan to federatedcode by @keshav-space in #1400
- Do not fail on invalid extracted requirements by @AyanSinhaMahapatra in #1429
- Spelling and Grammatical Errors in ScanCode.io Official Documentation #1443 by @alok1304 in #1448
New Contributors
Full Changelog: v34.8.3...v34.9.0
v34.8.3
Changelog
- Include the
aboutcodemodule in the wheel and source distribution. #1423 - Update ScanCode-toolkit to v32.3.0 #1418
What's Changed
- Update sctk version to v32.3.0 by @AyanSinhaMahapatra in #1418
- Include the
aboutcodemodule in the wheel and source distribution… by @tdruez in #1424
Full Changelog: v34.8.2...v34.8.3
v34.8.2
Changelog
- Add
android_analysistoextra_requires. This installs the package
android_inspector, which provides a pipeline for Android APK
deploy-to-development analysis. - Remove the sleep time in the context of testing
matchcode.poll_run_url_status
to speed up the test. #1411 - Add ability to specify the CycloneDX output spec version using the
output
management command and providing thecyclonedx:VERSIONsyntax as format value. aboutcode-org/scancode-action#8 - Add new
complianceREST API action that list all compliance alert for a given
project. The severity level can be provided using the
?fail_level={ERROR,WARNING,MISSING}parameter. #1346 - Add new
Compliance alertspanel in the project detail view. #1346
What's Changed
- Updated the typo mistakes of documentation of ScanCode.io (#1386) by @VarshaUN in #1387
- Add android_inspector in new extra_requires #1373 by @JonoYang in #1391
- Update docs for netrc usage in Docker context #1384 by @JonoYang in #1385
- Upgrade Django to security release 5.1.2 by @tdruez in #1410
- Remove the sleep time in the context of testing poll_run_url_status #… by @tdruez in #1412
- Add ability to specify the CycloneDX output spec version by @tdruez in #1413
- Add new compliance REST API action to list compliance alerts #1346 by @tdruez in #1416
- Base implementation if the project compliance panel view #1346 by @tdruez in #1417
New Contributors
Full Changelog: v34.8.1...v34.8.2