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).
Describe the bug GitHub API query
repo_committed_dates
retrieves information only about default branches.Proposal Rewrite
make_commit_day_time_list
function, mergerepo_committed_dates
query withrepo_branch_list
andrepo_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 touser_repository_list
query (this will create most complete possible list of repositories user has ever contributed to).