Release v2.19.0-hifis1
-
CITATION.cff
-
Version number -
Release date -
Check upstream version number in references
-
-
Create release notes
Release notes
What's changed
This release updates the Helmholtz RSD to v2.19.0.
For this update, database migrations are required:
HIFIS specific changes
Features
Bug fixes
- adjust default category list style (9aa1b2fd)
Incoming changes from upstream v2.19.0
This is version 2.19.0 of the Research Software Directory as a service. This release contains many small bug fixes and dependency updates:
- added communities to global search
- allow admins to disable scraping of package information
- deduplicate maintainers of pages
- fixes incorrect logos shown in some cases.
- and many others
This 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.18.0-to-2.19.0.sql
Bug Fixes
- always show correct (maybe missing) logo for organisation (3315a20)
- don't show duplicate maintainers (56a652b)
- don't show empty cards on highlights search (217e789)
- error on update organisation unit due to incomplete data loaded from api (512e44d)
- only show category dropdown when categories present (0578338)
- only show enabled modules in global search bar when no results available (cdc410f)
- pages have default ordering, remove ordering from navigation links (4ef59d6)
- redirect to community page doesn't trigger page reload anymore (826c25d)
- return the proper index of where the search term is found for the global search (94405d6)
- show correct community metadata and logo when switching communities (2cd6395)
- sign in from home page now redirects to My software (bc4b326)
- use shared image component in AutosaveProjectImage. Remove dynamic input element after image upload. (10bffd3)
Features
- add communities to the global search (ed4caf7)
- allow admins to disable scraping package managers (f1402c5)
Incoming changes from upstream v2.18.0
This is version 2.18.0 of the Research Software Directory as a service. This release contains further implementation of categories (curated keywords), the communities feature and several improvements and bug fixes:
- allows software to select categories when joining a community
- support repository URLs ending with .git
- limit image mime types
- cache authentication end points
This 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.17.0-to-2.18.0.sql
Bug Fixes
- limit MIME types in image table (ae1a13a)
- show correct character count for scraping_disabled_reason field (2e88b4f)
- support repository urls ending with .git (2fdb94e)