-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(KFLUXUI-194): update usage of build trigger #24
Conversation
c275907
to
9fa45d5
Compare
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
==========================================
- Coverage 79.78% 79.76% -0.03%
==========================================
Files 568 567 -1
Lines 21261 21228 -33
Branches 5017 5264 +247
==========================================
- Hits 16963 16932 -31
+ Misses 4274 4271 -3
- Partials 24 25 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/ok-to-test |
After taking a look at the lines from Codecov, I believe that code coverage can be ignored here. |
cac94b9
to
e328a06
Compare
@@ -30,14 +27,12 @@ export const getContainerImageLink = (url: string) => { | |||
|
|||
const ComponentsListRow: React.FC< | |||
RowFunctionArgs<ComponentWithLatestBuildPipeline, PacStatesForComponents> | |||
> = ({ obj: component, customData }) => { | |||
> = ({ obj: component }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we do not need that customData
, Please remove the data passed to customData in the ComponentListView Table component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a tooltip for build trigger details page. Remove two columns from the component activity page.
e328a06
to
dc8329e
Compare
Add a tooltip for build trigger details page.
Remove two columns from the component activity page.
Backport of openshift/hac-dev#993