0.7.0
GrimoireLab 0.7.0
The following list describes the changes by component:
grimoirelab-toolkit 0.3.2 - (2022-10-31)
- Update Poetry's package dependencies
kidash 0.5.2 - (2022-10-31)
- Update Poetry's package dependencies
sortinghat 0.7.22 - (2022-10-31)
- Update Poetry's package dependencies
cereslib 0.3.4 - (2022-10-31)
- Update Poetry's package dependencies
perceval 0.21.0 - (2022-10-31)
New features:
- [gitlab] Alias
--url
for--enterprise-url
argument (#801)
The argument--enterprise-url
for Gitlab backend has the new alias
--url
. With this argument, users can define the GitLab instance from
items will be fetched. This can be set to the SaaS GitLab
(gitlab.com
) or to a self-managed instance (e.g.
gitlab.example.com
). By default, this parameter points to
https://gitlab.com
. - [hyperkitty/mbox] Option
to-date
to fetch until that date
This parameter allows fetching data until a specific date. By default,
this value is2100-01-01
, but this can be changed adding--to- date
.
perceval-mozilla 0.3.4 - (2022-10-31)
- Update Poetry's package dependencies
perceval-opnfv 0.2.4 - (2022-10-31)
- Update Poetry's package dependencies
perceval-puppet 0.2.4 - (2022-10-31)
- Update Poetry's package dependencies
perceval-weblate 0.2.4 - (2022-10-31)
- Update Poetry's package dependencies
kingarthur 0.2.4 - (2022-10-31)
- Update Poetry's package dependencies
graal 0.4.1 - (2022-10-31)
- Update Poetry's package dependencies
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 inGit
items. The Git backend
extracts these data fromApproved-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 trailerMerged-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 optionto-date
on thesetup.cfg
allows fetching data until a
specific date. By default, this value is2100-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+.
sirmordred 0.5.0 - (2022-10-31)
New features:
- New default GitHub pull requests alias names
GitHub pull_request category (github:pull) has its own aliases now:
github_pull_requests
andgithub_pull_requests-raw
. This category
used to share the default aliases for GitHub:github
andgithub- raw
.