Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 13:46
· 1093 commits to main since this release

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

  • improved landing page
  • (greatly) improved global and local search functionality
  • added research domain filter to projects
  • improved looks of software and project cards
  • improved behavior on mobile
  • cleanup of environment values use by docker compose (see below).

In addition it contains many small bug fixes and improvements.

This release requires an update to the database. A migration script from 1.10.0 to 1.11.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.10.0-to-1.11.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.

If you are migrating from an older version you need to adjust the format of the ".env" file used to configure the RSD containers. You can use this migration script to update your environment: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.10.0-to-1.11.0.md

Bug Fixes

  • commit scraper now retries on 202 response from GitHub (e5f6bf9)
  • filename correction for image (975767f)
  • get token endpoint from well known endpoint on every request (038e75e)
  • homepage links (f2a605f)
  • initial import keywords from doi (d70e07f)
  • keyword popup on mobile (7a02847)
  • organisation logo svg scaling (e99e369)
  • rounded corners on IOS when input type is search (b6dea83)
  • rsd_admin role can edit highligted item. (8772fd2)
  • show logo on mobile (c04af7f)

Features

  • add button to fetch names for ORCID whitelist (be90df7)
  • add contributor and software mention counts (47b14bd)
  • enable wild card search for keyword and research domain on software and project pages (bb939a1)
  • include wild card search on keywords and research domains in global search (d98c1ec)
  • show project image on small screen (bc8400b)
  • use icons in the software card for mention and contributor counts (3a6cb72)