Remove non-inclusive language (#4738)#4743
Merged
lukaszgryglicki merged 10 commits intomainfrom Aug 6, 2025
Merged
Conversation
Signed-off-by: Michal Lehotsky <mlehotsky@linuxfoundation.org>
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io>
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io>
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io>
Fixing build status in README.md
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes non-inclusive language throughout the codebase by replacing "whitelist" terminology with "allowlist" and updating references from "master" to "main" branch names. The changes maintain backward compatibility by preserving API parameter names, URLs, and DynamoDB table/property names that would require breaking changes across multiple systems.
- Updates code references, comments, variable names, and function names from "whitelist" to "allowlist"
- Changes default branch references from "master" to "main"
- Adds compatibility comments explaining why certain API and database names cannot be changed yet
Reviewed Changes
Copilot reviewed 58 out of 59 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| Various utility scripts | Updates script functionality and adds region support |
| Test files | Updates test data and expected values for inclusive language |
| Documentation files | Updates branch references and terminology in docs |
| Python backend files | Comprehensive renaming of classes, functions, and variables |
| Go backend files | Updates struct names, function names, and API handlers |
| Swagger specifications | Updates API operation IDs and model definitions |
| Configuration files | Updates linting rules and workflow triggers |
mlehotskylf
previously approved these changes
Aug 6, 2025
mlehotskylf
approved these changes
Aug 6, 2025
This was referenced Aug 6, 2025
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.
Remove non-inclusive language everywhere (about 99%, requested in #4738) except:
acs-cli,lfx-gatewayand all consumers).cc @mlehotskylf