-
Notifications
You must be signed in to change notification settings - Fork 59
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: show details panel for failed node #254
Conversation
Signed-off-by: Pianist038801 <[email protected]>
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!
const tabState = useTabState(tabIds, tabIds.inputs); | ||
const commonStyles = useCommonStyles(); | ||
let tabContent: JSX.Element | null = null; | ||
const currentNode = workflow.closure?.compiledWorkflow.primary.template.nodes.find( |
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.
This will only work for top-level nodes; you need to also collect nested nodes (Subworkflows, branches, dynamic, etc).
Signed-off-by: Pianist038801 <[email protected]>
915f60b
to
9c0bac8
Compare
Signed-off-by: Pianist038801 <[email protected]>
Signed-off-by: Pianist038801 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #254 +/- ##
=========================================
Coverage ? 65.01%
=========================================
Files ? 370
Lines ? 8173
Branches ? 1465
=========================================
Hits ? 5314
Misses ? 2859
Partials ? 0 Continue to review full report at Codecov.
|
Signed-off-by: Pianist038801 <[email protected]>
src/components/Executions/ExecutionDetails/NodeExecutionDetailsPanelContent.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Pianist038801 <[email protected]>
Signed-off-by: Nastya Rusina <[email protected]>
@@ -0,0 +1,9 @@ | |||
const path = require('path'); |
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.
# [0.40.0](http://github.com/lyft/flyteconsole/compare/v0.39.1...v0.40.0) (2022-01-18) ### Features * show details panel for failed node ([#254](http://github.com/lyft/flyteconsole/issues/254)) ([e276493](http://github.com/lyft/flyteconsole/commit/e276493e956958a8e5858785ad5f5a4d31d5eb76))
🎉 This PR is included in version 0.40.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Pianist038801 [email protected]
View Input & task definition of every register version directly
Type
Are all requirements met?
Tracking Issue
fixes flyteorg/flyte#1697
Follow-up issue
NA