ROX-30703: Adds implementation for plugin Image detail page#16802
ROX-30703: Adds implementation for plugin Image detail page#16802
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 024b545. To use with deploy scripts, first |
ui/apps/platform/src/Containers/Vulnerabilities/WorkloadCves/Image/DeploymentResourceTable.tsx
Show resolved
Hide resolved
ui/apps/platform/src/Containers/Vulnerabilities/WorkloadCves/Image/DeploymentResourceTable.tsx
Show resolved
Hide resolved
c25cfbb to
024b545
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #16802 +/- ##
=======================================
Coverage 48.85% 48.85%
=======================================
Files 2686 2686
Lines 200796 200796
=======================================
+ Hits 98099 98100 +1
+ Misses 95079 95078 -1
Partials 7618 7618
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 |
|
Caution There are some errors in your PipelineRun template.
|
Description
Adds the implementation of the Image detail page in the OCP console along with related e2e tests. As part of this change, we also need to allow customization of the Resources -> Deployment table (although we do not need to expose this customization to the user).
As always, "Hide whitespace" makes this a little easier to review.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
New Cypress e2e tests check the basics of the page and navigation across pages. The new tests also check that the "Namespace" column is hidden in the resources table when not viewing "All projects".