Skip to content

CNF-22659: Fix typo in error message: retriving → retrieving - #1122

Open
sebrandon1 wants to merge 1 commit into
ComplianceAsCode:masterfrom
sebrandon1:cleanup/fix-error-message-typo
Open

CNF-22659: Fix typo in error message: retriving → retrieving#1122
sebrandon1 wants to merge 1 commit into
ComplianceAsCode:masterfrom
sebrandon1:cleanup/fix-error-message-typo

Conversation

@sebrandon1

@sebrandon1 sebrandon1 commented Mar 26, 2026

Copy link
Copy Markdown

Summary

  • Fix spelling error "retriving" -> "retrieving" in complianceremediation controller error message
  • Also lowercased the error string per Go conventions; no behavioral changes

Related PRs

PR Title Status
#1116 CNF-22644: Remove unused functions, variables, and struct fields Open
#1117 CNF-22645: Use strings.EqualFold for case-insensitive comparisons Open
#1118 CNF-22646: Fix typos in error variable names Open
#1119 CNF-22647: Rename KubeDepsNotFound to ErrKubeDepsNotFound Open
#1120 CNF-22657: Replace deprecated io/ioutil with io package Open
#1121 CNF-22658: Remove deprecated GO111MODULE=auto from Makefile Open
#1123 CNF-22660: Lowercase error strings per Go conventions Open
#721 CNF-22754: Update repository references from openshift to ComplianceAsCode org Open
#1187 CNF-23094: Propagate context through pkg/utils public API Open

Jira

  • CNF-22659 -- Fix typo in error message: retriving -> retrieving (Code Review)
  • Epic: CNF-23313 -- Compliance Operator Tuning

Test Plan

  • CI passes
  • Existing tests pass without modification

@openshift-ci-robot

openshift-ci-robot commented Mar 26, 2026

Copy link
Copy Markdown
Collaborator

@sebrandon1: This pull request references CNF-22659 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Summary

  • Fix spelling error "retriving" → "retrieving" in complianceremediation controller
  • Also lowercase the error string per Go conventions

CNF-22659

Test plan

  • make verify passes
  • make test-unit passes

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Mar 26, 2026

Copy link
Copy Markdown

Hi @sebrandon1. Thanks for your PR.

I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-533b058ef6f56e956e077ee45028bbc3640e7976

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 533b058 to 26d09e6 Compare April 6, 2026 18:29
@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-26d09e64cf41e05598745c8fda05a3599a0b5ef8

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 26d09e6 to 1698d27 Compare April 14, 2026 20:57
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-1698d279da310df1b9f5d18af471febc179646d9

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 1698d27 to ac2ed8d Compare April 20, 2026 19:22
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-ac2ed8d90068a922b398ccd54ed1e434f08ac493

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from ac2ed8d to 1057061 Compare April 27, 2026 22:15
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-10570617acbb50c5b02d1f0129f54dcfa78bcf96

@sebrandon1

Copy link
Copy Markdown
Author

@yuumasato Could you please /ok-to-test this PR when you get a chance? Thanks!

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 1057061 to 5a82176 Compare May 29, 2026 16:46
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-5a821762c7152e1d2cd52bdc7a067eb3e3b6afa2

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 5a82176 to 78eb654 Compare June 5, 2026 16:19
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-78eb654c2cdb0591e4931bd93ea0b5a76944a27d

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 78eb654 to 32ec6ec Compare June 10, 2026 18:55
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-32ec6ec509ae73a5191804127e929d2396ebdd2e

@sebrandon1

Copy link
Copy Markdown
Author

@yuumasato Could you please /ok-to-test this PR when you get a chance? Thanks!

@yuumasato

Copy link
Copy Markdown
Member

/ok-to-test

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 32ec6ec to 09b90d7 Compare June 15, 2026 17:17
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-09b90d76386095ade19a6dc7d475303896bd3d77

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 09b90d7 to c93afb9 Compare June 18, 2026 17:41
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-c93afb9056c43e9a2a97fb0bc578e300aa8607f4

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from c93afb9 to 6e36071 Compare June 26, 2026 18:05
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-6e360713bf475aec40dab3a78daa52a56d74b1e0

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 6e36071 to 8ca6adf Compare June 29, 2026 15:40
@github-actions

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-8ca6adfe8da08f32165c08c5d689036418b5faa8

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 8ca6adf to 18188c0 Compare July 6, 2026 16:15
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-18188c032141c737aca06c7c42188989919e429c

@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 18188c0 to 568fdb0 Compare July 23, 2026 18:03
@openshift-ci

openshift-ci Bot commented Jul 23, 2026

Copy link
Copy Markdown

@sebrandon1: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-config c93afb9 link true /test e2e-aws-config
ci/prow/e2e-rosa 8ca6adf link true /test e2e-rosa
ci/prow/e2e-aws-serial-arm 8ca6adf link true /test e2e-aws-serial-arm

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Also lowercase the error string per Go conventions.
@sebrandon1
sebrandon1 force-pushed the cleanup/fix-error-message-typo branch from 568fdb0 to d3dc21d Compare August 5, 2026 19:16
@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sebrandon1
Once this PR has been reviewed and has the lgtm label, please assign xiaojiey for approval. For more information see the Code Review Process.

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

Details Needs approval from an approver in each of these files:

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

@openshift-ci-robot

openshift-ci-robot commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

@sebrandon1: This pull request references CNF-22659 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Fix spelling error "retriving" -> "retrieving" in complianceremediation controller error message
  • Also lowercased the error string per Go conventions; no behavioral changes

Related PRs

PR Title Status
#1116 CNF-22644: Remove unused functions, variables, and struct fields Open
#1117 CNF-22645: Use strings.EqualFold for case-insensitive comparisons Open
#1118 CNF-22646: Fix typos in error variable names Open
#1119 CNF-22647: Rename KubeDepsNotFound to ErrKubeDepsNotFound Open
#1120 CNF-22657: Replace deprecated io/ioutil with io package Open
#1121 CNF-22658: Remove deprecated GO111MODULE=auto from Makefile Open
#1123 CNF-22660: Lowercase error strings per Go conventions Open
#721 CNF-22754: Update repository references from openshift to ComplianceAsCode org Open
#1187 CNF-23094: Propagate context through pkg/utils public API Open

Jira

  • CNF-22659 -- Fix typo in error message: retriving -> retrieving (Code Review)
  • Epic: CNF-23313 -- Compliance Operator Tuning

Test Plan

  • CI passes
  • Existing tests pass without modification

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:1122-d3dc21de74a2f9128e1abb2dbd5bef6ea1ffcd4d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants