Skip to content

Commit

Permalink
Merge branch 'main' into 101-fix-footer-links-hoverfocus-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 17, 2023
2 parents 5275ed9 + 9b94c97 commit dc4c774
Show file tree
Hide file tree
Showing 62 changed files with 616 additions and 383 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ _Can be run using `npm run codetotal:beta`_
- Add a report progress bar
- Optimize new analysis dialog, drawer and linters list components' renders
- Fix completed report receiving updates from ongoing analysis
- Add link to packages' registry in SBOM panel
- Fix Safari not showing Score component correctly #81
- Display "snippet" in results page instead of md5: xxxx
- Add a share button in the footer
- Fix focus/hover effects for the links in the footer

- Back-End
- Bug fix: SBOM packages not showing up in report page. Async parsing of packages information in SBOM module
- Retry calls to pypi or npm in case first attempts are failing
- Increase unit test coverage #88
- Fetch SBOM packages with concurrency of 10
- Fix issue when there is no SBOM package info
- SBOM results: Remove duplicate packages and sort them alphabetically (as a second criteria, after severity)
- Allow to override parallel number of SBOM packages fetches using env var CODETOTAL_SBOM_FETCH_PARALLEL_NB (default is now 30)
- Add SBOM missing types

## [v0.5.0] - 2023-08-10

Expand Down
239 changes: 18 additions & 221 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc4c774

Please sign in to comment.