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

Update not found error message wording #463

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Oct 16, 2023

Description

Unless I misunderstood it - the todo in code was about wording the not found error messages a bit differently so they work for version ranges as well as specific versions.

I think "matching version" sounds a good for both version ranges and concrete versions, but I'm open to any suggestions.

Fixes #456

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 16, 2023
@m1kola m1kola marked this pull request as ready for review October 16, 2023 12:14
@m1kola m1kola requested a review from a team as a code owner October 16, 2023 12:14
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (e001a0f) 83.80% compared to head (f318e7e) 83.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #463   +/-   ##
=======================================
  Coverage   83.80%   83.80%           
=======================================
  Files          23       23           
  Lines         846      846           
=======================================
  Hits          709      709           
  Misses         94       94           
  Partials       43       43           
Flag Coverage Δ
e2e 65.95% <0.00%> (ø)
unit 76.58% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...nal/resolution/variablesources/required_package.go 74.41% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@m1kola m1kola added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 18, 2023
Copy link
Contributor

@dtfranz dtfranz left a comment

Choose a reason for hiding this comment

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

lgtm!

@dtfranz dtfranz added this pull request to the merge queue Oct 18, 2023
Merged via the queue into operator-framework:main with commit c9d387e Oct 18, 2023
10 checks passed
@m1kola m1kola deleted the error_message_todo branch October 19, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address a code TODO about error message in RequiredPackageVariableSource
3 participants