anmol098 / waka-readme-stats

This GitHub action helps to add cool dev metrics to your github profile Readme
MIT License
3.39k stars 555 forks source link

Refactoring repository queries #397

Closed pseusys closed 1 year ago

pseusys commented 1 year ago

Describe the bug GitHub API query repo_committed_dates retrieves information only about default branches.

Proposal Rewrite make_commit_day_time_list function, merge repo_committed_dates query with repo_branch_list and repo_commit_list queries, share common data: this should be possible as user should've contributed to his own repositories at least once.

Add repositories returned by repositoriesContributedTo query to user_repository_list query (this will create most complete possible list of repositories user has ever contributed to).