-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Neutral-naming in Kibana #71398
Comments
I got a couple questions:
In names (more specifically user facing config properties)
when used as a verb:
|
I'd go with |
If it helps anyone else, I think a lot of these don't need to be "replace |
I hate to combine two issues, but changing kibana.yml settings is a big enough hassle that it may be worth doing the snake case and stack consistency check as part of this. |
FYI There's some work going on to come up with a project plan to get consistency on this refactoring as much as possible across the stack. Don't have a link yet, but coming soon. |
Zube action closed this, so re-opening |
Pinging @elastic/kibana-app-services (Team:AppServices) |
This changes text in our license checker to support our neutral naming efforts in elastic#71398. LICENSE_WHITELIST -> LICENSE_ALLOWED DEV_ONLY_LICENSE_WHITELIST -> DEV_ONLY_LICENSE_ALLOWED
This changes text in our license checker to support our neutral naming efforts in #71398. LICENSE_WHITELIST -> LICENSE_ALLOWED DEV_ONLY_LICENSE_WHITELIST -> DEV_ONLY_LICENSE_ALLOWED
This changes text in our license checker to support our neutral naming efforts in elastic#71398. LICENSE_WHITELIST -> LICENSE_ALLOWED DEV_ONLY_LICENSE_WHITELIST -> DEV_ONLY_LICENSE_ALLOWED
This changes text in our license checker to support our neutral naming efforts in #71398. LICENSE_WHITELIST -> LICENSE_ALLOWED DEV_ONLY_LICENSE_WHITELIST -> DEV_ONLY_LICENSE_ALLOWED Co-authored-by: Jonathan Budzenski <[email protected]>
Thank you everyone for doing the changes. Closing this as there are only a couple of references left in Core team but they are aware of them and those are public APIs. |
Elastic has decided to move away from white/black-list terms to more inclusive allow/deny-list, this issue tracks places in Kibana we need to refactor for allow/deny-list:
Allow list:
— will be removed in 8.0whitelist
in HTTP server xsrf @elastic/kibana-corerequestHeadersWhitelist
in Elasticsearch client @elastic/kibana-core inclusive language - elasticsearch config #71610 (waiting for Neutral-naming in Kibana #71398 (comment))referrerWhitelist
in HTTP server @elastic/kibana-core use inclusive language for server.compression config #71625 (waiting for Neutral-naming in Kibana #71398 (comment))packages/kbn-config-schema/src/types/string_type.ts
@elastic/kibana-core use inclusive language - platform #71607LICENSE_WHITELIST
andDEV_ONLY_LICENSE_WHITELIST
, andmockModulesWhitelist
and other in/src/dev
@elastic/kibana-operations [license checker] Neutral naming #93783actions_config.test.ts
tests andwhitelistError
inactions
plugin @elastic/kibana-alerting-services Use neutral naming for actions URL whitelist #71630whitelistUrlSchemes
in field formats @elastic/kibana-app-arch refactor: 💡 use allow-list in AppArch codebase #71400src/core/MIGRATION.md
@elastic/kibana-core use inclusive language - platform #71607kibana_utils
plugin @elastic/kibana-app-arch refactor: 💡 use allow-list in AppArch codebase #71400whitelistUrlSchemes
insecurity_solution
plugin @elastic/siem [Security Solution] Refactor for inclusive language #71858filterWhitelist
inuptime
plugin @elastic/uptimerequestHeadersWhitelist
andreferrerWhitelist
@elastic/kibana-operationsdocs/maps/connect-to-ems.asciidoc
@elastic/kibana-gisxpack.actions.urlWhitelistConfigurationError
translation @elastic/kibana-alerting-services Use neutral naming for actions URL whitelist #71630docs/user/alerting/index.asciidoc
@elastic/kibana-alerting-services Use neutral naming for actions URL whitelist #71630xpack.snapshotRestore.repositoryForm.typeReadonly.urlWhitelistDescription
translation insnapshot_restore
plugin @elastic/es-ui [Snapshot & Restore] Inclusive language #71438docs/management/advanced-options.asciidoc
@elastic/kibana-app [Graph] Ensure inclusive language #71416Deny list:
blacklist
inget_root_properties_objects.ts
@elastic/kibana-core use inclusive language - platform #71607blacklist
in/server/elasticsearch/client/mocks.ts
@elastic/kibana-core use inclusive language - platform #71607BlacklistForm
andblacklist
(inserialize.js
) in Graph @elastic/kibana-app [Graph] Ensure inclusive language #71416KBN_SCREENSHOT_HEADER_BLACKLIST
andKBN_SCREENSHOT_HEADER_BLACKLIST_STARTS_WITH_PATTERN
@elastic/kibana-reporting-services Neutral-naming in reporting plugin #77371blacklist
insanitize_name.js
@elastic/kibana-canvasactionsBlacklist
insecurity_solution
plugin@elastic/siem [Security Solution] Refactor for inclusive language #71858@elastic/kibana-security
The text was updated successfully, but these errors were encountered: