Prepare release v2.0.0-hifis1
-
CITATION.cff
-
Version number -
Release date -
Check upstream version number in references
-
-
Create release notes
Release notes
What's changed
This is the Helmholtz RSD update to RSD v2.0.0.
This update requires a database migration:
HIFIS specific changes
Bug fixes
- fetch to localhost:3000 to load settings.json (#1010@GitHub, fix from upcoming RSD release, originally not included in RSD v2.0.0)
Incoming changes from upstream v2.0.0
This is version 2.0.0 of the Research Software Directory as a service. This version contains major changes from the v1.x series. Major changes include:
- a redesign of the software, project and organization overview pages
- support for software highlights on the software overview page
- improved search, filter and sort functionality on the software and projects overview pages
- support for global announcements on the landing page
- RSD administrators can view the harvester logs
This release requires an update to the database. A migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.27.0-to-2.0.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. No database migration is required in that case.
Bug Fixes
- duplicate project entries per organisation (7282aff)
- font color used in admin keyword and rsd-contributors tables (2b1a5b1)
- group software metric values bottom right (ff22863)
- highlight carousel cumulative layout shift when calculating first card position and the image resizing problem in the card. (75f9cb3)
- image scaling on participating organisations and software card (do not blow up small images) (ccf8e8b)
- null contributors/mentions in masonry card stats (ddb733a)
- prevent blurry logo image in the organisation card (03bbcbc)
- release date, show message when no release date instead 1-1-1970 (38855ce)
- remove pinned order from project overview and set is as default order on organisation page. (db0ced1)
- show 404 page for non-existing organisation/research unit (b48a258)
- showing one software/project on multiple pages during the pagination (1c1c8b1)
- software pinnen filter (d517254)
- sometimes have no image for different entities in data generation (bebc7d2)
- use logos in data generation for organisations (1961c28)
- use software logos in data generation (ca53a1e)
- chore!: bump frontend version to 2.0.0 after software,project and organisation pages implementation (205ae56)
Features
- add country and short description to organisation card and consolidate components (6e05656)
- add order on project title (a417095)
- add project status filter to project overview and organisation pages (b234ea7)
- add scraper error logs page to admin section (198cdb3)
- add verified organisation badge and claim organisation button (98439d3)
- adds global announcements (5229105)
- link to software and project page with default order on mention/impact count (3b26ec6)
- organisation page v2 design implementation (88c9ffd)
- software overview page v2 (b56c538)
BREAKING CHANGES
- bump frontend version to v2
Edited by Christian Meeßen