forked from anuraghazra/github-readme-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
Add https://github.com/anuraghazra/github-readme-stats/pull/2459 to my fork #1
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
Merged
Conversation
This file contains hidden or 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 commit fixes a small error in the stats-fetcher that caused the `exclude_repo` parameter values to be seen as the `ownerAffiliation` inputs.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Enhance project configuration, dependencies, and docs - Updated ESLint configurations and GitHub Actions workflows for improved code quality and maintainability. - Upgraded dependencies in `package-lock.json` and `package.json`, including major packages like `axios` and `dotenv`. - Enhanced README files in multiple languages to improve clarity and usability. - Introduced new themes and updated translations in `translations.js` for better localization support. - Improved error handling and functionality in various scripts, including `wakatime-fetcher.js` and `calculateRank.js`. - Added new utility functions and updated existing ones for better performance and error handling. - Updated tests to reflect changes in the codebase and ensure comprehensive coverage.
Enhanced the .gitignore file to include additional entries for ignoring temporary files, build results, and files generated by Visual Studio and related tools. This update improves repository cleanliness by preventing unnecessary files from being tracked in version control.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Classification
This pull request introduces a new feature to enhance the GitHub API integration by adding support for filtering repositories based on user affiliations.
PR Summary
The changes implement a new
ownerAffiliations
parameter across various functions to filter user statistics and top languages.index.js
: Addedrole
to query parameters and updated fetch calls to includeownerAffiliations
.top-langs.js
: Introducedrole
in query parameters and modified the fetch function to acceptownerAffiliations
.utils.js
: Added utility functions for parsing owner affiliations and defined new constants and error messages for invalid affiliations.stats-fetcher.js
: Updated GraphQL queries to includeownerAffiliations
and modified thefetchStats
andstatsFetcher
functions accordingly.top-languages-fetcher.js
: Adjusted fetcher functions to utilize the newownerAffiliations
parameter in GraphQL queries.