The following list describes the changes by component:
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:
- 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
.