Skip to content

Commit

Permalink
Release 0.103.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 31, 2022
1 parent 2176e2f commit 816716e
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 58 deletions.
39 changes: 39 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
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 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"
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 = "0.103.2-rc.2"
version = "0.103.2"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
38 changes: 38 additions & 0 deletions releases/0.103.2.md
Original file line number Diff line number Diff line change
@@ -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+.

23 changes: 0 additions & 23 deletions releases/unreleased/git-extracts-more-authors-meta-info.yml

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/new-pandas-version.yml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/onion-study-on-gitlab-fixed.yml

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/option-to-date.yml

This file was deleted.

0 comments on commit 816716e

Please sign in to comment.