Skip to content

v1.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 12:23
· 1115 commits to main since this release

This is version 1.20.0 of the Research Software Directory as a service. Main improvements are:

  • added bulk import of mentions
  • deduplication of contributors when searching RSD
  • improved DOI detection when importing mentions

In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.19.0 to 1.20.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.19.0-to-1.20.0.sql.

This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.

Bug Fixes

  • extract DOIs from arbitrary URLs when adding a mention (e47e209)
  • meta description of oranisation uses 0 instead of null when no software packages and mentions number of projects. (30b41ed)
  • remove double spaces in title when searching for a mention (a26265b)
  • update concept_doi in software context (992e64b)
  • use organisations path for edit project organisations (d760ef3)

Features

  • admin can edit contributors information, it can search and order contributors table (ccbaf67)
  • aggregate team members entries on orcid during search of contributors and team members (9d74092)
  • bulk import of mentions (283c1a3)
  • deep linking edit project pages (4e097a1)