pjmc-oliveira / HubListener

Open source analysis tool to provide users with relevant metrics regarding their GitHub projects:
https://pjmc-oliveira.github.io/HubListener/
GNU General Public License v3.0
2 stars 1 forks source link

Add option to specify # of commits to analyze #78

Open zedahmad opened 5 years ago

zedahmad commented 5 years ago

Currently HubListener analyzes every commit of a project. Need to add the # of commits to analyze as an option in both the CLI and the web frontend.

selvatp commented 5 years ago

Task has been pushed down in priority. Wil add to Sprint if able

zedahmad commented 5 years ago

Suggestion:
Add option for quick-analyze and limit total # of commits. Such an option would be used when analyzing a repo for the first time. This would give us a low-resolution analysis of the entire project lifespan, and subsequent analyses on the same repo would include all commits since the last analyzed commit (unless the quick-analyze option is supplied again.)