0.4.4
Summary
This release adds support for Git provider integrations with execution time logging and repository commit metrics. Key features include new methods for fetching repository commits from GitHub and GitLab, along with productivity metrics for lines of code per PR.
Additionally, making some checks and validations for repository files and storing that results in the repository blueprint is now possible.
Changes
- feat(core): added execution time logging for integration methods
- feat(github): added commits query to fetch repository commits
- feat(github): added repository commits metrics
- feat(github): added method to fetch commits from a repository
- feat(gitlab): added repository commit metrics
- feat(gitlab): added method to fetch commits from a repository
- feat(galaxy): allow check for repo files existence
- feat: implemented productivity metrics for lines of code per PR in GitHub and GitLab