ROX-32105: Expose inBaseImageLayer graphql interface#18381
Conversation
|
Images are ready for the commit at ac310c9. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18381 +/- ##
==========================================
+ Coverage 49.04% 49.05% +0.01%
==========================================
Files 2650 2650
Lines 198907 198921 +14
==========================================
+ Hits 97545 97580 +35
+ Misses 93925 93905 -20
+ Partials 7437 7436 -1
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:
|
|
Hi @c-du , I am not really familiar with the graphQL changes, I will defer this PR to @ksurabhi91 or @pedrottimark to have another look. |
I think @ksurabhi91 can take a look at the GraphQL changes. @c-du @daynewlee please keep me in the loop with any changes/deviations from the established design. I believe the field was |
Yes, that make sense. I will keep the graphql as we agreed upon. |
|
One thing I'm curious about @c-du: What happens if there's an error fetching base image info? How do you convey that error in the API? |
4f72871 to
69b6bc0
Compare
sachaudh
left a comment
There was a problem hiding this comment.
This looks good to me from the UI perspective. Left a few comments, but you should have @ksurabhi91 or someone from backend take a look too
|
@c-du Did you forget to add resolver changes for BaseImageInfo here since I see the tests in the set of change? |
|
fix the description to say inBaseImageLayer instead of fromBaseImage |
I did not forget. :) It will come laster. |
298471b to
fe1d3ed
Compare
|
@c-du: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
This PR is to expose the newly added inBaseImageLayer to the graphql API for image component v2.
User-facing documentation
Testing and quality
Most graphql changes for base image was added by #18063.
Automated testing
How I validated my change
change me!