Skip to content

Conversation

RedbackThomson
Copy link
Contributor

@RedbackThomson RedbackThomson commented Apr 13, 2022

Description of changes:
Add initialisms found within the ACM PCA types CNAME, CRL, CPS, CSR, EDI, OCSP, RFC

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-bot ack-bot requested review from brycahta and vijtrip2 April 13, 2022 20:48
{"Ec2", "EC2", "ec2", nil},
{"Ecr", "ECR", "ecr", nil},
// Prevent "Edit" from becoming "EDIt"
{"Edi", "EDI", "edi", regexp.MustCompile("Edi(?!t)", regexp.None)},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind adding a quick unit test that verifies this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added! And sorted all tests because their ordering was annoying me

Comment on lines +48 to +49
{"EdiPartyName", "EDIPartyName", "ediPartyName", "edi_party_name"},
{"Editable", "Editable", "editable", "editable"},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My new additions

@RedbackThomson
Copy link
Contributor Author

FYI I searched through all /apis/*.go files in every service controller directory to find anything that starts with Edi and the only thing was Edit*

Copy link
Collaborator

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thank you @RedbackThomson!

@jaypipes
Copy link
Collaborator

jaypipes commented May 1, 2022

/lgtm

@ack-bot ack-bot added the lgtm Indicates that a PR is ready to be merged. label May 1, 2022
@ack-bot
Copy link
Collaborator

ack-bot commented May 1, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jaypipes, RedbackThomson

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [RedbackThomson,jaypipes]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-bot ack-bot merged commit c2fb48f into aws-controllers-k8s:main May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants