-
Notifications
You must be signed in to change notification settings - Fork 18
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
Version 0.1 of a tool to get a list of commit authors for the previous week #5
Conversation
Example output, getting all the commits for the 7-day period before Monday:
|
Looks like this works pretty well! |
What about looking through the events stream? https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization |
i think this lgtm |
(good stuff!) |
Version 0.1 of a tool to get a list of commit authors for the previous week
Thanks, @eminence! |
(I replied in IRC, but I forgot to reply here for all to see) I believe that using the event stream will actually be the best way forward, even for getting a list of commits. For two reasons:
|
I agree. So, let's go with that. I'll build a prototype, unless you want to go with python. Doesn't bother me. |
@eminence Damn. The event stream tops out at 300. So, we can't use that, as IPFS will have more than that many events in a given week. We're going to have do continue doing what we've been doing. |
Nevermind, working on it. |
See #1