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(plr-viz): Remove log links fr Idle/cancelled tasks #5649

Merged
merged 2 commits into from
Jun 9, 2020

Conversation

abhinandan13jan
Copy link
Contributor

Fixes:

https://issues.redhat.com/browse/ODC-2415
Additionally will fix issue mentioned in
https://issues.redhat.com/browse/ODC-2509

Analysis / Root cause:

Clicking on a pending task bubble in the PLR brings you to a Log page with an odd message

Solution Description:

Changed cusor to default for Task Bubbles(as it shows a selection cursor earlier) as per UX feedback
Changed cursor to pointer for Logs with Links.
Removed linking logic and only Tasks is Completed, Running and failed status would have a link now.

Changed negation logic and instead doing positive check such that visualization issue
https://issues.redhat.com/browse/ODC-2509 will be fixed.

Screenshot

remove log link
continue parallel task when failed

Browser conformation

Chrome 73

Copy link
Contributor

@andrewballantyne andrewballantyne left a comment

Choose a reason for hiding this comment

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

Minor typescript issue. But this looks good. I am still unsure of the situation I ran into before where I could cancel before it finished setting up and thus create a log window with no logs.

…page-tabs/pipeline-details/PipelineVisualizationTask.tsx

Co-authored-by: Andrew Ballantyne <8126518+andrewballantyne@users.noreply.github.com>
Copy link
Contributor

@andrewballantyne andrewballantyne left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 8, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinandan13jan, andrewballantyne

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 8, 2020
@openshift-merge-robot openshift-merge-robot merged commit 85eb712 into openshift:master Jun 9, 2020
@spadgett spadgett added this to the v4.6 milestone Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. component/dev-console Related to dev-console lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants