Skip to content
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

Open
fernandocastor opened this issue Jun 12, 2013 · 11 comments
Assignees

Comments

@fernandocastor
Copy link
Member

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.

@ghost ghost assigned jesusjackson Jul 26, 2013
@gustavopinto
Copy link
Member

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.

@fernandocastor
Copy link
Member Author

But you can get the commits by interacting directly with the git repository, can't you?

@jesusjackson
Copy link
Contributor

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.

@jesusjackson
Copy link
Contributor

@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?

@fernandocastor
Copy link
Member Author

Ideally, for a large number of projects. SUmmarizing that information is not so simple.

@jesusjackson
Copy link
Contributor

@gustavopinto i went to search for the code i did for the Issue #48 and found it was all deleted.

@gustavopinto
Copy link
Member

@pork9 yes. I have moved it to here. All code related to answer an issue should be there instead in groundhog.

@rodrigoalvesvieira
Copy link
Contributor

👍

@jesusjackson
Copy link
Contributor

@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?

@jesusjackson
Copy link
Contributor

And i didn't find a way to get more then 30 commits. I'm really worried about that.

@gustavopinto
Copy link
Member

dont worry. we should analyze local commits instead of rely on github commits api. it is currently under development in this branch cd8c27f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants