Skip to content

Commit

Permalink
Release 1.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 14, 2024
1 parent cad93cb commit e093730
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-09-23 08:19:45.201525
__version__ = "1.2.0"
# File auto-generated by semverup on 2024-10-14 14:44:53.431763
__version__ = "1.3.0-rc.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimoire-elk"
version = "1.2.0"
version = "1.3.0-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
24 changes: 24 additions & 0 deletions releases/1.3.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 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.

0 comments on commit e093730

Please sign in to comment.