-
Improvement
-
Resolution: Fixed
-
Minor
Currently, the GitRepositoryMiner analyzes the repository by iterating over all files and inspecting the commits per file. This makes sense if only a few files need to be inspected. On the other hand, if the whole repository is scanned it makes much more sense to change that algorithm so that all commits of the repository are scanned in a row and the statistics of the containing files are updated for each commit. This should speed up the processing.
- blocks
-
JENKINS-60931 Incremental analysis
- Resolved