-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-cmd/contributions: usability/performance improvements.
- more sensible/performant defaults: default to primary repositories only for the last year rather than all repositories forever - allow specifying more than one user at a time - output the breakdown of contributions without needing `--csv` - add a space before the `--csv` output - consolidate some code - avoid counting authored commits twice, to improve performance - retry failed GitHub API calls (this happens often when querying all maintainers) - stop counting after we find 1000 commits for a given user to avoid excessive API queries/pagination
- Loading branch information
1 parent
851df26
commit d357607
Showing
8 changed files
with
121 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.