Skip to content

v1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 12:45
· 903 commits to main since this release

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

  • Users can now remove their account
  • Performance improvements in the communication with the database
  • Improved search result order to show closest match first
  • Increased maximum number shown in mention count badge from 99 to 999
  • Improved data generation for testing

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

  • change global search placholder, move privacy hint info below the input for contributors and team members (8c198fe)
  • change RPCs to use SQL instead of PL/pgSQL to increase performance (b0a99fc)
  • home_organisation is now Null if no centre detected (a4ce4e9)
  • improve programming language info (e1fde69)
  • more test data (4846afd)
  • order global search results by search term (c244767)
  • organisation detection for Helmholtz AAI (ce3ec30)
  • set maximum item count in the badge to 999. By default it is 99. (5706d5b)

Features

  • create user_statistics view (858c35f)
  • generate accounts and login_for_accounts (e730f39)
  • user can remove account from RSD and rsd admin can remove any account except his own account. (f435b60)