Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 09:53
· 1285 commits to main since this release

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

  • Search and filter on programming language
  • Improved robustness and performance of scrapers

In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.14.0 to 1.15.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.14.0-to-1.15.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

  • cancel delete avatar for team member (af178e8)
  • cancel delete of avatar for contributor (928135f)
  • for gitlab use delivered values and omit link for other language category (a2e7c84)
  • GitHub commit scraper properly stores empty commit history (d9ed3d2)
  • replace avatar image on cancel bug (2678e67)

Features

  • add dedicated class that aggregates commits per week (1d2fa81)
  • add programming language filter to software page (4040fdf)
  • add programming languages filter to software overview page (dabc399)
  • allow rsd-admin to delete last mantainer of software and project (69b7260)
  • scrapers run in parallel, only patch their own data (e56f565)