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

Develop "search by interval" option #4

Open
rodrigoalvesvieira opened this issue Apr 13, 2013 · 6 comments
Open

Develop "search by interval" option #4

rodrigoalvesvieira opened this issue Apr 13, 2013 · 6 comments

Comments

@rodrigoalvesvieira
Copy link

Groundhog should feature the capability of searching projects in a given interval. That could be defined by the following parameters:

  • Initial date informed - if only an initial date was informed, Groundhog would download the project from this date to the last activity
  • Final date informed - Groundhog would download from the beginning to the final date
  • Complete interval informed - Groundhog would download from the informed initial to the informed final date.
@gustavopinto
Copy link
Member

what do you mean with interval? is the project created date? or the last commit date?

@fernandocastor
Copy link
Member

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.

@gustavopinto
Copy link
Member

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.

@fernandocastor
Copy link
Member

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'.

@rodrigoalvesvieira
Copy link
Author

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:

@gustavopinto
Copy link
Member

hmm... it is really cool :D

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

No branches or pull requests

3 participants