-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Mono vertex UI #1941
feat: Mono vertex UI #1941
Conversation
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1941 +/- ##
==========================================
+ Coverage 57.44% 57.73% +0.29%
==========================================
Files 412 412
Lines 28789 28789
==========================================
+ Hits 16537 16621 +84
+ Misses 11307 11224 -83
+ Partials 945 944 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
pipelineId={pipelineId} | ||
vertexId={vertexId} | ||
pipelineId={ | ||
type === "monoVertex" ? `${pipelineId} (MonoVertex)` : pipelineId |
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.
lets create variable for monoVertex
Hey @veds-g , Yashash and I just made changes to our e2e tests and committed to the main. If you continue working on your branch, you might see some un-expected e2e testing failures. To fix them, please rebase. Thanks! |
Signed-off-by: veds-g <[email protected]>
Fixes: #1923
/?namespace=<name>&pipeline=<name>&type=monoVertex
TODO: Health Status once available