-
Notifications
You must be signed in to change notification settings - Fork 15
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
Contribution count in Org report is not limited to date range #143
Comments
I believe what you are seeing here is that there are things that count as contributions that you wouldn't expect. ie. more than code commits. Here is the github api endpoint we are using. Notice in the api response example it says "contributions: 32". That is the number we are relaying into this action. The value of contribution has a list of things that increase that count.
|
I do not believe what I am seeing is the difference. |
Hmm interesting! Let me take a look a few other places to see what I can find. |
I don't see anywhere in the code where the contributions are filtered down by the dates given.
And Our options are either to switch to commit counts or relabel the data to all time contributions. |
Looks awesome can't wait to see it in a release! |
Just released!! |
Yeah, we changed the column headers to reflect that these are all time commits. We couldn't fix the commit numbers due to limitations in the GitHub API. |
Describe the bug
When generating the report against an Organization using start_date and end_date, the Contributions Count is equal to the all time contributions for any repos in the report
In a report created, Top contributor has contributed to one repo in the time span. See screenshots for
I would expect their Contribution Count to be ~8 in the report; not 476
To Reproduce
Expected behavior
Screenshots
Generated report for 1 week:
Additional context
Referencing reports in this repo to narrow down when this changed
The text was updated successfully, but these errors were encountered: