-
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
Develop "search by interval" option #4
Comments
what do you mean with interval? is the project created date? or the last commit date? |
From the first message: "Complete interval informed - Groundhog would download from the informed initial to the informed final date." => I'd complement this by saying this: Groundhog should be able to download projects based on an initial and a final date. Moreover, the initial and final date can refer to last commit or first commit, at least initially. |
This is the point! I'm not sure of this, but, I think that we can only have information about the first commit if we have already downloaded the source code. |
That's the case only if we rely on Github for that. If we rely on Git (and probably SVN as well), that information is readily available with commands such as `git log'. |
Actually @gustavopinto, we can perform the search using the GitHub API directly avoiding the download and extraction of the project. You might wanna look at this issue #41 And these examples: |
hmm... it is really cool :D |
Groundhog should feature the capability of searching projects in a given interval. That could be defined by the following parameters:
The text was updated successfully, but these errors were encountered: