Skip to content

Releases: radon-h2020/radon-repository-miner

Bufixing

02 Feb 16:18
Compare
Choose a tag to compare

FIxed UnboundLocalError: local variable 'process_metrics' referenced before assignment

Refactored cli

02 Feb 12:35
Compare
Choose a tag to compare

The following methods are deprecated: get_fixing_commits_from_closed_issues() and get_fixing_commits_from_commit_message().
They have been replaced by the method get_fixing_commits() that returns the types of fix along with the hash. For examples

{
hash1: ['SYNTAX', 'IDEMPOTENCY']
}

meaning that the commit with hash1 fixes syntax and idempotency issues.

Enhancement: Added functionality to compute delta metrics between two successive releases

18 Nov 18:46
Compare
Choose a tag to compare

Bugfix: Caught missing TypeError that made the program fail when executing AnsibleMetrics on an empty script

18 Nov 16:16
Compare
Choose a tag to compare

Bugfix UnicodeDecodeError when reading file content

18 Nov 14:46
Compare
Choose a tag to compare
v0.8.10-beta

prepare for v0.8.10

Updated dependency to AnsibleMetrics

18 Nov 12:04
Compare
Choose a tag to compare

Updated dependency to AnsibleMetrics (0.3.8)

Sequential workflow

11 Nov 10:40
114c393
Compare
Choose a tag to compare

This release introduces sequential workflow: it build and publish image to Dockerhub only if publish on PyPI succeedes

Sequential workflow

11 Nov 10:38
02c3aab
Compare
Choose a tag to compare

This release introduces sequential workflow: it build and publish image to Dockerhub only if publish on PyPI succeedes

Improvement

11 Nov 10:30
Compare
Choose a tag to compare

Updated ansible file recognition and discard of undesired commits. Accept only commits that MODIFY at least one Ansible/Tosca file

Bugfix

08 Nov 18:30
Compare
Choose a tag to compare

ValueError: invalid literal for int() with base 10: ''