Skip to content

UI for deployment traces feature#5594

Merged
t-kikuc merged 2 commits intomasterfrom
feat/deployment-tracing-ui
Feb 26, 2025
Merged

UI for deployment traces feature#5594
t-kikuc merged 2 commits intomasterfrom
feat/deployment-tracing-ui

Conversation

@hongky-1994
Copy link
Contributor

@hongky-1994 hongky-1994 commented Feb 20, 2025

What this PR does:

  • Create UI for deployment traces features
  • Current this PR using Mock api deployment-traces
  • Previews

List
CleanShot 2025-02-20 at 18 28 53@2x

Deployment-trace-item

  • Show commit message
    CleanShot 2025-02-20 at 18 29 36@2x

  • Show deployments related
    CleanShot 2025-02-20 at 18 30 36@2x

Why we need it:

  • Let user have better way to link between CI and CD (using PipeCD)

Which issue(s) this PR fixes:

Part of #5444

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: kypham <hongkyhvnh@gmail.com>
@codecov
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.25%. Comparing base (ad00a56) to head (65073b6).
Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5594   +/-   ##
=======================================
  Coverage   26.25%   26.25%           
=======================================
  Files         472      472           
  Lines       50388    50388           
=======================================
  Hits        13230    13230           
  Misses      36097    36097           
  Partials     1061     1061           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can't wait to test this on UI 👀

Copy link
Member

@t-kikuc t-kikuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I want to confirm one point.

Comment on lines +177 to +187
<Link
component={RouterLink}
className={clsx(classes.link, {
[classes.activeLink]:
location.pathname === PAGE_PATH_DEPLOYMENT_TRACE,
})}
color="inherit"
to={PAGE_PATH_DEPLOYMENT_TRACE}
>
Deployment Traces
</Link>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khanhtc3010 @hongky-1994

Just a confirmation. Is it OK to show this button after the next minor release?
Or hide it until some point? (although '/deployment-traces' path will be valid)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should target next minor as release version for this. Along with some other update like form to add application for plugin piped 👀

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, i got it !

@t-kikuc t-kikuc merged commit 42df575 into master Feb 26, 2025
18 checks passed
@t-kikuc t-kikuc deleted the feat/deployment-tracing-ui branch February 26, 2025 02:15
@github-actions github-actions bot mentioned this pull request Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants