-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add num_commits_to_*
methods to Project
object
#10
Labels
Comments
ChrisTimperley
changed the title
Add
Add Dec 4, 2017
num_commits_to_*
functions to util
modulenum_commits_to_*
methods to util
module
jlacomis
changed the title
Add
Add Dec 6, 2017
num_commits_to_*
methods to util
modulenum_commits_to_*
methods to Project
object
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
jlacomis
added a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
ChrisTimperley
pushed a commit
that referenced
this issue
Dec 6, 2017
This functionality exists now. |
Whoops, forgot that "commits_to_function" isn't done yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This family of methods should be used to calculate the number of commits to a given repository, file, line or function within a given range of commits.
Each of these functions should have a similar header:
Internally, each of these methods should call
commits_to_*
method to obtain a set of commits, before returning the length of that list.One could argue that the
num_commits_to_*
methods are superfluous. Either way, we still need to implementcommits_to_function
andcommits_to_repo
.The text was updated successfully, but these errors were encountered: