ROX-30454: GraphQL Updates for ImageV2#16414
Conversation
|
Skipping CI for Draft Pull Request. |
|
Caution There are some errors in your PipelineRun template.
|
|
Images are ready for the commit at 0fc779b. To use with deploy scripts, first |
4d86aa4 to
e02d43f
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16414 +/- ##
==========================================
- Coverage 49.07% 49.06% -0.02%
==========================================
Files 2640 2645 +5
Lines 195598 196449 +851
==========================================
+ Hits 95989 96378 +389
- Misses 92102 92519 +417
- Partials 7507 7552 +45
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:
|
|
/retest |
central/vulnmgmt/vulnerabilityrequest/manager/querymgr/query_manager_impl_test.go
Show resolved
Hide resolved
clickboo
left a comment
There was a problem hiding this comment.
left some comments, but lgtm. Would also like @charmik-redhat to review given more subject matter expertise in this area.
|
/retest |
Description
This PR adds the GraphQL resolvers for Image V2s, as well as adds logic to make other resolvers that are dependent on images to be able to use either the Image V1 Resolvers, or the Image V2 Resolvers, dependent on whether or not the new image data model is enabled.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI