Skip to content

Releases: chaoss/grimoirelab-elk

1.2.0

23 Sep 08:28
Compare
Choose a tag to compare

grimoire-elk 1.2.0 - (2024-09-23)

New features:

  • Status in SUMO enriched index
    Add the missing status in the SUMO backend. The status could be
    solved, archived, locked or open.

Bug fixes:

  • Avoid UNDEFINED values in author fields
    Avoid -- UNDEFINED -- values for all SortingHat fields when Mordred
    loses connection to the SortingHat server during the enrichment or
    autorefresh execution. It will keep the values of the name, email,
    id and uuid fields.
  • Handle OpenSearch page info on pagination
    In OpenSearch and ElasticSearch < 7.x the page info on pagination is
    different. This will handle both of them.

Dependencies updateds:

  • Python minimum version updated
    Python 3.8 will reach its end of life in October 2024. Python 3.9 is
    the minimum version required by the project.

1.2.0-rc.1

20 Sep 16:49
Compare
Choose a tag to compare

grimoire-elk 1.2.0-rc.1 - (2024-09-20)

New features:

  • Status in SUMO enriched index
    Add the missing status in the SUMO backend. The status could be
    solved, archived, locked or open.

Bug fixes:

  • Avoid UNDEFINED values in author fields
    Avoid -- UNDEFINED -- values for all SortingHat fields when Mordred
    loses connection to the SortingHat server during the enrichment or
    autorefresh execution. It will keep the values of the name, email,
    id and uuid fields.
  • Handle OpenSearch page info on pagination
    In OpenSearch and ElasticSearch < 7.x the page info on pagination is
    different. This will handle both of them.

Dependencies updateds:

  • Python minimum version updated
    Python 3.8 will reach its end of life in October 2024. Python 3.9 is
    the minimum version required by the project.

1.1.5-rc.1

30 Aug 15:34
Compare
Choose a tag to compare

grimoire-elk 1.1.5-rc.1 - (2024-08-30)

Bug fixes:

  • Git branches study improved
    Previously, while the branches study was running, the branches field
    remained empty or partially filled until the study was completed,
    leading to incorrect data being displayed on the dashboard. With this
    change, the branches field is updated only after the study has
    finished.

1.1.5

30 Aug 16:30
Compare
Choose a tag to compare

grimoire-elk 1.1.5 - (2024-08-30)

Bug fixes:

  • Git branches study improved
    Previously, while the branches study was running, the branches field
    remained empty or partially filled until the study was completed,
    leading to incorrect data being displayed on the dashboard. With this
    change, the branches field is updated only after the study has
    finished.

1.1.4-rc.1

13 Aug 10:12
Compare
Choose a tag to compare

grimoire-elk 1.1.4-rc.1 - (2024-08-13)

Bug fixes:

  • Roles attribute not available on some enrichers
    The 'roles' attribute wasn't available for all the enrichers. The
    attribute has been added to the main class 'Enrich' so subclasses will
    have it available even when they don't use it.

1.1.4

13 Aug 11:11
Compare
Choose a tag to compare

grimoire-elk 1.1.4 - (2024-08-13)

Bug fixes:

  • Roles attribute not available on some enrichers
    The 'roles' attribute wasn't available for all the enrichers. The
    attribute has been added to the main class 'Enrich' so subclasses will
    have it available even when they don't use it.

1.1.3-rc.1

09 Aug 09:02
Compare
Choose a tag to compare

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.

1.1.3

09 Aug 09:58
Compare
Choose a tag to compare

grimoire-elk 1.1.3 - (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.

1.1.2-rc.1

02 Aug 10:11
Compare
Choose a tag to compare

grimoire-elk 1.1.2-rc.1 - (2024-08-02)

Bug fixes:

  • Git branches study fixed
    Git branches study was assigning branches to wrong commits.

1.1.2

02 Aug 11:35
Compare
Choose a tag to compare

grimoire-elk 1.1.2 - (2024-08-02)

Bug fixes:

  • Git branches study fixed
    Git branches study was assigning branches to wrong commits.