Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

sw360-2.2.0

Compare
Choose a tag to compare
@mcjaeger mcjaeger released this 10 Jan 09:56
· 219 commits to master since this release

Enhancements

  • 69e9dba feat(ui): More information for releases search - Added clearing state and mainline state to the release search - Changed the structure of the release search table to DataTable, therefore improved the layout and made the columns sortable - Merged the first two search buttons (search by name prefix and search by vendor) into a single one, but the last button (Releases of linked projects) is kept. - Changed the structure of the projects search table to DataTable and added project (clearing) state as rows. - Included the updated release search also to the release edit page
  • bebe527 feat(quickfilter): fix quickfilter issue on browser back
  • 6293868 feat(ui): Added the project clearing state to the listing of projects. Display project state and project clearing state by coloured boxes. Added the project state to the listings of linked projects and releases.
  • ca094ec feat(clearing export): add project origin and component type to exported data
  • f74693c feat(components): restructure components view to show only latest components for performance reasons
  • 0a03f23 feat(releases): Just show approved reports for download
  • 0de3c14 feat(projects): add possibility to filter project list for versions
  • e77d990 feat(ui): add spinners at long running requests
  • f41aa32 feat(migrationRunner): save and load docker image

Infrastructure

  • 9d87441 chore(ui): add release name and version in remove link confirmation
  • a2b86dd chore(ui): rename all mainline state columns in UI
  • 089429d chore(header): replace minimal headers with the epl related option
  • f699a7c chore(components): reduce page size by restructuring generated data js code
  • efbd3da chore(tables): replace unnecessary hiding of control elements with proper datatables api usage
  • ce0082d chore(header): add SPDX Identifiers

Corrections

  • 5e2ba62 fix(chore): fix outdated liferay-plugin-package.properties files
  • a3a78f9 fix(release): fix delete release button in edit view
  • 1b8da29 fix(search): use sw360users db for user search
  • 42f302d fix(ui): adding sort functionality to usingProjects table,
  • e6cfbfc fix(ui): Corrected clearing state display in projects list. The clearing state is now loaded directly (not by an ajax call).
  • fc9757f fix(projects): Links to linked releases from project details page didn't work. Links to main licenses were missing entirely.
  • c4c88b4 fix(ui): Preventing release from linking to itself,
  • dcf74e0 fix(ui): Showing vendor short name rather than vendor long name in component table,
  • 01bc22e fix(license): make search for licenses case insensitive fix(license): add license short names to search
  • 16db1e6 style(ui): Changed text colour for filter values. This fixes issue #423
  • 656e06d fix(export): spreadsheet export couldn't auto-size columns
  • 4705370 fix(project): LicenseInfo Generation page doesn't show any attachments
  • 53bf43e fix(migrations): do not add scripts to docker image
  • 30db136 fix(projects): improve project details and project edit pages' performance
  • 1d9db06 fix(travis): start couchdb explicitly

Refactorings

  • 7eafcc4 refactor(attachments list): new look of list view for attachments