Prepare release v1.25.0-hifis1
-
Update version number in CITATION.cff -
Create release notes
Release notes
What's changed
This release updates the Helmholtz RSD from v1.23.0 to v1.25.0.
This update requires two database migrations in this order:
HIFIS specific changes
Features
- enable backend tests with Gitlab CI (c9d5a885)
Bug Fixes
- replace deprecated
CI_BUILD_TOKEN
withCI_JOB_TOKEN
(4078036b)
Incoming changes from upstream v1.24.0
This is version 1.24.0 of the Research Software Directory as a service. Main improvements are:
- Improved organization search on ROR
- Added sanity check to project start and end date
- Added short description field to organizations
In addition, several small bugs have been fixed. This release requires an update to the database. For completeness sake, a migration script can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.23.0-to-1.24.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
- deduplicate api responses on ror_id (c48b17f)
- warn when project end date before start date (ece6232)
Features
- add extra fields to organisation table and adapt data generation script (e42b63d)
- enable organisation short_description editing in the settings ui (c0657b0)
Incoming changes from upstream v1.25.0
This is version 1.25.0 of the Research Software Directory as a service. Main improvements are:
- Added support for poster type in mentions
- Detect repository URL changes to trigger a clean and scraping of data
- Added closed source flag to software in database (no frontend support yet)
- Store scraper errors in database to provide user and admin feedback (no frontend support yet)
In addition, several small bugs have been fixed. This release requires an update to the database. For completeness sake, a migration script can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.24.0-to-1.25.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
- add poster as mention type (2802a9d)
- extend repository_url type and clean scraped data on url change (9f41832)
- use dedicated method to get contributor count entries to scrape (9b4eaf6)