Releases: chaoss/grimoirelab-elk
Releases · chaoss/grimoirelab-elk
1.3.1-rc.1
grimoire-elk 1.3.1-rc.1 - (2024-11-13)
- Update Poetry's package dependencies
1.3.1
1.3.0
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 fieldlast_comment_date
is the
date of the last comment posted in the bug.
Bug fixes:
- All references processed for the reference analysis study
Theenrich_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
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 fieldlast_comment_date
is the
date of the last comment posted in the bug.
Bug fixes:
- All references processed for the reference analysis study
Theenrich_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
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
oropen
.
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 thename
,email
,
id
anduuid
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
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
oropen
.
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 thename
,email
,
id
anduuid
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
grimoire-elk 1.1.5-rc.1 - (2024-08-30)
Bug fixes:
- Git branches study improved
Previously, while the branches study was running, thebranches
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
grimoire-elk 1.1.5 - (2024-08-30)
Bug fixes:
- Git branches study improved
Previously, while the branches study was running, thebranches
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
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
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.