Skip to content
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

Merged
merged 7 commits into from
Jan 18, 2022

Conversation

Pianist038801
Copy link
Contributor

Signed-off-by: Pianist038801 steven@union.ai

View Input & task definition of every register version directly

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Tracking Issue

fixes flyteorg/flyte#1697

Follow-up issue

NA

Signed-off-by: Pianist038801 <steven@union.ai>
govalt
govalt previously approved these changes Dec 16, 2021
Copy link
Contributor

@govalt govalt left a 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(
Copy link
Contributor

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 <steven@union.ai>
@Pianist038801 Pianist038801 force-pushed the feat/show-detail-panel-for-failed-node branch from 915f60b to 9c0bac8 Compare December 20, 2021 23:41
Pianist038801 added 2 commits December 21, 2021 11:54
Signed-off-by: Pianist038801 <steven@union.ai>
Signed-off-by: Pianist038801 <steven@union.ai>
@codecov
Copy link

codecov bot commented Dec 23, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@867ea8f). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 867ea8f...e63e4a3. Read the comment docs.

Signed-off-by: Pianist038801 <steven@union.ai>
assetsTransformer.js Outdated Show resolved Hide resolved
Signed-off-by: Pianist038801 <steven@union.ai>
anrusina
anrusina previously approved these changes Jan 14, 2022
Signed-off-by: Nastya Rusina <nastya@union.ai>
@@ -0,0 +1,9 @@
const path = require('path');
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Note: This and file below are also present in David's PR, which means that they will create a merge conflict for each other.

@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.40.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI Feature] View Input & task defination of every register version directly
5 participants