Skip to content

v21.4.28

Choose a tag to compare

@tdruez tdruez released this 28 Apr 12:34
· 1158 commits to main since this release
  • The installation local timezone can be configured using the TIME_ZONE setting.
    The current timezone in now included in the dates representation in the web UI.
    #142

  • Fix pipeline failure issue related to the assignment of un-saved (not valid) packages.
    #162

  • Add a new QUEUED status to differentiate a pipeline that is in the queue for execution
    from a pipeline execution not requested yet.
    #130

  • Refactor the multiprocessing code for file and package scanning.
    All database related operation are now executed in the main process as forking the
    existing database connection in sub-processes is a source of issues.
    Add progress logging for scan_for_files and scan_for_application_packages pipes. #145

  • Links from the charts to the resources list are now also filtered by
    in_package/not_in_package if enabled on the project details view. #124

  • Add ability to filter on codebase resource detected values such as licenses,
    copyrights, holders, authors, emails, and urls. #153

  • Filtered list views from a click on chart sections can now be opened in a new tab
    using ctrl/meta + click. #125

  • Add links to codebase resource and to discovered packages in list views.