Skip to content
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

Consistent capitalization of Id and Euid #41

Closed
wants to merge 2 commits into from

Conversation

khieta
Copy link
Contributor

@khieta khieta commented Aug 11, 2023

Issue #, if available:

Description of changes:

As pointed out in #35, we currently use inconsistent capitalization for EUID/Euid. This PR standardizes on the following (which matches the Rust code):

  • Id, Euid in variable/function/class names
  • id, euid in comments

Most of the PR diff is renaming in variables & comments, but the following changes impact the API:

  • AuthorizationRequest fields renamed from *EUID to *Euid
  • JsonEUID class renamed to JsonEuid
  • EntityUID class renamed to EntityUid
  • Policy field policyID renamed to policyId
  • Entity field parentsEUIDs renamed to parentsEuids

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@khieta khieta changed the title consistent capitalization Consistent capitalization of Id, Euid Aug 11, 2023
@khieta khieta changed the title Consistent capitalization of Id, Euid Consistent capitalization of Id and Euid Aug 11, 2023
@khieta
Copy link
Contributor Author

khieta commented Aug 11, 2023

Closing in favor of the simpler change #42

@khieta khieta closed this Aug 11, 2023
@khieta khieta deleted the nit/khieta/more-renaming branch December 1, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants