-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Moved to allowlist naming; added contributing naming rule about potentially offensive terminology. #2739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Let's do everything we can to remove all racist language wherever we can!
cmd/thanos/tools_bucket.go
Outdated
@@ -84,7 +84,7 @@ func registerBucketVerify(m map[string]setupFunc, root *kingpin.CmdClause, name | |||
Short('r').Default("false").Bool() | |||
issuesToVerify := cmd.Flag("issues", fmt.Sprintf("Issues to verify (and optionally repair). Possible values: %v", allIssues())). | |||
Short('i').Default(verifier.IndexIssueID, verifier.OverlappedBlocksIssueID).Strings() | |||
idWhitelist := cmd.Flag("id-whitelist", "Block IDs to verify (and optionally repair) only. "+ | |||
idAllowlist := cmd.Flag("id-allowlist", "Block IDs to verify (and optionally repair) only. "+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any additional thing even necessary? Just id
or ids
would be even better no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, kind of true (:
@brancz I was thinking about another example we use (in Prometheus as well) a lot: Blackbox and whitebox monitoring: What about proposing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 👏
💯 |
…tially offensive terminology. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Bartlomiej Plotka bwplotka@gmail.com