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

fix: fix the crash in graph/timeline view for corner case #362

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

anrusina
Copy link
Contributor

@anrusina anrusina commented Apr 8, 2022

Signed-off-by: Nastya Rusina [email protected]
Current Graph and timeline were crashing miserably in one corner case scenario:
https://demo.nuclyde.io/console/projects/flytesnacks/domains/development/workflows/core.control_flow.subworkflows.parent_workflow?duration=all

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

Complete description

Ensure that the data we iterate through is accessible
Fix working video: https://share.getcloudapp.com/geumRYnA
Additional Task would be created to cover rendereing issue.

@anrusina anrusina requested review from a team, ursucarina, jsonporter and olga-union and removed request for a team April 8, 2022 21:47
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #362 (2153db3) into master (fc048a6) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #362      +/-   ##
==========================================
- Coverage   66.01%   66.00%   -0.01%     
==========================================
  Files         402      402              
  Lines        8962     8964       +2     
  Branches     1579     1580       +1     
==========================================
+ Hits         5916     5917       +1     
- Misses       3046     3047       +1     
Impacted Files Coverage Δ
...ponents/WorkflowGraph/transformerWorkflowToDag.tsx 49.19% <50.00%> (+0.01%) ⬆️

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 e7e3f7e...2153db3. Read the comment docs.

@EngHabu EngHabu merged commit ab7340e into master Apr 8, 2022
@EngHabu EngHabu deleted the narusina/cornercase branch April 8, 2022 22:03
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.50.1 🎉

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.

3 participants