This is a patch release which introduces some hot fixes and new data in get_commits()
output.
- Added
repo_url
column to output ofget_commits()
function (#535). - Fixed setting default tokens when
verbose
mode is set toFALSE
(#525) and fixed checking token scopes for GitLab (#526). - Fixed
get_repos_urls()
output when individual repositories are set inset_*_host()
(#529). Earlier the function pulled all repositories for an organization, even though, repositories were defined for the host, not whole organizations. This is similar to the solved earlier (#439). - Fixed getting GitLab subgroups as organizations in repositories table output when pulling repositories with code (#531).