Skip to content

Releases: chaoss/grimoirelab-elk

1.3.1-rc.1

13 Nov 15:00
Compare
Choose a tag to compare

grimoire-elk 1.3.1-rc.1 - (2024-11-13)

  • Update Poetry's package dependencies

1.3.1

13 Nov 16:24
Compare
Choose a tag to compare

grimoire-elk 1.3.1 - (2024-11-13)

  • Update Poetry's package dependencies

1.3.0

15 Oct 07:37
Compare
Choose a tag to compare

grimoire-elk 1.3.0 - (2024-10-15)

New features:

  • Keywords data on enriched items
    Keywords field is included now on the enriched items of bugzilla and
    bugzillarest indices.
  • New reponse times on bugzilla items
    The Bugzilla enriched items include two new fields to track response
    times on these type of repositories. The field
    time_to_first_attention is the the time expressed in days between
    the ticket creation and the first comment from a contributor different
    from the author creating the bug. The field last_comment_date is the
    date of the last comment posted in the bug.

Bug fixes:

  • All references processed for the reference analysis study
    The enrich_reference_analysis study analyzes the cross-references
    between "issues" and "pull request". When we use an aggregations
    query, it returns only the first 10 items (ElasticSearch/OpenSearch by
    default). By using 'composite aggregations', we can paginate the
    result and thus, obtain all the references.

1.3.0-rc.1

14 Oct 14:53
Compare
Choose a tag to compare

grimoire-elk 1.3.0-rc.1 - (2024-10-14)

New features:

  • Keywords data on enriched items
    Keywords field is included now on the enriched items of bugzilla and
    bugzillarest indices.
  • New reponse times on bugzilla items
    The Bugzilla enriched items include two new fields to track response
    times on these type of repositories. The field
    time_to_first_attention is the the time expressed in days between
    the ticket creation and the first comment from a contributor different
    from the author creating the bug. The field last_comment_date is the
    date of the last comment posted in the bug.

Bug fixes:

  • All references processed for the reference analysis study
    The enrich_reference_analysis study analyzes the cross-references
    between "issues" and "pull request". When we use an aggregations
    query, it returns only the first 10 items (ElasticSearch/OpenSearch by
    default). By using 'composite aggregations', we can paginate the
    result and thus, obtain all the references.

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.