Recent Releases of https://github.com/chaoss/grimoirelab-perceval
https://github.com/chaoss/grimoirelab-perceval - 1.3.2
## perceval 1.3.2 - (2025-08-18)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] 10 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.3.2-rc.1
## perceval 1.3.2-rc.1 - (2025-08-18)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] 10 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.3.1
## perceval 1.3.1 - (2025-06-19)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.3.1-rc.1
## perceval 1.3.1-rc.1 - (2025-06-19)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.3.0
perceval 1.3.0 - (2025-06-18)
New features:
- Blacklist option for builds in Jenkins\
Add blacklist functionality for builds in Jenkins integration. To
ignore a build, you must define the job name and the build id with the
following format:
--blacklist-builds job-id:1234.
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.3.0-rc.1
perceval 1.3.0-rc.1 - (2025-06-18)
New features:
- Blacklist option for builds in Jenkins\
Add blacklist functionality for builds in Jenkins integration. To
ignore a build, you must define the job name and the build id with the
following format:
--blacklist-builds job-id:1234.
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.3
perceval 1.2.3 - (2025-06-03)
Bug fixes:
- Git moved file detection issue in stats\ Refactored file path resolution logic in the Git parser to better handle complex move and rename cases, including braces patterns and file moves within nested directories.
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.3-rc.1
perceval 1.2.3-rc.1 - (2025-06-03)
Bug fixes:
- Git moved file detection issue in stats\ Refactored file path resolution logic in the Git parser to better handle complex move and rename cases, including braces patterns and file moves within nested directories.
- Python
Published by github-actions[bot] 12 months ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.2
## perceval 1.2.2 - (2025-05-20)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.2-rc.1
## perceval 1.2.2-rc.1 - (2025-05-20)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.1
perceval 1.2.1 - (2025-05-09)
Bug fixes:
- GitHub API not returning issues (#865)\ The GitHub API does not return issues when using the epoch time (1970-01-01). This has been temporarily fixed by using 1980-01-01 as the from-date.
- GitHub API pagination bug\ Fixed a bug where pagination stopped working after the GitHub API stopped providing a reference to the last page.
- GitHub user data fallback\ When the API returns a 404 for a user, Perceval returns the basic user data available in the related issue, pull request, comment, or review.
- Git filename with curly brackets issue\ Perceval misinterpreted file paths with curly brackets as rename or move actions, causing new files to be created without an associated action.
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.1-rc.1
perceval 1.2.1-rc.1 - (2025-05-09)
Bug fixes:
- GitHub API not returning issues (#865)\ The GitHub API does not return issues when using the epoch time (1970-01-01). This has been temporarily fixed by using 1980-01-01 as the from-date.
- GitHub API pagination bug\ Fixed a bug where pagination stopped working after the GitHub API stopped providing a reference to the last page.
- GitHub user data fallback\ When the API returns a 404 for a user, Perceval returns the basic user data available in the related issue, pull request, comment, or review.
- Git filename with curly brackets issue\ Perceval misinterpreted file paths with curly brackets as rename or move actions, causing new files to be created without an associated action.
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.0
perceval 1.2.0 - (2025-04-09)
New deprecations:
- NNTP backend removed for Python > 3.13\ nntplib is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11 (PEP 594). This version raises an exception when trying to use the NNTP backend and nntplib package is not available.
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.2.0-rc.1
perceval 1.2.0-rc.1 - (2025-04-08)
New deprecations:
- NNTP backend removed for Python > 3.13\ nntplib is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11 (PEP 594). This version raises an exception when trying to use the NNTP backend and nntplib package is not available.
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.1.1
## perceval 1.1.1 - (2025-01-15)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.1.1-rc.1
## perceval 1.1.1-rc.1 - (2025-01-15)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.1.0
perceval 1.1.0 - (2024-12-11)
Bug fixes:
- Git stats not assigned with their actions\ Git stats were not assigned to their actions in a commit for filenames that contain whitespaces. Instead, an empty stat was created like in a merge commit, where actions normally don't take place.
Performance improvements:
- Git sync improved for
--latest-itemsflag\ The speed updating a git repository when--lates-itemsis set was very poor. The main problem was when the references were updated to the new hashes. All the active refs on the repository were modified, even when they were up-to-date. Now, only references updated on the remote repository are modified on the local one. Repositories are synched 2 times faster than before.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.1.0-rc.1
perceval 1.1.0-rc.1 - (2024-12-11)
Bug fixes:
- Git stats not assigned with their actions\ Git stats were not assigned to their actions in a commit for filenames that contain whitespaces. Instead, an empty stat was created like in a merge commit, where actions normally don't take place.
Performance improvements:
- Git sync improved for
--latest-itemsflag\ The speed updating a git repository when--lates-itemsis set was very poor. The main problem was when the references were updated to the new hashes. All the active refs on the repository were modified, even when they were up-to-date. Now, only references updated on the remote repository are modified on the local one. Repositories are synched 2 times faster than before.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.9
## perceval 1.0.9 - (2024-11-13)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.9-rc.1
## perceval 1.0.9-rc.1 - (2024-11-13)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.8
## perceval 1.0.8 - (2024-10-15)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.8-rc.1
## perceval 1.0.8-rc.1 - (2024-10-14)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.7
perceval 1.0.7 - (2024-09-23)
Dependencies updateds:
- Python minimum version updated\ Python 3.8 will reach its end of life in October 2024. Python 3.9 is the minimum version required by the project.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.7-rc.1
perceval 1.0.7-rc.1 - (2024-09-20)
Dependencies updateds:
- Python minimum version updated\ Python 3.8 will reach its end of life in October 2024. Python 3.9 is the minimum version required by the project.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.6
perceval 1.0.6 - (2024-08-30)
Bug fixes:
- Fix issue #782 (#782)\ The issue was that perceval would not delete old tags from upstream references. This change deletes tags locally if tags are deleted upstream.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.6-rc.1
perceval 1.0.6-rc.1 - (2024-08-30)
Bug fixes:
- Fix issue #782 (#782)\ The issue was that perceval would not delete old tags from upstream references. This change deletes tags locally if tags are deleted upstream.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.5
perceval 1.0.5 - (2024-08-13)
Bug fixes:
- Fixed missing backend name in usage string (#799)\
The
percevalcommand-line tool now correctly displays the backend name in the usage string when using the--helpoption.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.5-rc.1
perceval 1.0.5-rc.1 - (2024-08-13)
Bug fixes:
- Fixed missing backend name in usage string (#799)\
The
percevalcommand-line tool now correctly displays the backend name in the usage string when using the--helpoption.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.4
## perceval 1.0.4 - (2024-08-09)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.4-rc.1
## perceval 1.0.4-rc.1 - (2024-08-09)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.3
## perceval 1.0.3 - (2024-08-02)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.3-rc.1
## perceval 1.0.3-rc.1 - (2024-08-02)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.2
perceval 1.0.2 - (2024-06-21)
Bug fixes:
- Empty stats for moved/copied files in git\
Stats about changes on a file were not reported correctly for files
that where moved to a subdirectory. They were reported as an invalid
entry and without action associated. For example, the file
dir/filenamewas moved todir/subdir/filename, but it was reported asdir//filename. Therefore, the entry of the filedir/subdire/filenamedidn't have the stats about added and deleted lines. This error has been fixed and stats are reported correctly.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.2-rc.1
perceval 1.0.2-rc.1 - (2024-06-21)
Bug fixes:
- Empty stats for moved/copied files in git\
Stats about changes on a file were not reported correctly for files
that where moved to a subdirectory. They were reported as an invalid
entry and without action associated. For example, the file
dir/filenamewas moved todir/subdir/filename, but it was reported asdir//filename. Therefore, the entry of the filedir/subdire/filenamedidn't have the stats about added and deleted lines. This error has been fixed and stats are reported correctly.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.1
## perceval 1.0.1 - (2024-05-09)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.1-rc.1
## perceval 1.0.1-rc.1 - (2024-05-09)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.0
perceval 1.0.0 - (2024-04-13)
New features:
- First major release\ GrimoireLab reached a stable status. This is our first major release.
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.0-rc.2
## perceval 1.0.0-rc.2 - (2024-04-11)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 1.0.0-rc.1
perceval 1.0.0-rc.1 - (2024-04-09)
New features:
- First major release\ GrimoireLab reached a stable status. This is our first major release.
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.25.0
perceval 0.25.0 - (2024-03-27)
New features:
- Include recovery mode for Git backend\
Include a new option in Git that allows continuing to fetch commits
from the previous execution using the last commit. The option is
--recovery <commit>. The last commit can be obtained from the offset in the summary object of the last execution or the last item.
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.25.0-rc.1
perceval 0.25.0-rc.1 - (2024-03-27)
New features:
- Include recovery mode for Git backend\
Include a new option in Git that allows continuing to fetch commits
from the previous execution using the last commit. The option is
--recovery <commit>. The last commit can be obtained from the offset in the summary object of the last execution or the last item.
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.24.1
## perceval 0.24.1 - (2024-03-12)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.24.1-rc.1
## perceval 0.24.1-rc.1 - (2024-03-12)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.24.0
perceval 0.24.0 - (2024-03-01)
New deprecations:
- NNTP backend deprecated\ NNTP is deprecated. It is not compatible with Python 3.11.8 and will be removed in a future version.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.24.0-rc.1
perceval 0.24.0-rc.1 - (2024-03-01)
New deprecations:
- NNTP backend deprecated\ NNTP is deprecated. It is not compatible with Python 3.11.8 and will be removed in a future version.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.6
## perceval 0.23.6 - (2024-02-08)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.6-rc.1
## perceval 0.23.6-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.5
## perceval 0.23.5 - (2024-01-30)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.5-rc.1
## perceval 0.23.5-rc.1 - (2024-01-30)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.4
## perceval 0.23.4 - (2023-12-19)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.4-rc.1
## perceval 0.23.4-rc.1 - (2023-12-18)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.3
## perceval 0.23.3 - (2023-11-28)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.3-rc.1
## perceval 0.23.3-rc.1 - (2023-11-28)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.2
## perceval 0.23.2 - (2023-11-14)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.2-rc.1
## perceval 0.23.2-rc.1 - (2023-11-14)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.1
## perceval 0.23.1 - (2023-11-03)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.1-rc.1
## perceval 0.23.1-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.0
perceval 0.23.0 - (2023-10-20)
New features:
- Jira authentication with token (#813)\
Authentication in
jirabackend is supported using personal access tokens. Jira Core/Software (8.14 and later), Jira Service Management (4.15 and later) Data Center and server editions can use personal access tokens without a username. For Jira Cloud, username and token are required. Usage: perceval jira-u -p perceval jira -t perceval jira -u -t - Clonfluence authentication with personal access tokens\
Authentication in
confluencebackend is supported using personal access tokens. Confluence Data Center and server editions 7.9 and later can use personal access tokens without a username. For Confluence Cloud, username and token are required.
Feature removals:
- Drop Python 3.7 support\ Python 3.7 reaches the end of life in June 2023. This means it won't receive new updates or patches to fix security issues. Therefore, this package only works with Python >= 3.8 from now on.
Dependencies updateds:
- Bump urllib3 version\ Bump urllib3 from ^1.26 to ^2.0.7
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.0-rc.2
perceval 0.23.0-rc.2 - (2023-10-20)
Dependencies updateds:
- Bump urllib3 version\ Bump urllib3 from ^1.26 to ^2.0.7
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.23.0-rc.1
perceval 0.23.0-rc.1 - (2023-10-19)
New features:
- Jira authentication with token (#813)\
Authentication in
jirabackend is supported using personal access tokens. Jira Core/Software (8.14 and later), Jira Service Management (4.15 and later) Data Center and server editions can use personal access tokens without a username. For Jira Cloud, username and token are required. Usage: perceval jira-u -p perceval jira -t perceval jira -u -t - Clonfluence authentication with personal access tokens\
Authentication in
confluencebackend is supported using personal access tokens. Confluence Data Center and server editions 7.9 and later can use personal access tokens without a username. For Confluence Cloud, username and token are required.
Feature removals:
- Drop Python 3.7 support\ Python 3.7 reaches the end of life in June 2023. This means it won't receive new updates or patches to fix security issues. Therefore, this package only works with Python >= 3.8 from now on.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.3
## perceval 0.22.3 - (2023-08-06)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.3-rc.1
## perceval 0.22.3-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.2
## perceval 0.22.2 - (2023-07-23)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.2-rc.1
## perceval 0.22.2-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.1
## perceval 0.22.1 - (2023-07-11)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.1-rc.1
## perceval 0.22.1-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.0
perceval 0.22.0 - (2023-06-28)
New features:
- Git backend alternates mechanism\ Git alternates is a mechanism that lets a repository borrow objects from another repository on the same machine. Allow to execute Git Perceval backend using this mechanism.
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.22.0-rc.1
perceval 0.22.0-rc.1 - (2023-06-22)
New features:
- Git backend alternates mechanism\ Git alternates is a mechanism that lets a repository borrow objects from another repository on the same machine. Allow to execute Git Perceval backend using this mechanism.
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.7
## perceval 0.21.7 - (2023-05-17)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.7-rc.1
## perceval 0.21.7-rc.1 - (2023-05-17)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.6
## perceval 0.21.6 - (2023-04-27)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.5
## perceval 0.21.5 - (2023-04-26)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.4
perceval 0.21.4 - (2023-04-21)
Bug fixes:
- Default value for mbox to-date (#810)\
Include a default value for
--to-dateargument in mbox backend.
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.4-rc.2
## perceval 0.21.4-rc.2 - (2023-04-21)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.4-rc.1
perceval 0.21.4-rc.1 - (2023-04-20)
Bug fixes:
- Default value for mbox to-date (#810)\
Include a default value for
--to-dateargument in mbox backend.
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.3
## perceval 0.21.3 - (2023-02-03)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2
## perceval 0.21.2 - (2023-02-01)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2-rc.5
## perceval 0.21.2-rc.5 - (2023-02-01)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2-rc.4
## perceval 0.21.2-rc.4 - (2023-01-23)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2-rc.3
## perceval 0.21.2-rc.3 - (2023-01-20)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2-rc.2
## perceval 0.21.2-rc.2 - (2023-01-18)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.2-rc.1
## perceval 0.21.2-rc.1 - (2023-01-09)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.1
perceval 0.21.1 - (2022-11-07)
Bug fixes:
- Mbox to-date argument fixed\
It fixes the
--to-dateargument. This parameter was added to fetch data until a specific date.
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.0
perceval 0.21.0 - (2022-10-31)
New features:
- [gitlab] Alias
--urlfor--enterprise-urlargument (#801)\ The argument--enterprise-urlfor 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-dateto 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.
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.0-rc.3
perceval 0.21.0-rc.3 - (2022-10-26)
New features:
- [gitlab] Alias
--urlfor--enterprise-urlargument (#801)\ The argument--enterprise-urlfor 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-dateto 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.
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.0-rc.2
## perceval 0.21.0-rc.2 - (2022-10-25)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.21.0-rc.1
## perceval 0.21.0-rc.1 - (2022-10-25)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.1
perceval 0.20.1 - (2022-09-27)
- Update Poetry's package dependencies
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0
perceval 0.20.0 - (2022-09-26)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.15
perceval 0.20.0-rc.15 - (2022-09-26)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.14
perceval 0.20.0-rc.14 - (2022-09-26)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.13
perceval 0.20.0-rc.13 - (2022-09-26)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.12
perceval 0.20.0-rc.12 - (2022-09-23)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.11
perceval 0.20.0-rc.11 - (2022-09-23)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.10
perceval 0.20.0-rc.10 - (2022-09-23)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.9
perceval 0.20.0-rc.9 - (2022-09-09)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.8
perceval 0.20.0-rc.8 - (2022-09-09)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.7
perceval 0.20.0-rc.7 - (2022-09-07)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.6
perceval 0.20.0-rc.6 - (2022-09-07)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/chaoss/grimoirelab-perceval - 0.20.0-rc.5
perceval 0.20.0-rc.5 - (2022-09-06)
New features:
- [phabricator] Skip a list of items by id\
Perceval will not fetch the items set with the
--blacklist-idsargument. In the following example,percevalwill skip the items with ids123and456:perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
- Python
Published by github-actions[bot] over 3 years ago