From b8f980930ebaca770aa79e2fad0602ed57ea0cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Tue, 15 Oct 2024 07:28:51 +0000 Subject: [PATCH] Release 1.3.0 --- NEWS | 25 +++++++++++++++++++ grimoire_elk/_version.py | 4 +-- pyproject.toml | 2 +- releases/1.3.0.md | 24 ++++++++++++++++++ .../keywords-data-on-enriched-items.yml | 8 ------ .../new-reponse-times-on-bugzilla-items.yml | 15 ----------- ..._analysis-study-process-all-references.yml | 11 -------- 7 files changed, 52 insertions(+), 37 deletions(-) create mode 100644 releases/1.3.0.md delete mode 100644 releases/unreleased/processed/keywords-data-on-enriched-items.yml delete mode 100644 releases/unreleased/processed/new-reponse-times-on-bugzilla-items.yml delete mode 100644 releases/unreleased/processed/the-enrich_reference_analysis-study-process-all-references.yml diff --git a/NEWS b/NEWS index 0bf3f6560..c2438b95a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,30 @@ # Releases +## 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. + + ## grimoire-elk 1.2.0 - (2024-09-23) **New features:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 4db618222..ebf561955 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-10-14 14:44:53.431763 -__version__ = "1.3.0-rc.1" +# File auto-generated by semverup on 2024-10-15 07:28:51.042817 +__version__ = "1.3.0" diff --git a/pyproject.toml b/pyproject.toml index 079615785..49958113f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "1.3.0-rc.1" +version = "1.3.0" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/1.3.0.md b/releases/1.3.0.md new file mode 100644 index 000000000..0b3d9d73d --- /dev/null +++ b/releases/1.3.0.md @@ -0,0 +1,24 @@ +## 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. + diff --git a/releases/unreleased/processed/keywords-data-on-enriched-items.yml b/releases/unreleased/processed/keywords-data-on-enriched-items.yml deleted file mode 100644 index 2e940fe3b..000000000 --- a/releases/unreleased/processed/keywords-data-on-enriched-items.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Keywords data on enriched items -category: added -author: Santiago Dueñas -issue: null -notes: > - Keywords field is included now on the enriched - items of bugzilla and bugzillarest indices. diff --git a/releases/unreleased/processed/new-reponse-times-on-bugzilla-items.yml b/releases/unreleased/processed/new-reponse-times-on-bugzilla-items.yml deleted file mode 100644 index bed756ad8..000000000 --- a/releases/unreleased/processed/new-reponse-times-on-bugzilla-items.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: New reponse times on bugzilla items -category: added -author: Santiago Dueñas -issue: null -notes: > - 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. diff --git a/releases/unreleased/processed/the-enrich_reference_analysis-study-process-all-references.yml b/releases/unreleased/processed/the-enrich_reference_analysis-study-process-all-references.yml deleted file mode 100644 index 2a72f7a4a..000000000 --- a/releases/unreleased/processed/the-enrich_reference_analysis-study-process-all-references.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: All references processed for the reference analysis study -category: fixed -author: Quan Zhou -issue: null -notes: > - 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.