Add whitelist feature to restrict GitHub usernames#846
Merged
DenverCoder1 merged 2 commits intoDenverCoder1:mainfrom Oct 19, 2025
Merged
Add whitelist feature to restrict GitHub usernames#846DenverCoder1 merged 2 commits intoDenverCoder1:mainfrom
DenverCoder1 merged 2 commits intoDenverCoder1:mainfrom
Conversation
Signed-off-by: Vadim Aleksandrov <valeksandrov@me.com>
41bfd4e to
aa51c7c
Compare
DenverCoder1
approved these changes
Oct 19, 2025
Owner
DenverCoder1
left a comment
There was a problem hiding this comment.
Looks great! Thanks for contributing!
Contributor
Author
|
I’ll fix the documentation comments and double-check the functionality in the Docker container a bit later (in about 2–3 hours). Please don’t merge the PR yet. |
…eedback Signed-off-by: Vadim Aleksandrov <valeksandrov@me.com>
311f698 to
ccf80d2
Compare
Contributor
Author
|
I have updated README.md according to the comment in the PR and double-checked that the service works correctly when using the Thank you very much for your work and for this widget. |
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
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.
Description
Introduce a
WHITELISTenvironment variable to restrict which GitHub users the service fetches commit statistics for. Users not in the whitelist are ignored. IfWHITELISTis empty or unset, statistics are available for all users.Type of change
How Has This Been Tested?
composer testChecklist: