-
Notifications
You must be signed in to change notification settings - Fork 157
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
Show kind="APPLICATION" for item using pipedv1 in App and Deploy List page #5581
Conversation
… page Signed-off-by: kypham <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5581 +/- ##
==========================================
+ Coverage 26.28% 26.30% +0.01%
==========================================
Files 469 469
Lines 50323 50323
==========================================
+ Hits 13229 13235 +6
+ Misses 36033 36027 -6
Partials 1061 1061 ☔ View full report in Codecov by Sentry. |
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.
👌
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.
LGTM
Note: This column will be unnecessary in v1 since all rows will be "APPLICATION". (the column is needed if v0 apps exist)
@@ -136,6 +141,11 @@ export const ApplicationListItem: FC<ApplicationListItemProps> = memo( | |||
|
|||
const recentlyDeployment = app.mostRecentlySuccessfulDeployment; | |||
|
|||
const pipedVersion = |
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.
[nit] Refactor to move this logic and enum to one place
What this PR does:
Why we need it:
Which issue(s) this PR fixes:
Part of #5252 #5509
Does this PR introduce a user-facing change?: no