The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
New features:
- Improve loading and error indicators (#866)
Added error and loading messages to improve the user experience when the data takes time to load.
Bug fixes:
- Job results in SortingHat
Fixed a bug that caused jobs to be missing in SortingHat. Job results will be kept in SortingHat for one week.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
Bug fixes:
- GitHub URL ending with slash failed (#1159)
GrimoireLab failed to run with GitHub URLs ending in a slash - Identity refresh bug for some items (#1161)
Update the filter construction to correctly match UUIDs in OpenSearch, addressing a bug in Mordred that prevented role identities from being refreshed.
Bug fixes:
- Identity refresh bug for some items
Fix issue where some fields were not refreshed. The bug occurred because the queries to OpenSearch filtered items in whichauthor_uuid
was the individual pk, but not when the<role>_uuid
was the individual pk. That causes many items that contain the<role>_uuid
but not theauthor_uuid
not to be refreshed.