From 816716e1bced452289ab6745f82d7f541542f60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Mon, 31 Oct 2022 09:48:30 +0000 Subject: [PATCH] Release 0.103.2 --- NEWS | 39 +++++++++++++++++++ grimoire_elk/_version.py | 4 +- pyproject.toml | 2 +- releases/0.103.2.md | 38 ++++++++++++++++++ .../git-extracts-more-authors-meta-info.yml | 23 ----------- releases/unreleased/new-pandas-version.yml | 8 ---- ...on-study-on-github-pull-requests-fixed.yml | 8 ---- .../onion-study-on-gitlab-fixed.yml | 8 ---- releases/unreleased/option-to-date.yml | 8 ---- 9 files changed, 80 insertions(+), 58 deletions(-) create mode 100644 releases/0.103.2.md delete mode 100644 releases/unreleased/git-extracts-more-authors-meta-info.yml delete mode 100644 releases/unreleased/new-pandas-version.yml delete mode 100644 releases/unreleased/onion-study-on-github-pull-requests-fixed.yml delete mode 100644 releases/unreleased/onion-study-on-gitlab-fixed.yml delete mode 100644 releases/unreleased/option-to-date.yml diff --git a/NEWS b/NEWS index 7711604c6..06ff30c3a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,44 @@ # Releases +## grimoire-elk 0.103.2 - (2022-10-31) + +**New features:** + + * Development and reviewing contributors fields for Git items\ + New information about the participants during the development and the + reviewing processes are available in `Git` items. The Git backend + extracts these data from `Approved-by`, `Co-authored-by`, and + `Merged-by` trailers that some commit messages might include. For each + one of these trailers, new fields will be available with the suffixes: + `_bots`, `_domains`, `_names`, `_org_names`, and `_uuids`. Also for + each one of these suffixes, there will be extra fields with the prefix + `non_authored_`. This is an example of the fields available for the + the trailer `Merged-by`: - merged_by_multi_bots - + merged_by_multi_domains - merged_by_multi_names - + merged_by_multi_org_names - merged_by_multi_uuids - + non_authored_merged_by_multi_bots - + non_authored_merged_by_multi_domains - + non_authored_merged_by_multi_names - + non_authored_merged_by_multi_org_names + * Option 'to-date' on the backend sections\ + The option `to-date` on the `setup.cfg` allows fetching data until a + specific date. By default, this value is `2100-01-01`. + +**Bug fixes:** + + * Onion study on Github pull requests fixed\ + Github pull requests onion study is now updated to allow passing the + study alias name by parameter. + * Onion study on Gitlab fixed\ + Gitlab onion study is now updated to allow passing the study alias + name by parameter. + +**Dependencies updateds:** + + * New Pandas version\ + Update Pandas to the newest version compatible with Python 3.7+. + + ## grimoire-elk 0.103.0 - (2022-09-26) **New features:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 3473bf48b..d318fc391 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2022-10-26 11:39:37.591840 -__version__ = "0.103.2-rc.2" +# File auto-generated by semverup on 2022-10-31 09:48:29.667001 +__version__ = "0.103.2" diff --git a/pyproject.toml b/pyproject.toml index 3da150a2d..a50b0ec8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "0.103.2-rc.2" +version = "0.103.2" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/0.103.2.md b/releases/0.103.2.md new file mode 100644 index 000000000..8f4c42b5a --- /dev/null +++ b/releases/0.103.2.md @@ -0,0 +1,38 @@ +## grimoire-elk 0.103.2 - (2022-10-31) + +**New features:** + + * Development and reviewing contributors fields for Git items\ + New information about the participants during the development and the + reviewing processes are available in `Git` items. The Git backend + extracts these data from `Approved-by`, `Co-authored-by`, and + `Merged-by` trailers that some commit messages might include. For each + one of these trailers, new fields will be available with the suffixes: + `_bots`, `_domains`, `_names`, `_org_names`, and `_uuids`. Also for + each one of these suffixes, there will be extra fields with the prefix + `non_authored_`. This is an example of the fields available for the + the trailer `Merged-by`: - merged_by_multi_bots - + merged_by_multi_domains - merged_by_multi_names - + merged_by_multi_org_names - merged_by_multi_uuids - + non_authored_merged_by_multi_bots - + non_authored_merged_by_multi_domains - + non_authored_merged_by_multi_names - + non_authored_merged_by_multi_org_names + * Option 'to-date' on the backend sections\ + The option `to-date` on the `setup.cfg` allows fetching data until a + specific date. By default, this value is `2100-01-01`. + +**Bug fixes:** + + * Onion study on Github pull requests fixed\ + Github pull requests onion study is now updated to allow passing the + study alias name by parameter. + * Onion study on Gitlab fixed\ + Gitlab onion study is now updated to allow passing the study alias + name by parameter. + +**Dependencies updateds:** + + * New Pandas version\ + Update Pandas to the newest version compatible with Python 3.7+. + diff --git a/releases/unreleased/git-extracts-more-authors-meta-info.yml b/releases/unreleased/git-extracts-more-authors-meta-info.yml deleted file mode 100644 index 75fab5be2..000000000 --- a/releases/unreleased/git-extracts-more-authors-meta-info.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Development and reviewing contributors fields for Git items -category: added -author: Quan Zhou -issue: null -notes: > - New information about the participants during the development and the - reviewing processes are available in `Git` items. The Git backend extracts - these data from `Approved-by`, `Co-authored-by`, and `Merged-by` - trailers that some commit messages might include. For each one of these - trailers, new fields will be available with the suffixes: `_bots`, `_domains`, - `_names`, `_org_names`, and `_uuids`. Also for each one of these suffixes, - there will be extra fields with the prefix `non_authored_`. - This is an example of the fields available for the the trailer `Merged-by`: - - merged_by_multi_bots - - merged_by_multi_domains - - merged_by_multi_names - - merged_by_multi_org_names - - merged_by_multi_uuids - - non_authored_merged_by_multi_bots - - non_authored_merged_by_multi_domains - - non_authored_merged_by_multi_names - - non_authored_merged_by_multi_org_names diff --git a/releases/unreleased/new-pandas-version.yml b/releases/unreleased/new-pandas-version.yml deleted file mode 100644 index ecd18bee8..000000000 --- a/releases/unreleased/new-pandas-version.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: New Pandas version -category: dependency -author: Jose Javier Merchante -issue: null -notes: > - Update Pandas to the newest version compatible - with Python 3.7+. diff --git a/releases/unreleased/onion-study-on-github-pull-requests-fixed.yml b/releases/unreleased/onion-study-on-github-pull-requests-fixed.yml deleted file mode 100644 index 3341b5eaf..000000000 --- a/releases/unreleased/onion-study-on-github-pull-requests-fixed.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Onion study on Github pull requests fixed -category: fixed -author: Quan Zhou -issue: null -notes: > - Github pull requests onion study is now updated to allow passing - the study alias name by parameter. diff --git a/releases/unreleased/onion-study-on-gitlab-fixed.yml b/releases/unreleased/onion-study-on-gitlab-fixed.yml deleted file mode 100644 index 60d1bbd77..000000000 --- a/releases/unreleased/onion-study-on-gitlab-fixed.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Onion study on Gitlab fixed -category: fixed -author: Quan Zhou -issue: null -notes: > - Gitlab onion study is now updated to allow passing the study - alias name by parameter. diff --git a/releases/unreleased/option-to-date.yml b/releases/unreleased/option-to-date.yml deleted file mode 100644 index 73054f247..000000000 --- a/releases/unreleased/option-to-date.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Option 'to-date' on the backend sections -category: added -author: Quan Zhou -issue: null -notes: > - The option `to-date` on the `setup.cfg` allows fetching data until a - specific date. By default, this value is `2100-01-01`.