- Added cli option (--include-commits) to include a list of fixing-commits. The purpose is to save time during future analyses. - Upgraded dependencies.
0.8.0
- Added two more options to the CLI to mine fixing-commits and fixed-files - Refactored application
0.5.0
- Changed command-line options - Changed APIs parameters in miners and metrics_extractors
0.3.0
- Renamed modules (repository -> mining.ansible, mining.tosca). - RepositoryMiner is now BaseMiner in mining.base, and is extended by AnsibleMiner in mining.ansible and ToscaMiner in mining.tosca. - Command-line changes (see the updated docs for usage). - Refactoring.
0.2.10
- It is now possible to set up a list of fixing-files to exclude from mining.
0.2.9
- It is now possible to set up a list of commits to ignore before mining.