-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To provide an answer to the question "How did the no. of commits for Java projects change over years?" #53
Comments
It will be very difficult to answer this question, mainly because the github api only brings the last 30 commits of a project. Unless we download the projects and then analyze one by one. |
But you can get the commits by interacting directly with the git repository, can't you? |
I was reading in the github api and i think it's possible, but i'm trying to figure out a way to do this sending a year and receiving only commits done in that year. |
@fernandocastor this question is for one project or do i have to do a mean for every java project and give a result for a number of years? |
Ideally, for a large number of projects. SUmmarizing that information is not so simple. |
@gustavopinto i went to search for the code i did for the Issue #48 and found it was all deleted. |
👍 |
@gustavopinto Thanks, i'll change it so it answers this question, let me ask you something. How did set for the groundhog-case-study to use groundhog even without the groundhog code present? |
And i didn't find a way to get more then 30 commits. I'm really worried about that. |
dont worry. we should analyze local commits instead of rely on github commits api. it is currently under development in this branch cd8c27f |
We need to implement and test the features required to use Groundhog to answer the question in the title of the issue. We then have to use it to actually answer the question.
The text was updated successfully, but these errors were encountered: