The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
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 tohttps://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
.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
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
, andMerged-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 prefixnon_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+.
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
.