Prepare release v2.1.1-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 updated to RSD v2.1.1.
This update requires two database migrations:
HIFIS specific changes
Features
Bug fixes
- scraper test image in gitlab ci (9df922c)
Incoming changes from upstream v2.1.1
This is version 2.1.1 of the Research Software Directory as a service. This version fixes several small issues in v2.1.0:
- show error message if a contributor email address contains whitespace
- remove the old OAI-PMH implementation, as is was replaced some time ago
- fix a bug that prevented an newly contributor to be saved
- several scraper fixes
- updated several dependencies
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/2.1.0-to-2.1.1.sql
Bug Fixes
- add null check before calling TreeSet#contains(java.lang.Object) (4f2ff57)
- delete old releases when concept DOI changes (80bd14c)
- enable save button on inital person import (3845d5b)
- remove oaipmh table (a886b73)
- save releases for all software with the same concept DOI (ff8bfdc)
- show error message when spaces in email of contributor and team member (5496c12)
Incoming changes from upstream v2.1.0
This is version 2.1.0 of the Research Software Directory as a service. Main changes compared to v2.0.0 are:
- added support for pre-defined software categories
- added support for reference papers for software
- added a citation scraper for reference papers using OpenAlex
- check correctness of GitHub URLs in frontend and scrapers.
In addition, several bugs were fixed.
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/2.0.0-to-2.1.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
- add warning to frontend when entering invalid GitHub repo URL (93df9c7)
- apply preferred page layout immediately if exists (f5e0cbe)
- check if GitHub URL is valid before scraping (777c57a)
- edit organisation link from the admin organisations page (e3d18bd)
- fetch to localhost:3000 to load settings.json (13f6c64)
- redirect to ordered software overview on login (c47e6b7)
- show the correct helper text for the Git platform (1b7439c)
- update broken documentation link (26ad1f8)