-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
Show all time contributed to #2282
Comments
This would be nice! I upvoted you on the GitHub discussion page! |
@jgphilpott Great thanks! |
Agreed this would be a nice improvement |
@Jorge-Neves Great, thanks for your support. Please also show your support on https://github.com/orgs/community/discussions/39589 so that GitHub implements the feature needed to implement #2282. |
Hi @rickstaa, I want to work on this issue, if this is issue has been assigned to someone, can I also collaborate?? |
@yaten2302 As far as I understand, at the moment this feature cannot be implemented due to GraphQL limitations. Currenttly you need to support this feature request and wait until it will be implemented. @rickstaa Did i understand correctly? |
@qwerty541, I think your understanding of this feature request is correct. Thanks for jumping in. Without this feature request being merged, the only way to have all-time contributed show up is when we release the GitHub action. I plan to release this feature, more accurate language, and stats calculations in October/November. |
Is someone currently working on GitHub action feature? I am also curious about what is "more accurate langauge" and "stats calculations" features. |
Currently, the GitHub action is available but not officially released yet (see: https://github.com/marketplace/actions/grs-action). I think @Zo-Bro-23 can provide more details but the main blockers for a proper release include:
Once these tasks are completed, we can proceed with the GitHub action release. We'll also merge the following PRs to enhance GitHub and language statistics using environmental variables:
Additionally, after the GitHub action is released, we can explore modifying the code to aggregate contributions across all years." |
Is your feature request related to a problem? Please describe.
The current implementation only shows the repositories a user has contributed to in the last year.
Describe the solution you'd like
It would be nice to show the contributions a user has contributed to for all years.
Additional context
This issue follows up on #2269. As explained in #2269 (comment), the current implementation (i.e. only showing the last year) is due to a GraphQL limitation. I created a feature request in https://github.com/orgs/community/discussions/39589 that should allow us to show the total time contributed to stats for the Private Vercel instance and GitHub action. Please show your support there to get this feature implemented 🙏🏻:star_struck:.
TODOs
Add a feature request to git https://github.com/community/community/discussions asking for an easy way to retrieve the total repositories a user has contributed to and update the documentation. For example, by adding date selectors (i.e.
from
andto
) to therepositoriesContributedTo
object.UPDATE: I just created [feature_request] Add date selector arguments to GraphQL repositoriesContributedTo object community/community#39589.
Implement a function that loops through the years and sums the result of
repositoriesContributedTo.totalCount
. Release this feature under an env variable so people can enable it when they deploy their own Vercel instance (see feat: add CACHE_SECONDS environment variable #2266 and feat: enable multi page star fetching for private vercel instances #2159 for an example).The text was updated successfully, but these errors were encountered: