ROX-30454: Pass #2 at GraphQL for ImageV2#16556
Merged
Conversation
Contributor
|
Caution There are some errors in your PipelineRun template.
|
Contributor
|
Images are ready for the commit at 15dbb79. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16556 +/- ##
==========================================
- Coverage 49.05% 49.01% -0.05%
==========================================
Files 2645 2649 +4
Lines 196451 197008 +557
==========================================
+ Hits 96378 96557 +179
- Misses 92520 92888 +368
- Partials 7553 7563 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
/retest |
dashrews78
reviewed
Aug 28, 2025
dashrews78
reviewed
Aug 28, 2025
dashrews78
approved these changes
Aug 28, 2025
Contributor
dashrews78
left a comment
There was a problem hiding this comment.
You probably could have skipped the imageCVEResolver and imageComponentResolver ones. But alas you did those so I would leave them.
charmik-redhat
approved these changes
Sep 2, 2025
Contributor
Author
|
/retest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR catches some places that were missing from #16414. At a first glance it may seem like this PR duplicates a ton of code, which it definitely does. This is in an effort to make it easier for whoever the poor soul is that has to come back in the future (it will probably be me) and remove the Image V1 code once we do away with the previous
storage.Imageproto.User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI