Releases: radon-h2020/radon-ansible-metrics
Releases · radon-h2020/radon-ansible-metrics
0.4.2
Update dependency
Fixed missing update in setup.py
Update dependency
Using pyYaml 6.0.1
Dependency update
PyYaml 5.3.1 -> 5.4
Dependency update
PyYaml 5.3.1 -> 5.4.1
Bugfix
Fixed bug that prevented the files to be loaded properly
Refactoring
- StringIO no more required. Now, the metrics take a string as input.
- num_import_playbook -> num_imported_playbooks and NumImportPlaybook -> NumImportedPlaybooks
- num_import_role -> num_imported_roles and NumImportRole -> NumImportedRoles
- num_import_tasks -> num_imported_tasks and NumImportTasks -> NumImportedTasks
- num_include -> num_includes and NumInclude -> NumImportedRoles
- num_include_role -> num_included_roles and NumIncludeRole -> NumIncludedRoles
- num_include_tasks -> num_included_tasks and NumIncludeTasks -> NumIncludedTasks
- num_include_vars -> num_included_vars and NumIncludeVars -> NumIncludedVars
Enanchements
NumConditions and NumDecisions now support chaged_when and failed_when.
Fixed cli usage. Refactoring
0.3.7 updated python min version
Bugfix
0.3.6 Bugfix: division-by-zero in avg_task_size.py