Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.01 KB

1.4.0-rc.1.md

File metadata and controls

67 lines (45 loc) · 2.01 KB

GrimoireLab 1.4.0-rc.1

The following list describes the changes by component:

grimoirelab-toolkit 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

kidash 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

sortinghat 1.2.0-rc.1 - (2024-08-09)

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.

cereslib 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

perceval 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

perceval-mozilla 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

perceval-opnfv 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

perceval-puppet 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

perceval-weblate 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

graal 1.0.4-rc.1 - (2024-08-09)

  • Update Poetry's package dependencies

grimoire-elk 1.1.3-rc.1 - (2024-08-09)

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.

sirmordred 1.0.4-rc.1 - (2024-08-09)

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 which author_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 the author_uuid not to be refreshed.